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 MLP from scikit-learn #431

Closed
rizkidewanto opened this issue Jul 31, 2021 · 2 comments
Closed

Add support for MLP from scikit-learn #431

rizkidewanto opened this issue Jul 31, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@rizkidewanto
Copy link

First of all, thanks for creating this great tool i was looking for. Will you add support for keras & neural network (MLPRegressor & MLPClassifier) from scikit-learn? Looking forward to it

@StrikerRUS
Copy link
Member

@rizkidewanto Thanks a lot for your interest in m2cgen and kind words!
Unfortunately, there are no plans for supporting NNs. Inferencing NNs is becoming its own field now with dozens of specialized (very optimized) tools. This is beyond the scope of this project.

Speaking about MLPRegressor and MLPClassifier from scikit-learn particularly, I think we can add a support for them just to better cover estimators from the library.

@StrikerRUS StrikerRUS changed the title Add support for keras & MLP from scikit-learn Add support for MLP from scikit-learn Aug 3, 2021
@StrikerRUS StrikerRUS added the enhancement New feature or request label Aug 3, 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