Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 658 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 658 Bytes

Rust Regression Algorithms

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.

Installation

  1. Using ssh, clone repo to local enviroment

git clone [email protected]:wbglaeser/ml-linreg.git

  1. Run using cargo

cargo run

  1. Build using cargo. Binary is stored in /target

cargo build