nbml 0.1.1

Machine Learning Primitives
Documentation
[dependencies.ndarray]
features = ["serde"]
version = "0.16.1"

[dependencies.ndarray-rand]
version = "0.15.0"

[dependencies.ndarray-stats]
version = "0.6.0"

[dependencies.plotly]
version = "0.12.1"

[dependencies.rand]
version = "0.9.2"

[dependencies.serde]
features = ["derive", "rc"]
version = "1.0.197"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Machine Learning Primitives"
edition = "2024"
homepage = "https://github.com/naatebarber/nbml"
license = "MIT OR Apache-2.0"
name = "nbml"
readme = "README.md"
repository = "https://github.com/naatebarber/nbml"
version = "0.1.1"