conifer icon indicating copy to clipboard operation
conifer copied to clipboard

scikit-learn AdaBoostClassifier

Open thesps opened this issue 4 years ago • 0 comments

Currently, AdaBoost models from scikit-learn [1] are implicitly ignored by conifer's sklearn converter [2]. Neither of the existing BDT or RF converter methods work "out of the box" for AdaBoostClassifier, which names some attributes differently to the other methods. A new converter method will be needed. But since the base classifiers are DecisionTrees, it should not be a major addition.

[1] https://github.com/scikit-learn/scikit-learn/blob/0.21.3/sklearn/ensemble/weight_boosting.py#L292 [2] https://github.com/thesps/conifer/blob/master/conifer/converters/sklearn.py#L42-L46

thesps avatar Nov 06 '20 15:11 thesps