From 7c562f325808de2d8de1d2bf6eeaf498c9106b04 Mon Sep 17 00:00:00 2001 From: Adam Li Date: Mon, 11 Sep 2023 12:13:19 -0400 Subject: [PATCH] Fix changelog Signed-off-by: Adam Li --- doc/whats_new/v0.2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -----------------------------------