mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2025-01-26 08:38:32 +00:00
19 lines
824 B
Markdown
19 lines
824 B
Markdown
CHANGELOG
|
|
=========
|
|
|
|
This changelog references the relevant changes done in PHP-ML library.
|
|
|
|
* 0.2.0 (in plan/progress)
|
|
* feature [Dataset] - FilesDataset - load dataset from files (folder names as targets)
|
|
* feature [Metric] - ClassificationReport - report about trained classifier
|
|
* bug [Feature Extraction] - fix problem with token count vectorizer array order
|
|
|
|
* 0.1.1 (2016-07-12)
|
|
* feature [Cross Validation] Stratified Random Split - equal distribution for targets in split
|
|
* feature [General] Documentation - add missing pages (Pipeline, ConfusionMatrix and TfIdfTransformer) 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
|