Skip to content
Snippets Groups Projects
Commit 25721808 authored by David Landry's avatar David Landry
Browse files

Revert to 64 channels embedding

parent 0118c5bb
No related branches found
No related tags found
No related merge requests found
Pipeline #273695 passed
%% Cell type:code id: tags:
``` python
import xarray as xr
from scripts import skill_by_year
```
%% Cell type:code id: tags:
``` python
TRAIN_PREDS = '../submissions/ML_prediction_train.nc'
TEST_PREDS = '../submissions/ML_prediction_2020.nc'
```
%% Cell type:code id: tags:
``` python
train_preds = xr.open_dataset(TRAIN_PREDS)
skill_by_year(train_preds)
```
%% Output
RPSS
year
2000 0.064819
2001 0.037976
2002 0.032928
2003 0.014985
2004 0.026293
2005 0.032006
2006 0.027906
2007 0.027021
2008 0.033429
2009 0.018628
2010 0.040712
2011 0.024528
2012 0.026787
2013 0.023060
2014 0.016251
2015 0.032162
2016 0.039090
2017 0.014229
2018 0.015166
2019 0.025263
2000 0.063627
2001 0.036329
2002 0.031632
2003 0.014625
2004 0.025528
2005 0.031132
2006 0.027506
2007 0.028149
2008 0.035192
2009 0.019445
2010 0.040541
2011 0.026224
2012 0.029145
2013 0.024344
2014 0.016472
2015 0.032913
2016 0.041742
2017 0.014178
2018 0.018790
2019 0.025822
%% Cell type:code id: tags:
``` python
test_preds = xr.open_dataset(TEST_PREDS)
skill_by_year(test_preds)
```
%% Output
RPSS
year
2020 0.043799
2020 0.045947
......
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment