statml 0.1.0

Statistical Machine Learning in Rust
Documentation
[package]
name = "statml"
version = "0.1.0"
authors = ["Omkar Prabhu <prabhuomkar@pm.me>"]
description = "Statistical Machine Learning in Rust"
edition = "2018"
readme = "README.md"
repository = "https://github.com/prabhuomkar/statml"
license = "Apache-2.0"
license-file = "LICENSE"
keywords = ["machine-learning", "ai", "ml", "statistics"]
categories = ["statistics", "mathematics", "science", "algorithms"]
exclude = [".github/"]

[dependencies]