Skip to content

daal4py 2020.0

Compare
Choose a tag to compare
@Alexander-Makaryev Alexander-Makaryev released this 19 Dec 13:27
de475aa

Added support for Brownboost, Logistboost as well as Stump regression and Stump classification algorithms to daal4py.
Added support for Adaboost classification algorithm, including support for method="SAMME" or "SAMMER" for multi-class data.
"Variable Importance" feature has been added in Gradient Boosting Trees.
Ability to compute class prediction probabilities has been added to appropriate classifiers, including logistic regression, tree-based classifiers, etc.