public interface GBTParams extends TreeEnsembleParams, HasMaxIter, HasStepSize, HasValidationIndicatorCol
Note: Marked as private and DeveloperApi since this may be made public in the future.
Modifier and Type | Method and Description |
---|---|
BoostingStrategy |
getOldBoostingStrategy(scala.collection.immutable.Map<Object,Object> categoricalFeatures,
scala.Enumeration.Value oldAlgo)
(private[ml]) Create a BoostingStrategy instance to use with the old API.
|
Loss |
getOldLossType()
Get old Gradient Boosting Loss type
|
double |
getValidationTol() |
GBTParams |
setMaxIter(int value)
Deprecated.
This method is deprecated and will be removed in 3.0.0.
|
GBTParams |
setStepSize(double value)
Deprecated.
This method is deprecated and will be removed in 3.0.0.
|
DoubleParam |
stepSize()
Param for Step size (a.k.a.
|
DoubleParam |
validationTol()
Threshold for stopping early when fit with validation is used.
|
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
BoostingStrategy getOldBoostingStrategy(scala.collection.immutable.Map<Object,Object> categoricalFeatures, scala.Enumeration.Value oldAlgo)
Loss getOldLossType()
double getValidationTol()
GBTParams setMaxIter(int value)
value
- (undocumented)GBTParams setStepSize(double value)
value
- (undocumented)DoubleParam stepSize()
stepSize
in interface HasStepSize
DoubleParam validationTol()
validationIndicatorCol