-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
### Model Name
Drug-induced liver injury prediction
### Model Description
Prediction of clinically relevant drug-induced-liver-injury (DILI), based solely on drug structure using binary classificat…
-
### Describe the bug
The test_score return by cross_validate is not equal to the estimator.score() function.
![image](https://github.com/scikit-learn/scikit-learn/assets/35194180/865a696b-04ee-45…
-
### Motivation
I am writing some codes, and I have noticed that the TSESampler tends to fall into a local minima and doesn't leaves it. Maybe there might be a way to leave this "hole" by applying Ran…
-
In superstyl/svm.py, for training with other choices than group-k-fold cross_validation, the works variable must be declared upstream and out the conditionnal choice of cross_validate == 'group-k-fold…
-
### Description
Dear thieu, I want to compare you code with [kaggle](https://www.kaggle.com/code/gideon94/multiclass-classification-svm-knn-dt-comparison), and I revise the code but something wring, …
-
**Context and question**
Hi everyone. I am modeling a mosquito species for my research and am having some trouble including an evaluation dataset. Before I included it the models ran, but now every …
-
Currently we create the cross-validation object in our decoding step (08) of the pipeline via:
https://github.com/mne-tools/mne-study-template/blob/b61a5ca66aaef1f631d7ce2def3b1cde5d611729/08-sliding…
-
## 🐛 Bug
When `self.trainer.strategy.setup_optimizers(self.trainer)` is called at the end of each fold in `on_advance_end`, the value of `self.trainer.state.fn` is still `TrainerFn.TESTING`.
htt…
-
Hello,
I cannot find a clear answer about how BinningProcess should behave when used with GridSearchCV but it seems that the way it's done is not right.
Considering a pipeline with just a Binnin…