1 个不稳定版本
0.0.0 | 2024年6月8日 |
---|
#34 在 #早期阶段 中
5KB
scirs
该库目前处于开发初期,尚未准备好投入生产使用。
Rust 的科学库
功能
入门指南
从源码构建
首先克隆仓库
git clone https://github.com/FL03/scirs.git
cd scirs
cargo build --features full -r --workspace
用法
示例:线性模型(带偏置)
extern crate scirs;
fn main() -> anyhow::Result<()> {
tracing_subscriber::fmt::init();
tracing::info!("Starting linear model example");
Ok(())
}
贡献
欢迎提交拉取请求。对于重大更改,请先提交一个 issue 以讨论您想要更改的内容。
请确保适当地更新测试。
许可
依赖项
~385–720KB
~15K SLoC