Crates.io | coniferous |
lib.rs | coniferous |
version | 0.2.1 |
source | src |
created_at | 2018-09-13 01:55:15.47854 |
updated_at | 2018-09-14 17:43:07.0078 |
description | Decision trees and random forests for Rust. Presently a WIP |
homepage | https://coniferous.erikpartridge.com |
repository | https://github.com/ErikPartridge/coniferous |
max_upload_size | |
id | 84461 |
size | 14,625 |
Decision trees and random forests for Rust
This is an exceedingly experimental package. Please do not use it for any sort of usage that requires stability until version 0.5.
I will release at the following steps, each hopefully being vaguely stable once it is released.
0.2 = CART 0.3 = ID3 0.4 = RandomForest 0.5 = Stabilized all three
Docs are available at Docs.rs