8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f425133 commit b0de10aCopy full SHA for b0de10a
doc/whats_new/v0.21.rst
@@ -126,6 +126,10 @@ Support for Python 3.4 and below has been officially dropped.
126
:issue:`13251` by :user:`Albert Thomas <albertcthomas>`
127
and :user:`joshuakennethjones <joshuakennethjones>`.
128
129
+- |Efficiency| Make :class:`ensemble.IsolationForest` more memory efficient
130
+ by avoiding keeping in memory each tree prediction. :issue:`13260` by
131
+ `Nicolas Goix`_.
132
+
133
- |Fix| Fixed a bug in :class:`ensemble.GradientBoostingClassifier` where
134
the gradients would be incorrectly computed in multiclass classification
135
problems. :issue:`12715` by :user:`Nicolas Hug<NicolasHug>`.
0 commit comments