Skip to content

Commit

Permalink
made edits to bias calc notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry Lin committed Aug 21, 2023
1 parent 8183ba9 commit ed0666d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 378 deletions.
3 changes: 2 additions & 1 deletion climsim_utils/data_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ def find_keys(dictionary, value):
self.metrics_dict = {'MAE': self.calc_MAE,
'RMSE': self.calc_RMSE,
'R2': self.calc_R2,
'CRPS': self.calc_CRPS
'CRPS': self.calc_CRPS,
'bias': self.calc_bias
}
self.linecolors = ['#0072B2',
'#E69F00',
Expand Down
399 changes: 22 additions & 377 deletions evaluation/bias_calculation.ipynb

Large diffs are not rendered by default.

0 comments on commit ed0666d

Please sign in to comment.