php-ml/CHANGELOG.md

18 lines
674 B
Markdown
Raw Normal View History

2016-07-11 19:12:49 +00:00
CHANGELOG
=========
This changelog references the relevant changes done in PHP-ML library.
2016-07-11 22:11:18 +00:00
* 0.2.0 (in plan)
* feature [Dataset] - FileDataset - load dataset from files (folders as targets)
* feature [Metric] - ClassificationReport - report about trained classifier
* 0.1.1 (2016-07-12)
2016-07-11 19:12:49 +00:00
* feature [Cross Validation] Stratified Random Split - equal distribution for targets in split
* feature [General] Documentation - add missing pages and fix links
* 0.1.0 (2016-07-08)
* first develop release
* base tools for Machine Learning: Algorithms, Cross Validation, Preprocessing, Feature Extraction
* bug [General] #7 - PHP-ML doesn't work on Mac