From 322a5452b6550da3aab482000bebc3bf43620138 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Wed, 8 May 2019 23:55:46 -0400 Subject: [PATCH] Update history with all the changes. --- HISTORY.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 92ff2f22bf..1d4f5c6dd8 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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