Update history with all the changes.

This commit is contained in:
Ryan Curtin
2019-05-08 23:55:46 -04:00
parent 336da9151d
commit 322a5452b6
+8
View File
@@ -2,6 +2,14 @@
###### ????-??-??
* Fix random forest bug for numerical-only data (#1887).
* Significant speedups for random forest (#1887).
* Random forest now has `minimum_gain_split` and `subspace_dim` parameters
(#1887).
* Decision tree parameter `print_training_error` deprecated in favor of
`print_training_accuracy`.
### mlpack 3.1.0
###### 2019-04-25
* Add DiagonalGaussianDistribution and DiagonalGMM classes to speed up the