Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1 KB

CHANGELOG.md

File metadata and controls

47 lines (36 loc) · 1 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[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