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

Feature Request: neural networks from ScikitLearn #199

Open
azev77 opened this issue Mar 4, 2020 · 1 comment
Open

Feature Request: neural networks from ScikitLearn #199

azev77 opened this issue Mar 4, 2020 · 1 comment

Comments

@azev77
Copy link
Contributor

azev77 commented Mar 4, 2020

MLJ has most models from ScikitLearn, but I believe it's missing neural networks:
https://scikit-learn.org/stable/modules/neural_networks_supervised.html

It would be really awesome to add these models to MLJ.

@tlienart
Copy link
Collaborator

tlienart commented Mar 4, 2020

Yes this was deliberate laziness from my side due to the fact that these models are not very good but I guess an argument in favour of bringing them in is that a simple MLP can be used at a final stage of a learning network which could be useful.

This would be a reasonably simple PR if you felt up to it since it's pretty much identical to existing code for sklearn models, I'd be happy to help you with it :) otherwise I may do it but probably not very soon

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

No branches or pull requests

2 participants