We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff91e3f commit 7c3e090Copy full SHA for 7c3e090
1 file changed
CHANGELOG.md
@@ -0,0 +1,18 @@
1
+# Changelog
2
+All notable changes to this project will be documented in this file.
3
+
4
+The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
+and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
+## [Unreleased]
8
+### Added
9
+- CHANGELOG.md file
10
11
+## [0.1.1] - 2018-11-19
12
13
+- Gaussian Naive Bayes algorithm
14
+- Math module with useful operations
15
16
+## [0.1.0] - 2018-11-15
17
18
+- K-Nearest Neighbours algorithm
0 commit comments