ConsensusGap
ConsensusGap(forecast_source, output_column='consensus_gap')
How far one forecaster stands from the consensus.
Attributes
| forecast_source |
str |
The source to compare against consensus. |
| output_column |
str |
Column the gap is written to. |
Methods
| fit |
Settle the method. A gap has no parameters, so this reads nothing. |
fit
Settle the method. A gap has no parameters, so this reads nothing.
Parameters
| subjects |
pd.DataFrame |
Training rows, unused. |
required |
Returns
|
FittedConsensusGap |
The fitted gap. |