Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scikit-learn AdaBoostClassifier #9

Open
thesps opened this issue Nov 6, 2020 · 0 comments
Open

scikit-learn AdaBoostClassifier #9

thesps opened this issue Nov 6, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@thesps
Copy link
Owner

thesps commented Nov 6, 2020

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 thesps added enhancement New feature or request good first issue Good for newcomers labels Nov 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant