Skip to content

Commit 1d5288d

Browse files
authored
Update Installation.rst
`modAL/models/base.py` imports `_BaseHeterogeneousEnsemble` from `sklearn.ensemble._base`. The first stable release in which the change from `sklearn.ensemble.base` to the protected `sklearn.ensemble._base` occurred appears to be `v0.22`. See https://scikit-learn.org/stable/whats_new/v0.22.html#clear-definition-of-the-public-api.
1 parent 99d4947 commit 1d5288d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/content/overview/Installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ modAL requires
55
* Python >= 3.5
66
* NumPy >= 1.13
77
* SciPy >= 0.18
8-
* scikit-learn >= 0.18
8+
* scikit-learn >= 0.22
99

1010
You can install modAL directly with pip:
1111

0 commit comments

Comments
 (0)