machinelearnjs icon indicating copy to clipboard operation
machinelearnjs copied to clipboard

Machine Learning library for the web and Node.

Results 57 machinelearnjs issues
Sort by recently updated
recently updated
newest added

* **I'm submitting a ...** [/] feature request * **Summary** Implement chi2 feature selection

feature

* **I'm submitting a ...** [/] feature request * **Summary** Gradient Boosting is the most widely used model in Kaggle competitions for both classification and regression problems. It would be...

feature
hacktoberfest

* **I'm submitting a ...** [/] feature request [/] research * **Summary** The ticket aims to implement or find an existing solution to get a subset of a matrix. It...

good first issue
feature

* **I'm submitting a ...** [/] feature request * **Summary** Implement https://scikit-learn.org/stable/modules/generated/sklearn.metrics.explained_variance_score.html

help wanted
good first issue
feature

* **I'm submitting a ...** [/] feature request * **Summary** Implement https://scikit-learn.org/stable/modules/generated/sklearn.metrics.r2_score.html

help wanted
good first issue
feature

* **I'm submitting a ...** [/] enhancement * **Summary** Implement `max_depth` option to the DecisionTreeClassifier, which is the last stopping criterion from https://www.ibm.com/support/knowledgecenter/en/SS6NHC/com.ibm.swg.im.dashdb.analytics.doc/doc/r_decision_trees_growing.html The flag is available in the ScikitLearn...

enhancement
help wanted

* **I'm submitting a ...** [/] feature request * **Summary** `zeroOneLoss` Should also have an implementation for `normalize:false` * **Reference** Kalimdor source location: https://github.com/JasonShin/kalimdorjs/blob/master/src/lib/metrics/classification.ts#L112 Scikit-learn reference: http://scikit-learn.org/stable/modules/generated/sklearn.metrics.zero_one_loss.html

feature

* **I'm submitting a ...** [/] enhancement [/] docs * **Summary** Throwing in some UX improvement ideas for the documentation site. 1. Using more images to describe the features. Since...

enhancement
website

* **I'm submitting a ...** [/] feature request * **Summary** Following up with the implementation of `datasets/boston` and `datasets/iris`, it would be nice to introduce one more toy dataset [https://archive.ics.uci.edu/ml/datasets/diabetes](https://archive.ics.uci.edu/ml/datasets/diabetes)....

good first issue
feature
hacktoberfest

* **I'm submitting a ...** [/] feature request * **Summary** As we now have abstracted the base operation of RandomForest, we can easily build RandomForestRegressor based on it. TODO -...

feature
hacktoberfest