randomforest 0.2.0

Random forest regressor and classifier
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "randomforest"
version = "0.2.0"
edition = "2024"
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"

[dependencies]
rand = "0.10"
rayon = "1"