Update HISTORY.md.

This commit is contained in:
Ryan Curtin
2021-08-13 21:36:32 -04:00
parent eb0eae880e
commit ff73e7c363
+3 -1
View File
@@ -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.