From af2c2492418b5936dc8c4bfcc654956ff7e5f1ba Mon Sep 17 00:00:00 2001 From: Arkadiusz Kondas Date: Sat, 15 Oct 2016 20:54:41 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b636d2..5c8f2ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This changelog references the relevant changes done in PHP-ML library. * 0.2.1 (in plan/progress) * feature [Regression] - SSE, SSTo, SSR - sum of the squared + * feature [Association] - Apriori algorithm implementation + * bug [Metric] - division by zero * 0.2.0 (2016-08-14) * feature [NeuralNetwork] - MultilayerPerceptron and Backpropagation training