Skip to content
New issue

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

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

Already on GitHub? # to your account

Can I use modAL with estimators from other libraries than scikit-learn like xgboost? #161

Open
viandres opened this issue Oct 27, 2022 · 1 comment

Comments

@viandres
Copy link

Hi there,

I have already trained some good working estimators (xgboost, catboost & lightgbm).
I would like to add an active learner, because we need to decide which data to label continuously.

The documentation says, that I need to use a scikit-learn estimator object. Does that mean I can't use the models from xgboost, catboost & lightgbm? I used the models from the libraries with the same names.

And another question (for my understanding). Do I give an estimator that is already trained, or does the active learner train a model from scratch?

I am new to the field of active learning, so thank you very much!

@TomKingsfordUoA
Copy link

Yes, you can certainly use xgboost's implementations with sklearn interfaces

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants