Skip to main content

train_random_forest

Function train_random_forest 

Source
pub fn train_random_forest(
    features: &[Vec<f64>],
    targets: &[f64],
    config: &RandomForestConfig,
) -> RandomForest
Expand description

Train a Random Forest regressor.