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
naive_bayes
svm
model_selection
decomposition
hyper_parameter
ensemble
docs
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_regressionfrom scikit-learn #50naive_bayes
svm
model_selection
decomposition
hyper_parameter
ensemble
docs