diff --git a/doc/whats_new/v0.2.rst b/doc/whats_new/v0.2.rst index 6cd5c286f..ae0e75305 100644 --- a/doc/whats_new/v0.2.rst +++ b/doc/whats_new/v0.2.rst @@ -30,7 +30,7 @@ Changelog - |Feature| Implementation of ExtraObliqueDecisionTreeClassifier, ExtraObliqueDecisionTreeRegressor by `SUKI-O`_ (:pr:`75`) - |Efficiency| Around 1.5-2x speed improvement for unsupervised forests, by `Adam Li`_ (:pr:`114`) - |API| Allow ``sqrt`` and ``log2`` keywords to be used for ``min_samples_split`` parameter in unsupervised forests, by `Adam Li`_ (:pr:`114`) -- |Feature| Implement extended isolation forest, by `Adam Li`_ (:pr:`90`) +- |Feature| Implement extended isolation forest, by `Adam Li`_ (:pr:`101`) Code and Documentation Contributors -----------------------------------