Create a new base random forest for a classifier or regression model.
Optional
for load purposes.
Out-Of-Bag results
Returns the confusion matrix Make sure to run train first.
Predicts the output given the matrix to predict.
predictions
Returns the Out-Of-Bag predictions.
Predicts the probability of a label given the matrix to predict.
Predicts the output for every tree given the matrix to predict.
retrieve the prediction given the selection method.
prediction
predictions of the estimators.
Export the current model to JSON.
Train the decision tree with the given training set and labels.
Static
Load a Decision tree classifier with the given model.
Generated using TypeDoc
Create a new base random forest for a classifier or regression model.