ConsensusGap

ConsensusGap(forecast_source, output_column='consensus_gap')

How far one forecaster stands from the consensus.

Attributes

Name Type Description
forecast_source str The source to compare against consensus.
output_column str Column the gap is written to.

Methods

Name Description
fit Settle the method. A gap has no parameters, so this reads nothing.

fit

fit(subjects)

Settle the method. A gap has no parameters, so this reads nothing.

Parameters

Name Type Description Default
subjects pd.DataFrame Training rows, unused. required

Returns

Name Type Description
FittedConsensusGap The fitted gap.