thesps/conifer

scikit-learn AdaBoostClassifier

Ouverte

#9 ouverte le 6 nov. 2020

 (1 commentaire) (0 réaction) (0 personne assignée)Python (32 forks)auto 404
enhancementgood first issue

Métriques du dépôt

Stars
 (61 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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

Guide contributeur