[package]
name = "randomforest"
version = "0.1.6"
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
edition = "2018"
description = "Random forest regressor and classifier"
homepage = "https://github.com/sile/randomforest"
repository = "https://github.com/sile/randomforest"
readme = "README.md"
categories = ["science"]
license = "MIT"
[badges]
coveralls = {repository = "sile/randomforest"}
[dependencies]
byteorder = "1"
ordered-float = "2"
rand = "0.7"
rayon = "1"
thiserror = "1"
[dev-dependencies]
anyhow = "1"