rusty-machine 0.5.2

A machine learning library.
Documentation
[package]
name = "rusty-machine"
version = "0.5.2"
authors = ["AtheMathmo"]

description = "A machine learning library."
repository = "https://github.com/AtheMathmo/rusty-machine"
documentation = "https://AtheMathmo.github.io/rusty-machine/"
keywords = ["machine","learning","stats","data","machine-learning"]
readme = "README.md"
license = "MIT"

[features]
stats = []

[dependencies]
num = { version = "0.1.35", default-features = false }
rand = "0.3.14"
rulinalg = "0.3.3"