public interface GBTRegressorParams extends GBTParams, TreeEnsembleRegressorParams, TreeRegressorParams
| Modifier and Type | Method and Description | 
|---|---|
| Loss | convertToOldLossType(String loss) | 
| String | getLossType() | 
| Loss | getOldLossType()(private[ml]) Convert new loss to old loss. | 
| Param<String> | lossType()Loss function which GBT tries to minimize. | 
getOldBoostingStrategy, getValidationTol, stepSize, validationTolgetMaxIter, maxItergetStepSizegetValidationIndicatorCol, validationIndicatorColvalidateAndTransformSchemafeatureSubsetStrategy, getFeatureSubsetStrategy, getOldStrategy, getSubsamplingRate, subsamplingRatecacheNodeIds, getCacheNodeIds, getLeafCol, getMaxBins, getMaxDepth, getMaxMemoryInMB, getMinInfoGain, getMinInstancesPerNode, getMinWeightFractionPerNode, getOldStrategy, leafCol, maxBins, maxDepth, maxMemoryInMB, minInfoGain, minInstancesPerNode, minWeightFractionPerNode, setLeafColgetLabelCol, labelColfeaturesCol, getFeaturesColgetPredictionCol, predictionColclear, copy, copyValues, defaultCopy, defaultParamMap, explainParam, explainParams, extractParamMap, extractParamMap, get, getDefault, getOrDefault, getParam, hasDefault, hasParam, isDefined, isSet, onParamChange, paramMap, params, set, set, set, setDefault, setDefault, shouldOwntoString, uidcheckpointInterval, getCheckpointIntervalgetWeightCol, weightColgetImpurity, getOldImpurity, impurityParam<String> lossType()
String getLossType()
Loss getOldLossType()
getOldLossType in interface GBTParamsLoss convertToOldLossType(String loss)