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

Add support for KNeighbors from scikit-learn #415

Closed
terU3760 opened this issue Jun 29, 2021 · 2 comments
Closed

Add support for KNeighbors from scikit-learn #415

terU3760 opened this issue Jun 29, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@terU3760
Copy link

terU3760 commented Jun 29, 2021

Have found there are conversion support for models as "sklearn_RandomForestRegressor", but not found conversion support as the model "sklearn_KNeighborsClassifier". Wonder does there exist conversion support for model as "sklearn_KNeighborsClassifier" in the current version of m2cgen?

@StrikerRUS
Copy link
Member

@terU3760 Hey! Unfortunately, KNeighbors estimators are not yet supported in m2cgen.

@StrikerRUS StrikerRUS changed the title Does there exist convertion support for "sklearn_KNeighborsClassifier"? Add support for KNeighbors from scikit-learn Jul 7, 2021
@StrikerRUS StrikerRUS added the enhancement New feature or request label Jul 11, 2021
@StrikerRUS
Copy link
Member

Added into feature-request hub #491.

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

No branches or pull requests

2 participants