Convenience function to train a random forest and make predictions
(
training_data: Vec<(Vec<f64>, f64)>,
test_point: Vec<f64>,
num_trees: usize,
max_depth: usize,
min_samples_split: usize,
max_features: Option<usize>,
)
source not stored for this graph (policy: none)