From 5a0370e13e7cb20d144a7fc3c9a433239bde62a0 Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 23 Dec 2015 11:52:55 -0500 Subject: [PATCH] Update HISTORY.md. --- HISTORY.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 288ea6d5343..a84e19781be 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,4 @@ -### mlpack 1.1.0 +### mlpack 2.0.0 ###### ????-??-?? * Removed overclustering support from k-means because it is not well-tested, may be buggy, and is (I think) unused. If this was support you were using, @@ -38,7 +38,15 @@ * Refactor LSH to allow loading and saving of models. - * ToString() is removed entirely. + * ToString() is removed entirely (#487). + + * Add --input_model_file and --output_model_file options to appropriate + machine learning algorithms. + + * Rename all executables to start with an "mlpack" prefix (#229). + + * Add HoeffdingTree and mlpack_hoeffding_tree, an implementation of the + streaming decision tree methodology from Domingos and Hulten in 2000. ### mlpack 1.0.11 ###### 2014-12-11