-
On `make html` inside `docs`, getting this warning:
```
['ManualAlphaSelection(model, ax=None, alphas=None, cv=None, scoring=None, **kwargs)', ':module: yellowbrick.regressor.alphas', '', 'Bases: :cl…
-
Great lecture. Having issues with class 3 code in IBM DSWB. Keep getting this error below but if I change it to cross_validation, it works
ImportError: No module named 'sklearn.model_selection'
…
-
..or at least that is my rough guess of the following error.
It doesn't happen often, but still it does happen. I have datasets made of many more features than samples, if that changes anything.
In …
-
We should add repeated k-fold cross-validation. It's something a lot of people use, and it's tricky to implement in scikit-learn. In particular with the recent changes to cross-validation,
```pytho…
-
#### Summary:
Currently the `kfold` function in rstanarm performs K-fold cross-validation, but only returns the elpd-values (and some other summaries). While this is clearly the primary target of the…
-
Hi great job here, have you been to Singapore before? You sound familiar with the market...
Was just wondering, in your train_and_evaluate function, why do you take np.std(scores)*2 ? (last line)
…
-
#### Description
I hope to use `cross_val_score` for my customized classifier, but I got `'NoneType' object has no attribute 'iteritems'`
#### Steps/Code to Reproduce
```python
from sklearn.util…
-
refer to https://arxiv.org/pdf/1702.08835.pdf
Welcome to contribute for this.
-
For eval_all_combinations, what values do we use for k (i.e. number of folds) from cross_validation_accuracy? Should we try different values?
-
#### Description
Hello, I'm having an issue with AdaboostClassifier applied to ExtraTreesClassifier. I have a dataset of approximately 100,000 samples x 128 features. I'm doing a 10-kfold cross-valid…