Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [0.1.3] - 2018-11-22
### Modified
- Linear Regression, fit with gradient descent
## [0.1.2] - 2018-11-22
### Added
- CHANGELOG.md file
- Add simple Linear Regression predictor
### Modified
- Readme
- Tests
## [0.1.1] - 2018-11-19
### Added
- Gaussian Naive Bayes algorithm
- Math module with useful operations
## [0.1.0] - 2018-11-15
### Added
- K-Nearest Neighbours algorithm