Prepare CHANGELOG for next fix release

This commit is contained in:
Arkadiusz Kondas 2018-02-18 00:11:54 +01:00
parent 0a15561352
commit 8aed3b9286
No known key found for this signature in database
GPG Key ID: C5BC0A343F4D0805
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ CHANGELOG
This changelog references the relevant changes done in PHP-ML library.
* 0.6.1 (2018-02-18)
* Fix KMeans and EigenvalueDecomposition (#235)
* 0.6.0 (2018-02-16)
* feature [FeatureSelection] implement SelectKBest with scoring functions (#232)
* feature [FeatureSelection] implement VarianceThreshold - simple baseline approach to feature selection. (#228)