You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: