Skip to content

Commit

Permalink
add option for modelling error at end of ML-forecast
Browse files Browse the repository at this point in the history
  • Loading branch information
KriFos1 committed Jan 12, 2024
1 parent 9c254ef commit d9136db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ensemble/ensemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,4 +728,6 @@ def calc_ml_prediction(self, input_state=None):
# loop over time instance first, and the level instance.
self.pred_data = np.array(ml_pred_data).T.tolist()

self.treat_modeling_error(self.iteration)

return success

0 comments on commit d9136db

Please sign in to comment.