Skip to content

Commit 436b81a

Browse files
authored
Merge pull request #4 from nqulizada835/update-env
Update env
2 parents 688f0ca + 92fb54a commit 436b81a

9 files changed

+10707
-2582
lines changed

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: biascorr-cookbook-dev
22
channels:
33
- conda-forge
44
dependencies:
5-
- python
5+
- python=3.11
66
- pandas
77
- numpy
88
- matplotlib
99
- statsmodels
1010
- scikit-learn
1111
- jupyter
1212
- mystmd
13-
- jupyterlab-myst
13+
- jupyterlab-myst

figures/obs_vs_pred_test.png

59.1 KB
Loading

notebooks/03_bias_correction_model_robust-Copy1.ipynb

Lines changed: 318 additions & 0 deletions
Large diffs are not rendered by default.

notebooks/03_bias_correction_model_robust.ipynb

Lines changed: 0 additions & 2580 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
MAE: 1023.21
2+
RMSE: 1617.66
3+
R2: 0.502

processed_data/matched_weekly_strava_ecocounter_extended.csv

Lines changed: 3378 additions & 0 deletions
Large diffs are not rendered by default.

processed_data/model_metrics.txt

Lines changed: 250 additions & 0 deletions
Large diffs are not rendered by default.

processed_data/weekly_predictions_with_covariates.csv

Lines changed: 3378 additions & 0 deletions
Large diffs are not rendered by default.

processed_data/weekly_with_covariates.csv

Lines changed: 3378 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)