This function internally uses scikit-learn function randomforestclassifier through teradataml Open source ML functions.
RandomForestClassificationModel will always return RandomForestClassificationTrainingSummary object, irrespective of the number of classes.
Attributes/Methods
Attribute/Method Name | Supported | Notes |
---|---|---|
fMeasureByLabel | ||
weightedFMeasure | ||
accuracy | ||
areaUnderROC | ||
fMeasureByThreshold | ||
falsePositiveRateByLabel | ||
labelCol | ||
labels | ||
objectiveHistory | ||
pr | ||
precisionByLabel | ||
predictionCol | ||
predictions | ||
recallByLabel | ||
recallByThreshold | ||
roc | ||
scoreCol | ||
truePositiveRateByLabel | ||
weightCol | ||
weightedFalsePositiveRate | ||
weightedPrecision | ||
weightedRecall | ||
weightedTruePositiveRate |