This repo contains code for a small rust application that runs a number of simple regression algorithms. There exist a whole range of statistical software tools designed to perform regression tasks with precision and speed. This project was designed to both understand algorithmic solutions to common optimisation problems such as matrix decompositions as well as data handling capacities with rust language.
- Using ssh, clone repo to local enviroment
git clone [email protected]:wbglaeser/ml-linreg.git
- Run using cargo
cargo run
- Build using cargo. Binary is stored in
/target
cargo build