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

is it possible to add more methods like RNN or CNN from keras? #51

Closed
cici-tan opened this issue Jan 11, 2018 · 6 comments
Closed

is it possible to add more methods like RNN or CNN from keras? #51

cici-tan opened this issue Jan 11, 2018 · 6 comments
Labels

Comments

@cici-tan
Copy link

Hi all,

Just wonder is it possible if I want to use methods from keras to build CNN? Since there are all basic classifiers from sklearn in the methods for now. And does it accept 3d input?

@bcyphers
Copy link
Contributor

It is definitely possible, but this is not one of our priorities right now.

If you would like to do it yourself, you can add a new classifier by creating a JSON file in the methods/ directory using the same format as the other ones. If you want to add a CNN, you'll have to find a class that implements a CNN classifier with the scikit-learn fit/transform interface, then specify its hyperparameters in the same JSON format you find for the other methods.

We are working on a contributor guide that will go over this process in more detail, but you should go ahead and try it out! If you're able to successfully add a new method, you can create a pull request and we'll merge it in.

@cici-tan
Copy link
Author

Thanks, I will try!

@bcyphers
Copy link
Contributor

Please let us know if you come across any snags along the way. We want to make it as easy as possible for contributors to add new classifiers!

@cici-tan
Copy link
Author

Sure I will tell you guys if so.

@micahjsmith
Copy link
Member

This would be fulfilled by #113 which provides keras models

@micahjsmith
Copy link
Member

Closing in favor of #113 issue.

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

No branches or pull requests

3 participants