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

Compatibility of ep.pp.knn_impute with different datatypes #849

Open
2 tasks
eroell opened this issue Jan 8, 2025 · 1 comment
Open
2 tasks

Compatibility of ep.pp.knn_impute with different datatypes #849

eroell opened this issue Jan 8, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@eroell
Copy link
Collaborator

eroell commented Jan 8, 2025

Description of feature

Follow the template workflow of #835:

  • introduce singledispatch to check for allowed data types, or raise an error if others are encountered
  • adapt the tests to check these data types
@eroell eroell added the enhancement New feature or request label Jan 8, 2025
@eroell
Copy link
Collaborator Author

eroell commented Jan 8, 2025

At a first glance, daskml does not have a K-neighbors imputer like sklearn.

Having this here would be a significant addition. This is a non-trivial effort, and some engineering is required for this scaling improvement.

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

No branches or pull requests

2 participants