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 interface #12

Open
kaiserdan opened this issue Mar 22, 2021 · 1 comment
Open

Scikit-learn interface #12

kaiserdan opened this issue Mar 22, 2021 · 1 comment
Labels
enhancement New feature or request priority Something we'll try implement in the next release

Comments

@kaiserdan
Copy link

It's usual for imputation or data pre-processing packages in python to support the scikit-learn interface. The interface allows the library to be used in data pipelines and existing scikit-learn infrastructures. Is there any plan on explicitly supporting it in the library?

References:
https://scikit-learn.org/stable/modules/impute.html
https://scikit-learn.org/stable/developers/develop.html
https://scikit-learn.org/stable/data_transforms.html

@tsrobinson tsrobinson added enhancement New feature or request priority Something we'll try implement in the next release labels Mar 24, 2021
@tsrobinson
Copy link
Collaborator

Thanks for bringing this to our attention. We agree that it would be great to have support for the scikit-learn interface, and so we do plan to support this in the near-term -- likely as a new sub module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority Something we'll try implement in the next release
Projects
None yet
Development

No branches or pull requests

2 participants