mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2024-11-25 06:17:34 +00:00
create changelog
This commit is contained in:
parent
ee6ea3b850
commit
212be20fe7
13
CHANGELOG.md
Normal file
13
CHANGELOG.md
Normal 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
|
@ -37,7 +37,7 @@ composer require php-ai/php-ml
|
|||||||
## Features
|
## Features
|
||||||
|
|
||||||
* Classification
|
* 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/)
|
* [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/)
|
* [Naive Bayes](http://php-ml.readthedocs.io/en/latest/machine-learning/classification/naive-bayes/)
|
||||||
* Regression
|
* Regression
|
||||||
@ -46,6 +46,7 @@ composer require php-ai/php-ml
|
|||||||
* Clustering
|
* Clustering
|
||||||
* [k-Means](http://php-ml.readthedocs.io/en/latest/machine-learning/clustering/k-means/)
|
* [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/)
|
* [DBSCAN](http://php-ml.readthedocs.io/en/latest/machine-learning/clustering/dbscan/)
|
||||||
|
*
|
||||||
* Metric
|
* Metric
|
||||||
* [Accuracy](http://php-ml.readthedocs.io/en/latest/machine-learning/metric/accuracy/)
|
* [Accuracy](http://php-ml.readthedocs.io/en/latest/machine-learning/metric/accuracy/)
|
||||||
* Cross Validation
|
* Cross Validation
|
||||||
|
Loading…
Reference in New Issue
Block a user