From 8ec6c89cc87c97f4ab14feacea048ad526e32ed8 Mon Sep 17 00:00:00 2001 From: Stokhos Date: Sat, 3 Apr 2021 16:14:35 -0400 Subject: [PATCH] first commit --- algorithms/linfa-lars/README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 algorithms/linfa-lars/README.md diff --git a/algorithms/linfa-lars/README.md b/algorithms/linfa-lars/README.md new file mode 100644 index 000000000..cadd9ae54 --- /dev/null +++ b/algorithms/linfa-lars/README.md @@ -0,0 +1,22 @@ +# Linear Models + +`linfa-lars` aims to provide pure Rust implementations of popular least-angle regression algorithms. + +## The Big Picture + +`linfa-lars` is a crate in the [`linfa`](https://crates.io/crates/linfa) ecosystem, an effort to create a toolkit for classical Machine Learning implemented in pure Rust, akin to Python's `scikit-learn`. + +## Current state + +`linfa-lars` currently provides an implementation of the following regression algorithms: +- + +## Examples + +There is an usage example in the `examples/` directory. To run, use: + +## License +Dual-licensed to be compatible with the Rust project. + +Licensed under the Apache License, Version 2.0 or the MIT license , at your option. This file may not be copied, modified, or distributed except according to those terms. +