rs-ml 0.2.2

Simple ML crate including Gaussian Naive Bayesian classifier
Documentation
[badges.maintenance]
status = "experimental"

[dependencies.ndarray]
version = "0.16.1"

[dependencies.ndarray-linalg]
version = "0.17.0"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.rand]
version = "0.9.0"

[dev-dependencies.csv]
version = "1.3.1"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0.217"

[[example]]
name = "iris"
path = "examples/iris.rs"

[features]
intel-mkl = ["ndarray-linalg/intel-mkl-static"]
netlib = ["ndarray-linalg/netlib-static"]
openblas = ["ndarray-linalg/openblas-static"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Simple ML crate including Gaussian Naive Bayesian classifier"
edition = "2021"
license = "MIT"
name = "rs-ml"
readme = "README.md"
repository = "https://github.com/coenvalk/rs-ml"
version = "0.2.2"

[[test]]
name = "tests"
path = "tests/tests.rs"