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. +