Skip to content

Commit

Permalink
Update HISTORY.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcurtin committed Dec 23, 2015
1 parent 7e6f53b commit 5a0370e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5a0370e

Please sign in to comment.