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

Iterative labeling have heavy assumptions about the primitive is using. #12

Open
dmartinez05 opened this issue Apr 18, 2022 · 0 comments

Comments

@dmartinez05
Copy link

This primitive relies on the that the primitive has a stored fitted version inside that contains the predict_probamethod.
So far, the only primitives that are aligned with these expectations are the Sklearn primitives, other ones such as XGboost are not:

https://gitlab.com/datadrivendiscovery/common-primitives/-/issues/154
https://gitlab.com/datadrivendiscovery/common-primitives/-/issues/155

I think this is the main reason:
https://github.com/autonlab/autonbox/blob/master/autonbox/iterative_labeling.py#L118

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

No branches or pull requests

1 participant