thesps/conifer

scikit-learn AdaBoostClassifier

開放

#9 建立於 2020年11月6日

 (1 則留言) (0 個反應) (0 位負責人)Python (32 個分叉)auto 404
enhancementgood first issue

倉庫指標

星標
 (61 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南