scientist 0.1.0

Machine Learning Algorithms in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[lib]
name = "scientist"
path = "src/lib.rs"

[package]
authors = ["edicury <edisoncuryn@gmail.com>"]
description = "Machine Learning Algorithms in Rust"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "scientist"
repository = "https://github.com/edicury/scientist"
version = "0.1.0"