1 unstable release

0.0.0 May 28, 2024

#21 in #topology

Download history 118/week @ 2024-05-22 54/week @ 2024-05-29 3/week @ 2024-06-05

175 downloads per month

Apache-2.0

6KB

rstopo

crates.io docs.rs

clippy rust


The library is currently in the early stages of development and is not yet ready for production use.

rstopo is a mathematical library for Rust with a focus on topology. It is designed to be a lightweight and flexible library for machine learning and scientific computing.

Features

  • Linear Models: Linear regression, logistic regression, and linear classifiers.

Getting Started

Building from the source

Start by cloning the repository

git clone https://github.com/FL03/rstopo.git
cd rstopo
cargo build --features full -r --workspace

Usage

Example: Linear Model (biased)

    extern crate rstopo;

    fn main() -> anyhow::Result<()> {
        tracing_subscriber::fmt::init();
        tracing::info!("Starting linear model example");


        Ok(())
    }

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

Dependencies

~0.8–1.5MB
~32K SLoC