create changelog

This commit is contained in:
Arkadiusz Kondas 2016-07-11 21:12:49 +02:00
parent ee6ea3b850
commit 212be20fe7
2 changed files with 15 additions and 1 deletions

13
CHANGELOG.md Normal file
View File

@ -0,0 +1,13 @@
CHANGELOG
=========
This changelog references the relevant changes done in PHP-ML library.
* 0.2.0 (in progress)
* 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

View File

@ -37,7 +37,7 @@ composer require php-ai/php-ml
## Features
* Classification
* [SVC](http://php-ml.readthedocs.io/en/latest/machine-learning/classification/svc/)
* [SVC](machine-learning/classification/svc/)
* [k-Nearest Neighbors](http://php-ml.readthedocs.io/en/latest/machine-learning/classification/k-nearest-neighbors/)
* [Naive Bayes](http://php-ml.readthedocs.io/en/latest/machine-learning/classification/naive-bayes/)
* Regression
@ -46,6 +46,7 @@ composer require php-ai/php-ml
* Clustering
* [k-Means](http://php-ml.readthedocs.io/en/latest/machine-learning/clustering/k-means/)
* [DBSCAN](http://php-ml.readthedocs.io/en/latest/machine-learning/clustering/dbscan/)
*
* Metric
* [Accuracy](http://php-ml.readthedocs.io/en/latest/machine-learning/metric/accuracy/)
* Cross Validation