Current section

Files

Jump to
learn_kit CHANGELOG.md
Raw

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.6] - 2019-01-08
### Added
- Polynomial Regression predictor
### Modified
- code refactoring
## [0.1.5] - 2018-12-18
### Added
- preprocessing normalization for data set
- normalize train data for Gaussian NB
### Modified
- normalization can be selected for KNN
## [0.1.4] - 2018-12-17
### Modified
- errors conditions and tests for KNN
- distance calculation between points for KNN
## [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