From ff73e7c363ecd77dc967f06b4ff20f451b0e991e Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Fri, 13 Aug 2021 21:36:32 -0400 Subject: [PATCH] Update HISTORY.md. --- HISTORY.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index e410560490..103edbd5fe 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,7 +2,7 @@ ###### ????-??-?? * Added Decision Tree Regressor (#2905). It can be used using the class `mlpack::tree::DecisionTreeRegressor`. It is accessible only though C++. - + * Added dict-style inspection of mlpack models in python bindings (#2868). * Added Extra Trees Algorithm (#2883). Currently, it can be used using the @@ -69,6 +69,8 @@ * Add `probabilities` option to softmax regression binding, to get class probabilities for test points (#3001). + * Fix double-free of model pointers in R bindings (#3034). + ### mlpack 3.4.2 ###### 2020-10-26 * Added Mean Absolute Percentage Error.