-
#### Description
Using scikit-learn in non-interactive mode (e.g. cronjob) needs to account for several corner cases among which are:
- classification of an empty sample set
- classification of…
-
### Describe the bug
When trying to train/evaluate a support vector machine in scikit-learn, I am experiencing some unexpected behaviour and I am wondering whether I am doing something wrong or tha…
-
The hyperparameter values for SVC in 02.ipynb were obtained using GridSearchCV
The code snippets given below can be used to validate the findings:
For Training SVM - with Data Leakage:
```pytho…
-
Panel data have several intricacies that we might want to create a panel wrapper to our estimators that call our estimators in the right way when the data have a panel structure. We might want to add …
-
**Is your feature request related to a problem? Please describe.**
Related to 6708, 6054 and 6118
TSC/TSR GridSearch presently fails `test_multioutput` (`ValueError: Input y_pred contains NaN.`) a…
-
SVR has an option
```
kernel='precomputed'
```
If this is chosen, then the X array passed to the fit method is the Gram matrix of the training examples. This option should also be available f…
-
It would be nice to have a manner to perform GroupShuffleSplit with some level of stratification.
Using [GroupShuffleSplit](http://scikit-learn.org/stable/modules/generated/sklearn.model_selection.G…
-
A continuation of the conversation regarding the evaluation of Wen's notebook.
Since I do not have write access in Wen's repository, I cannot move the issue here directly.
Until I can find a wa…
-
I have successfully analyzed a dataset with 248 individuals and ca. 9700 loci within assignPop using the kfold method, however, the MC method is giving an error that I'm hoping you can help with. I've…
-
Hello,
I'm using `interflex()` with `estimator = "kernel"`. Even when I set my seed using `set.seed()` prior to running the model, the results are different each time I run it. The difference in m…