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

generalization to support new architectures #5

Closed
mheilman opened this issue Sep 22, 2016 · 0 comments
Closed

generalization to support new architectures #5

mheilman opened this issue Sep 22, 2016 · 0 comments

Comments

@mheilman
Copy link
Contributor

As pointed out by @beckermr, we could probably make a few changes here and there to make this code more useful for implementing a wider range of architectures.

I think we probably want to avoid increasing the scope too much, but some of the functionality for getting TF to work with sklearn isn't specific to classification/regression or MLPs (e.g., pickling, handling dense/sparse input matrices, partial_fit support), and I think a little work on this (e.g., adding some mixins or refactoring the base class) could be worthwhile.

Related to #4.

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

No branches or pull requests

1 participant