php-ml/CHANGELOG.md

30 lines
1.2 KiB
Markdown
Raw Normal View History

2016-07-11 21:12:49 +02:00
CHANGELOG
=========
This changelog references the relevant changes done in PHP-ML library.
2016-11-20 22:53:17 +01:00
* 0.2.2 (in plan/progress)
2016-08-14 18:35:17 +02:00
* feature [Regression] - SSE, SSTo, SSR - sum of the squared
2016-11-20 22:53:17 +01:00
* 0.2.1 (2016-11-20)
2016-10-15 20:54:41 +02:00
* feature [Association] - Apriori algorithm implementation
* bug [Metric] - division by zero
2016-08-14 18:35:17 +02:00
* 0.2.0 (2016-08-14)
* feature [NeuralNetwork] - MultilayerPerceptron and Backpropagation training
2016-07-24 13:52:52 +02:00
* 0.1.2 (2016-07-24)
2016-07-16 23:29:40 +02:00
* feature [Dataset] - FilesDataset - load dataset from files (folder names as targets)
2016-07-12 00:11:18 +02:00
* feature [Metric] - ClassificationReport - report about trained classifier
2016-07-16 23:29:40 +02:00
* bug [Feature Extraction] - fix problem with token count vectorizer array order
2016-07-24 13:52:52 +02:00
* tests [General] - add more tests for specific conditions
2016-07-12 00:11:18 +02:00
* 0.1.1 (2016-07-12)
2016-07-11 21:12:49 +02:00
* feature [Cross Validation] Stratified Random Split - equal distribution for targets in split
2016-07-12 00:21:34 +02:00
* feature [General] Documentation - add missing pages (Pipeline, ConfusionMatrix and TfIdfTransformer) and fix links
2016-07-11 21:12:49 +02:00
* 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