Update HISTORY.md

Co-authored-by: James J Balamuta <coatless@users.noreply.github.com>
This commit is contained in:
Ryan Curtin
2020-09-03 23:00:57 -04:00
committed by GitHub
co-authored by James J Balamuta
parent bb4df4d7c9
commit cf5cb4ced4
-1
View File
@@ -137,7 +137,6 @@
* The DecisionStump class has been marked deprecated; use the `DecisionTree`
class with `NoRecursion=true` or use `ID3DecisionStump` instead (#2099).
>>>>>>> origin/master
* Added `probabilities_file` parameter to get the probabilities matrix of
AdaBoost classifier (#2050).