Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (14 loc) · 458 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 458 Bytes

Machine Learning class workspace

GitHub last commit

Contains Python implementations of these models:

  1. Linear regression
  2. Logistic regression classification
  3. K-Means clusterisation
  4. K-Near-Neighbours clusterisation
  5. Random Forest classification

Run: python src/%taskname%

Example

python src/linear-regression.py