-
I can not understand the configuration 1 for the exercises 2.
You say that we need to report these performance measures:
model a - train - [performance measures][0:4]
model a - test - [perfor…
-
Hi!
I am piggybacking on this issue (https://github.com/topepo/caret/issues/507) which asked questions about both offsets and early_stopping and the answer was that one would need to create a custo…
-
There's tons of deprecation warnings in the examples for the change in iid and train_size/test_size. Should we do something about that?
-
-
**OS:** macOS High Sierra 10.13.4
**Python Version:** 3.6.5
**Gensim Version:** 3.4.0
I am using the `sklearn_api.ldamodel.LdaTransformer` in an sklearn RandomizedSearchCV:
```
term_dct = Dicti…
-
If a slide is coded as
```
## Ordinary *k*-fold
The samples are divided into *k* approximately equally-sized groups. Each group is used as the test set once.
--
Example: 10 samples and 5-…
-
## Problem
In the JNI layer, when multiple passes are enabled (`> 1`) and an attempt is made to close separate models in parallel, exceptions can be thrown. This is true even though each model has…
-
Hi,
It seems that it would be advantageous to have the option to force resample (and the cross validation functions) to produced balanced training and test data sets.
If I have imbalance in the…
-
- [] cross_validation -> model_selection
- [] KFold API -> n_splits + .get_n_splits(X) + .split(X)
cc @jasmainak
-
Hello again,
I have a very large dataset that I am using to fit a multivariate model and do k-fold cross validation. I have manually specified subsets for k-fold cross-validation so that I can do str…