-
Hi all, I am trying to reproduce this example ([#3](https://github.com/braindecode/braindecode/issues/3): k-fold cross validation - https://braindecode.org/master/auto_examples/plot_how_train_test_and…
-
Internally, TRF performs cross-validation during fitting, but it uses a custom cross-validation splitter, so just convert this to naplib.model_selection.KFold to improve code re-use.
-
Hello,
FIrst off, thank you so much for this awesome project.
I have a bug to report -
I've simply modified the provided [example script](https://nbviewer.jupyter.org/github/interpretml/interpr…
-
### pycaret version checks
- [X] I have checked that this issue has not already been reported [here](https://github.com/pycaret/pycaret/issues).
- [X] I have confirmed this bug exists on the [latest…
-
### Describe the bug
The sizes of the train and test split change over different splits.
For example, the size of the IRIS dataset is 150 rows. In 4-fold cross-validation, we would expect to se…
-
Youtube video: https://www.youtube.com/watch?v=BIIZaVtUbf4
-
If we manage to follow up on what we had so far, we have four methods we discuss:
1. using a direct comparison of potential donor words with potential target words (this method has so far not been …
-
Hello Nabil,
I check your demo code, i want to to implement 5-fold cross validation in it, and i never found any help anywhere.
Please can you share how i can implement 5-fold cross validation o…
-
## 🐛 Bug
I was trying the K-Fold cross validation example and got this error.
### To Reproduce
Run this code as a python script https://github.com/Lightning-AI/lightning/blob/master/examples/pl…
-
Inspired by the implementation of `GroupTimeSeriesSplit` (#537) I would like to propose adding `PurgedGroupTimeSeriesSplit` to the cross-validation (CV) strategies in `scikit-lego`. `PurgedGroupTimeSe…