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.
- Polynomial Regression predictor
- code refactoring
- preprocessing normalization for data set
- normalize train data for Gaussian NB
- normalization can be selected for KNN
- errors conditions and tests for KNN
- distance calculation between points for KNN
- Linear Regression, fit with gradient descent
- CHANGELOG.md file
- Add simple Linear Regression predictor
- Readme
- Tests
- Gaussian Naive Bayes algorithm
- Math module with useful operations
- K-Nearest Neighbours algorithm