forester 0.0.3

A crate for implementing various flavors of random forests and decision trees.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "forester"
version = "0.0.3"
authors = ["Martin Billinger <flkazemakase@gmail.com>"]
description = "A crate for implementing various flavors of random forests and decision trees.\n"
documentation = "https://docs.rs/forester/"
readme = "README.md"
keywords = ["machine-learning", "random-forest", "decision-tree", "ensemble", "tree"]
categories = ["science"]
license = "MIT"
repository = "https://github.com/mbillingr/forester"
[dependencies.cpuprofiler]
version = "0.0.3"
optional = true

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

[dependencies.rand]
version = "0.5"

[dev-dependencies]