From 2d86511f173dd4ea7bb629e312f1e752fc4c17b6 Mon Sep 17 00:00:00 2001 From: pylablanche Date: Mon, 18 Sep 2017 12:42:43 +0200 Subject: [PATCH] README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a68d82f..ecae67d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # Deep Forest in Python -*Status* : under development +*Status* : not under active development ## What's New +version 0.1.6 : corrected `max_features=1` for the completely random forest (correction thanks to [sevenguin](https://github.com/sevenguin)).
version 0.1.5 : remove layer when accuracy gets worse (behavior corrected thanks to [felixwzh](https://github.com/felixwzh)).
version 0.1.4 : faster slicing method.