This function internally uses scikit-learn function RandomForestRegressor through teradataml Open source ML functions.
Attributes/Methods
Attribute/Method Name | Supported | Notes |
---|---|---|
clear | ||
copy | ||
explainParam | ||
explainParams | ||
extractParamMap | ||
getBootstrap | ||
getCacheNodeIds | ||
getCheckpointInterval | ||
getFeatureSubsetStrategy | ||
getFeaturesCol | ||
getImpurity | ||
getLabelCol | ||
getLeafCol | ||
getMaxBins | ||
getMaxDepth | ||
getMaxMemoryInMB | ||
getMinInfoGain | ||
getMinInstancesPerNode | ||
getMinWeightFractionPerNode | ||
getOrDefault | ||
getParam | ||
getPredictionCol | ||
getSeed | ||
getSubsamplingRate | ||
getWeightCol | ||
hasDefault | ||
hasParam | ||
isDefined | ||
isSet | ||
load | ||
predict | ||
predictLeaf | ||
read | ||
save | ||
set | ||
setFeaturesCol | ||
setLeafCol | ||
setPredictionCol | ||
setSeed | ||
setSubSamplingRate | ||
setWeightCol | ||
transform | ||
write | ||
bootstrap | ||
cacheNodeIds | ||
checkpointInterval | ||
featureImportances | ||
featureSubsetStrategy | ||
featuresCol | ||
getNumTrees | ||
impurity | ||
labelCol | ||
leafCol | ||
maxBins | ||
maxDepth | ||
maxMemoryInMB | ||
minInfoGain | ||
minInstancesPerNode | ||
minWeightFractionPerNode | ||
numFeatures | ||
numTrees | ||
params | ||
predictionCol | ||
seed | ||
subsamplingRate | ||
supportedFeatureSubsetStrategies | ||
supportedImpurities | ||
toDebugString | ||
totalNumNodes | ||
treeWeights | ||
trees | ||
weightCol |