Ran
|
Files
56
|
Run time
2s
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
[MRG] DOC Correcting EasyEnsemble doc (#234) In EasyEnsemble doc page, its signature is > class imblearn.ensemble.EasyEnsemble(ratio='auto', return_indices=False, random_state=None, replacement=False, n_subsets=10) with `return_indices=False`, but its pydoc says > return_indices : bool, optional (default=True) > >Whether or not to return the indices of the samples randomly selected from the majority class. Checking the code at https://github.com/scikit-learn-contrib/imbalanced-learn/blob/b45a3e416/imblearn/ensemble/easy_ensemble.py#L92, the correct value is False.
3895 of 3939 relevant lines covered (98.88%)
0.99 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|