From dbc6324a36bd7a597ad8d7f4bc66e7cdab433df6 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Tue, 17 Aug 2021 17:28:20 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d0e57c..abea51c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Incremental trees v0.4.0 +# Incremental trees ![The overcomplicated tests are...](https://github.com/garethjns/IncrementalTrees/workflows/The%20overcomplicated%20tests%20are.../badge.svg) Adds partial fit method to sklearn's forest estimators (currently RandomForestClassifier/Regressor and ExtraTreesClassifier/Regressor) to allow [incremental training](https://scikit-learn.org/0.15/modules/scaling_strategies.html) without being limited to a linear model. Works with or without [Dask-ml's Incremental](http://ml.dask.org/incremental.html).