Skip to content

Manual implementation of regression algorithms in rust

Notifications You must be signed in to change notification settings

wbglaeser/ml-linreg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Manual implementation of regression algorithms in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages