-
Notifications
You must be signed in to change notification settings - Fork 13
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
Overarching Plan (to MVP / version 1) #11
Comments
Thanks for creating this @dcrescim I'll add some more features we may need as well. |
One thing we should also be working towards is showing off the strength of machine learning in the browser: interactivity. We should build some kind of playground, similar to the Tensorflow Playground. |
+1 on this from me. Another suggestion, we have a bunch of drag and drop/select features where users can upload sample data, select an ML algorithm we support, and then run training and predictions on it. |
I totally agree with this. I wonder if there is a way that we can support this on our docs site. Couldn't agree more with the ideas above @DirkToewe @risenW |
Hey Folks!
I thought it might be a bit easier if we had one issue that had the current "state of the world".
It would have a list of all completed Estimators/Functions and next to each it would have a person's name if someone was working on it or it'd be checked if it was complete and merged in dev.
Ping me in the comments beneath and I'll add you to whichever estimators you want to work on.
I went through the scikit-learn docs yesterday and broke out the Estimators that we would need for an MVP of scikit.js (let's call it version 1).
Version 1
The focus here is on simple models, and all the preprocessing, and metrics that you'd need to perform high quality model generation.
linear_model
cluster
neighbors
dummy
impute
preprocessing
pipeline
compose
tree
metrics
So pick whichever ya want, and ping me, and I'll update the issue and put your name next to the Estimator / Function.
Some great resources for contributors
Hello folks! Time flies when you're having fun :)
We are rounding the corner the completion of the MVP / Version 1 list above. I thought it would be good to go through scikit-learn and make a list of the next most important things. That list is below as well as some general todos (docs, tutorials). Feel free to ping me or comment below and grab whatever interests in the following list.
Onward and Upward!
linear_model
datasets
make_classification
/make_regression
from scikit-learn #50naive_bayes
svm
model_selection
decomposition
hyper_parameter
ensemble
docs
The text was updated successfully, but these errors were encountered: