machinelearnjs
machinelearnjs copied to clipboard
Machine Learning library for the web and Node.
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...
Adaboost implementation
* **I'm submitting a ...** [/] documentation * **Summary** As part of the endeavour to introduce async API into machinelearn.js by @OlegStotsky , we should refactor the documentation processor so...
* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) Add 'LabelEncoder' in the preprocessing export * **What is the current behavior?** (You can also...
**I'm submitting a ...** - [x] bug report **Summary** When built with compiler options `strict` set to `true`, the following error occurs: ``` node_modules/machinelearn/tree/tree.d.ts:97:5 - error TS2416: Property 'predict' in...
* **I'm submitting a ...** [/] bug report * **Summary** During the async API refactoring work done by @OlegStotsky, he found unit tests for Lasso and Ridge are failing with...
* **I'm submitting a ...** [/] feature request * **Summary** As a result of BaggingClassifier work done by @OlegStotsky, we've realised that we need a better base interface that can...
* **I'm submitting a ...** [/] feature request * **Summary** The ticket aims to research and implement a simple version of the genetic algorithm. * **Reference** - https://towardsdatascience.com/evolution-of-a-salesman-a-complete-genetic-algorithm-tutorial-for-python-6fe5d2b3ca35 - https://towardsdatascience.com/genetic-algorithm-implementation-in-python-5ab67bb124a6...
* **I'm submitting a ...** [/] feature request * **Summary** An AdaBoost classifier is a meta-estimator that begins by fitting a classifier on the original dataset and then fits additional...