-
We need a pipeline to help prevent data leakage while doing kfolds with cross_validation_score
-
It would be great if we could have [K-fold cross validation](https://en.wikipedia.org/wiki/Cross-validation_(statistics)) . For input parameters we can specify the training data, no validation data, a…
-
Hi,
I'm using permutation importance with a sklearn Random Forest classifier where I pass sample weights and cross-validation folds. I'm getting an error in the `_cv_scores_importances` method in `…
-
The MultiTableFeaturization primitive crashes on the uu2_gp_hyperparameter_estimation dataset when using cross validation with these pipelines: https://gist.github.com/csala/c7408ebedba705e81b1ee24be1…
csala updated
4 years ago
-
Would be great to be able to set the number of cross-val folds. On the MLJAR.com platform I always use 15. Ideally we can set any number as long as number of folds
-
Update the following URL to point to the GitHub repository of
the package you wish to submit to _Bioconductor_
- Repository: https://github.com/computational-metabolomics/structToolbox
Confirm …
-
I build from source and install.
when i run lightgbm with gpu mode, i got error like below
(first text is step that i run , and second text is error message when i import and run lightgbm)
##…
-
We should remove deprecation warnings like this one:
```py
DeprecationWarning: This module was deprecated in version 0.18 in favor of the model_selection module into which all the refactored class…
-
I was trying to implement `CapsuleNet` for classifying some of the Native digits.
Here, I've used RGB images and converted to grayscale and resize to **`32 X 32`** and dataset has **10** classifica…
innat updated
4 years ago
-
The data is from UCI.Here is the link.[http://archive.ics.uci.edu/ml/datasets/Census-Income+%28KDD%29](url)
Here is my code.
`
data_dir = '../census_income.data'
df = pd.read_table(data_dir,se…