Releases: JingweiToo/Machine-Learning-Toolbox
Releases · JingweiToo/Machine-Learning-Toolbox
Update license
1.5 Update LICENSE
Small change on ensemble tree
Change Adaboost to Bag so that ensemble tree can be used for multiclass problem.
1.2
The toolbox has been fully updated.
- Add hold-out and leave-one-out strategies for all methods
- Add Gaussian mixture model
- Add ensemble tree classifier
- Improve Naive Bayes
- All methods can be executed with only one main function jml
- Simplicity and easy to implement
- New examples are provided