public interface GBTClassifierParams extends GBTParams, TreeClassifierParams
Modifier and Type | Method and Description |
---|---|
String |
getLossType() |
ClassificationLoss |
getOldLossType()
(private[ml]) Convert new loss to old loss.
|
Param<String> |
lossType()
Loss function which GBT tries to minimize.
|
getOldBoostingStrategy, getValidationTol, setMaxIter, setStepSize, stepSize, validationTol
featureSubsetStrategy, getFeatureSubsetStrategy, getOldStrategy, getSubsamplingRate, setFeatureSubsetStrategy, setSubsamplingRate, subsamplingRate
cacheNodeIds, getCacheNodeIds, getMaxBins, getMaxDepth, getMaxMemoryInMB, getMinInfoGain, getMinInstancesPerNode, getOldStrategy, maxBins, maxDepth, maxMemoryInMB, minInfoGain, minInstancesPerNode, setCacheNodeIds, setCheckpointInterval, setMaxBins, setMaxDepth, setMaxMemoryInMB, setMinInfoGain, setMinInstancesPerNode, setSeed
validateAndTransformSchema
getLabelCol, labelCol
featuresCol, getFeaturesCol
getPredictionCol, predictionCol
clear, copy, copyValues, defaultCopy, defaultParamMap, explainParam, explainParams, extractParamMap, extractParamMap, get, getDefault, getOrDefault, getParam, hasDefault, hasParam, isDefined, isSet, paramMap, params, set, set, set, setDefault, setDefault, shouldOwn
toString, uid
checkpointInterval, getCheckpointInterval
getMaxIter, maxIter
getStepSize
getValidationIndicatorCol, validationIndicatorCol
getImpurity, getOldImpurity, impurity, setImpurity
Param<String> lossType()
String getLossType()
ClassificationLoss getOldLossType()
getOldLossType
in interface GBTParams