Conversation
ec07cd5 to
27f9d2e
Compare
bb6ba01 to
b913b91
Compare
The new cross-validation kwargs (split_coord="story", kfold="group") change the ceiling from 0.2103 to 0.1446.
- blank2014: add story coord to predictions (needed for split_coord="story") - fedorenko2016: add sentence_id coord to predictions (needed for split_coord="sentence_id") - pereira2018: replace .coords check with try/except to handle xarray MultiIndex levels not appearing in .coords (xarray 2022.3.0 behavior) - pereira2018/test.py: update test_dummy_bad expected scores for new GroupKFold CV strategy (243: 0.0186->0.0, 384: 0.0334->0.0168) - linear_predictivity/test.py: update expected score (0.0283->0.0410)
|
@BKHMSI Would like your feedback on my changes for your PR when you have the chance. |
|
Hi @KartikP, thanks for making it work with the testing infrastructure. The only comment I have is that the benchmarks with linear regression (e.g., |
I'll verify that your original implement can reproduce previous scores. Otherwise, I'll mark the |
From #356 but with other changes to get it to work with testing infrastructure.