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 ...** [/] doc * **Summary** This ticket aims to brainstorm ideas for V3 roadmap items and add them to ROAMDMAP.md. Anyone is welcome to throw in...

help wanted

* **I'm submitting a ...** [X] bug report [ ] feature request [ ] question about the decisions made in the repository [ ] question about how to use this...

bug
enhancement

* **I'm submitting a ...** [/] feature request * **Summary** A classifier with a linear decision boundary, generated by fitting class conditional densities to the data and using Bayes’ rule....

good first issue
feature
hacktoberfest

* **I'm submitting a ...** [/] feature request * **Summary** Implement TfdfVectorizer, which will give extra functionality for those who are doing NLPs in Javascript. The code base should look...

good first issue
feature
hacktoberfest

* **I'm submitting a ...** [/] feature request * **Summary** Implement StartifiedShuffleSplit which is used to sample by assigning a weight to each class. Reference: https://scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html

* **I'm submitting a ...** [/] enhancement * **Summary** As a result of upgrading the Tensorflow version to 0.15.1, we should refactor all the `dataSycn` with `arraySync`. This will greatly...

good first issue

* **I'm submitting a ...** [/] enhancement * **Summary** The ticket aims to remove `stopword` from the project because the module serves very simple job and we should be able...

enhancement
good first issue

* **I'm submitting a ...** [/] feature request * **Summary** Upon each release, we should also make the release available through CDN.js or a similar service. It will allow users...

enhancement

* **I'm submitting a ...** [/] example * **Summary** Stacked Generalization or stacking is an ensemble algorithm where a new model is trained to combine the predictions from two or...

documentation

* **I'm submitting a ...** [/] feature request * **Summary** The ticket aims to implement ElasticNet as part of the LinearModel APIs. It is a variation of LinearRegression with combined...

good first issue
feature