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

Use MLBlocks for methods backend #113

Open
micahjsmith opened this issue Sep 30, 2018 · 1 comment
Open

Use MLBlocks for methods backend #113

micahjsmith opened this issue Sep 30, 2018 · 1 comment

Comments

@micahjsmith
Copy link
Member

Currently, ATM defines learning methods (classification only) in json files within the repo. The MLBlocks/MLPrimitives projects provide similar functionality, but include many more methods, including neural networks, gradient boosted machines, and regression models (#72). We should explore using these projects as the backend for learning methods.

@micahjsmith
Copy link
Member Author

micahjsmith commented Oct 9, 2018

Here are some thoughts on implementation:

Ultimately, we want people to be able to include/upload their own primitives for use with MLBlocks.

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

1 participant