-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f6a989
commit af32444
Showing
3 changed files
with
40 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,34 @@ | ||
# Mini river | ||
<h1>🦀 LightRiver • fast online machine learning</h1> | ||
|
||
<p> | ||
|
||
<!-- Tests --> | ||
<!-- <a href="https://github.com/online-ml/beaver/actions/workflows/unit-tests.yml"> | ||
<img src="https://github.com/online-ml/beaver/actions/workflows/unit-tests.yml/badge.svg" alt="tests"> | ||
</a> --> | ||
|
||
<!-- Code quality --> | ||
<!-- <a href="https://github.com/online-ml/beaver/actions/workflows/code-quality.yml"> | ||
<img src="https://github.com/online-ml/beaver/actions/workflows/code-quality.yml/badge.svg" alt="code_quality"> | ||
</a> --> | ||
|
||
<!-- License --> | ||
<a href="https://opensource.org/licenses/BSD-3-Clause"> | ||
<img src="https://img.shields.io/badge/License-BSD%203--Clause-blue.svg?style=flat-square" alt="bsd_3_license"> | ||
</a> | ||
|
||
</p> | ||
|
||
[![Discord](https://dcbadge.vercel.app/api/server/qNmrKEZMAn)](https://discord.gg/qNmrKEZMAn) | ||
|
||
<div align="center" > | ||
<img src="https://user-images.githubusercontent.com/8095957/202878607-9fa71045-6379-436e-9da9-41209f8b39c2.png" width="25%" align="right" /> | ||
</div> | ||
|
||
LightRiver is an online machine learning library written in Rust. It is meant to be used in high-throughput environments, as well as TinyML systems. | ||
|
||
This library is complementary to [River](https://github.com/online-ml/river/). The latter provides a wide array of online methods, but is not ideal when it comes to performance. The idea is to take the algorithms that work best in River, and implement them in a way that is more performant. As such, LightRiver is not meant to be a general purpose library. It is meant to be a fast online machine learning library that provides a few algorithms that are known to work well in online settings. This is a akin to the way [scikit-learn](https://scikit-learn.org/) and [LightGBM](https://lightgbm.readthedocs.io/en/stable/) are complementary to each other. | ||
|
||
## 📝 License | ||
|
||
LightRiver is free and open-source software licensed under the [3-clause BSD license](LICENSE). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters