We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c9983 commit 9536a36Copy full SHA for 9536a36
CHANGELOG.md
@@ -3,9 +3,15 @@ CHANGELOG
3
4
This changelog references the relevant changes done in PHP-ML library.
5
6
-* 0.2.2 (in plan/progress)
+* 0.3.1 (in plan/progress)
7
* feature [Regression] - SSE, SSTo, SSR - sum of the squared
8
9
+* 0.3.0 (2017-02-04)
10
+ * feature [Persistency] - ModelManager - save and restore trained models by David Monllaó
11
+ * feature [Classification] - DecisionTree implementation by Mustafa Karabulut
12
+ * feature [Clustering] - Fuzzy C Means implementation by Mustafa Karabulut
13
+ * other small fixes and code styles refactors
14
+
15
* 0.2.1 (2016-11-20)
16
* feature [Association] - Apriori algorithm implementation
17
* bug [Metric] - division by zero
0 commit comments