trait H2OXGBoostParams extends H2OAlgoParamsBase with HasMonotoneConstraints with HasCalibrationDataFrame with HasIgnoredCols
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- H2OXGBoostParams
- HasIgnoredCols
- HasCalibrationDataFrame
- HasDataFrameSerializer
- HasMonotoneConstraints
- H2OAlgoParamsBase
- H2OFrameLifecycle
- ParameterConstructorMethods
- Params
- Serializable
- Serializable
- Identifiable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
implicit
class
ParametersExtraMethods extends AnyRef
- Definition Classes
- H2OAlgoParamsBase
Abstract Value Members
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
$[T](param: Param[T]): T
- Attributes
- protected
- Definition Classes
- Params
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
aucType: Param[String]
- Attributes
- protected
-
val
backend: Param[String]
- Attributes
- protected
-
def
booleanParam(name: String, doc: String): BooleanParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
val
booster: Param[String]
- Attributes
- protected
-
val
buildTreeOneNode: BooleanParam
- Attributes
- protected
-
val
calibrateModel: BooleanParam
- Attributes
- protected
-
val
calibrationMethod: Param[String]
- Attributes
- protected
-
val
categoricalEncoding: Param[String]
- Attributes
- protected
-
final
def
clear(param: Param[_]): H2OXGBoostParams.this.type
- Definition Classes
- Params
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
colSampleByLevel: org.apache.spark.ml.param.DoubleParam
- Attributes
- protected
-
val
colSampleByNode: org.apache.spark.ml.param.DoubleParam
- Attributes
- protected
-
val
colSampleByTree: org.apache.spark.ml.param.DoubleParam
- Attributes
- protected
-
val
colSampleRate: org.apache.spark.ml.param.DoubleParam
- Attributes
- protected
-
val
colSampleRatePerTree: org.apache.spark.ml.param.DoubleParam
- Attributes
- protected
-
def
convert2dArrayToH2OFrame(input: Array[Array[Double]]): String
- Attributes
- protected
- Definition Classes
- H2OAlgoParamsBase
-
def
convertDataFrameToH2OFrameKey(dataFrame: DataFrame): String
- Attributes
- protected
- Definition Classes
- H2OAlgoParamsBase
-
def
convertMatrixToH2OFrameKeyArray(matrix: Array[DenseMatrix]): Array[String]
- Attributes
- protected
- Definition Classes
- H2OAlgoParamsBase
-
def
convertVectorArrayToH2OFrameKeyArray(vectors: Array[DenseVector]): Array[String]
- Attributes
- protected
- Definition Classes
- H2OAlgoParamsBase
-
def
copyValues[T <: Params](to: T, extra: ParamMap): T
- Attributes
- protected
- Definition Classes
- Params
-
final
val
dataFrameSerializer: Param[String]
- Attributes
- protected
- Definition Classes
- HasDataFrameSerializer
-
final
def
defaultCopy[T <: Params](extra: ParamMap): T
- Attributes
- protected
- Definition Classes
- Params
-
val
distribution: Param[String]
- Attributes
- protected
-
val
dmatrixType: Param[String]
- Attributes
- protected
-
def
doubleArrayParam(name: String, doc: String): DoubleArrayParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
def
doubleParam(name: String, doc: String): org.apache.spark.ml.param.DoubleParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
eta: org.apache.spark.ml.param.DoubleParam
- Attributes
- protected
-
val
evalMetric: NullableStringParam
- Attributes
- protected
-
def
explainParam(param: Param[_]): String
- Definition Classes
- Params
-
def
explainParams(): String
- Definition Classes
- Params
-
val
exportCheckpointsDir: NullableStringParam
- Attributes
- protected
-
final
def
extractParamMap(): ParamMap
- Definition Classes
- Params
-
final
def
extractParamMap(extra: ParamMap): ParamMap
- Definition Classes
- Params
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
floatParam(name: String, doc: String): FloatParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
val
foldAssignment: Param[String]
- Attributes
- protected
-
val
foldCol: NullableStringParam
- Attributes
- protected
-
val
gainsliftBins: IntParam
- Attributes
- protected
-
val
gamma: FloatParam
- Attributes
- protected
-
final
def
get[T](param: Param[T]): Option[T]
- Definition Classes
- Params
- def getAucType(): String
- def getBackend(): String
- def getBooster(): String
- def getBuildTreeOneNode(): Boolean
- def getCalibrateModel(): Boolean
-
def
getCalibrationDataFrame(): DataFrame
- Definition Classes
- HasCalibrationDataFrame
- def getCalibrationMethod(): String
- def getCategoricalEncoding(): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getColSampleByLevel(): Double
- def getColSampleByNode(): Double
- def getColSampleByTree(): Double
- def getColSampleRate(): Double
- def getColSampleRatePerTree(): Double
-
def
getDataFrameSerializer(): String
- Definition Classes
- HasDataFrameSerializer
-
final
def
getDefault[T](param: Param[T]): Option[T]
- Definition Classes
- Params
- def getDistribution(): String
- def getDmatrixType(): String
- def getEta(): Double
- def getEvalMetric(): String
- def getExportCheckpointsDir(): String
- def getFoldAssignment(): String
- def getFoldCol(): String
- def getGainsliftBins(): Int
- def getGamma(): Float
- def getGpuId(): Array[Int]
- def getGrowPolicy(): String
- def getIgnoreConstCols(): Boolean
-
def
getIgnoredCols(): Array[String]
- Definition Classes
- HasIgnoredCols
- def getInteractionConstraints(): Array[Array[String]]
- def getKeepCrossValidationFoldAssignment(): Boolean
- def getKeepCrossValidationModels(): Boolean
- def getKeepCrossValidationPredictions(): Boolean
- def getLabelCol(): String
- def getLearnRate(): Double
- def getMaxAbsLeafnodePred(): Float
- def getMaxBins(): Int
- def getMaxDeltaStep(): Float
- def getMaxDepth(): Int
- def getMaxLeaves(): Int
- def getMaxRuntimeSecs(): Double
- def getMinChildWeight(): Double
- def getMinRows(): Double
- def getMinSplitImprovement(): Float
- def getModelId(): String
-
def
getMonotoneConstraints(): Map[String, Double]
- Definition Classes
- HasMonotoneConstraints
- def getNfolds(): Int
- def getNormalizeType(): String
- def getNthread(): Int
- def getNtrees(): Int
- def getOffsetCol(): String
- def getOneDrop(): Boolean
-
final
def
getOrDefault[T](param: Param[T]): T
- Definition Classes
- Params
- def getParallelizeCrossValidation(): Boolean
-
def
getParam(paramName: String): Param[Any]
- Definition Classes
- Params
- def getQuietMode(): Boolean
- def getRateDrop(): Float
- def getRegAlpha(): Float
- def getRegLambda(): Float
- def getSampleRate(): Double
- def getSampleType(): String
- def getSaveMatrixDirectory(): String
- def getScalePosWeight(): Float
- def getScoreEachIteration(): Boolean
- def getScoreEvalMetricOnly(): Boolean
- def getScoreTreeInterval(): Int
- def getSeed(): Long
- def getSkipDrop(): Float
- def getStoppingMetric(): String
- def getStoppingRounds(): Int
- def getStoppingTolerance(): Double
- def getSubsample(): Double
- def getTreeMethod(): String
- def getTweediePower(): Double
- def getWeightCol(): String
-
val
gpuId: NullableIntArrayParam
- Attributes
- protected
-
val
growPolicy: Param[String]
- Attributes
- protected
-
final
def
hasDefault[T](param: Param[T]): Boolean
- Definition Classes
- Params
-
def
hasParam(paramName: String): Boolean
- Definition Classes
- Params
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
ignoreConstCols: BooleanParam
- Attributes
- protected
-
def
intArrayParam(name: String, doc: String): IntArrayParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
def
intParam(name: String, doc: String): IntParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
val
interactionConstraints: NullableStringArrayArrayParam
- Attributes
- protected
-
final
def
isDefined(param: Param[_]): Boolean
- Definition Classes
- Params
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
isSet(param: Param[_]): Boolean
- Definition Classes
- Params
-
val
keepCrossValidationFoldAssignment: BooleanParam
- Attributes
- protected
-
val
keepCrossValidationModels: BooleanParam
- Attributes
- protected
-
val
keepCrossValidationPredictions: BooleanParam
- Attributes
- protected
-
val
labelCol: Param[String]
- Attributes
- protected
-
val
learnRate: org.apache.spark.ml.param.DoubleParam
- Attributes
- protected
-
def
longParam(name: String, doc: String): LongParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
val
maxAbsLeafnodePred: FloatParam
- Attributes
- protected
-
val
maxBins: IntParam
- Attributes
- protected
-
val
maxDeltaStep: FloatParam
- Attributes
- protected
-
val
maxDepth: IntParam
- Attributes
- protected
-
val
maxLeaves: IntParam
- Attributes
- protected
-
val
maxRuntimeSecs: org.apache.spark.ml.param.DoubleParam
- Attributes
- protected
-
val
minChildWeight: org.apache.spark.ml.param.DoubleParam
- Attributes
- protected
-
val
minRows: org.apache.spark.ml.param.DoubleParam
- Attributes
- protected
-
val
minSplitImprovement: FloatParam
- Attributes
- protected
-
val
modelId: NullableStringParam
- Attributes
- protected
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
val
nfolds: IntParam
- Attributes
- protected
-
val
normalizeType: Param[String]
- Attributes
- protected
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
nthread: IntParam
- Attributes
- protected
-
val
ntrees: IntParam
- Attributes
- protected
-
def
nullableBooleanArrayParam(name: String, doc: String): NullableBooleanArrayParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
def
nullableDoubleArrayArrayParam(name: String, doc: String): NullableDoubleArrayArrayParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
def
nullableDoubleArrayParam(name: String, doc: String): NullableDoubleArrayParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
def
nullableFloatArrayParam(name: String, doc: String): NullableFloatArrayParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
def
nullableIntArrayParam(name: String, doc: String): NullableIntArrayParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
def
nullableStringArrayArrayParam(name: String, doc: String): NullableStringArrayArrayParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
def
nullableStringArrayParam(name: String, doc: String): NullableStringArrayParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
def
nullableStringPairArrayParam(name: String, doc: String): NullableStringPairArrayParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
def
nullableStringParam(name: String, doc: String): NullableStringParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
val
offsetCol: NullableStringParam
- Attributes
- protected
-
val
oneDrop: BooleanParam
- Attributes
- protected
-
val
parallelizeCrossValidation: BooleanParam
- Attributes
- protected
-
def
param[T](name: String, doc: String): Param[T]
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
def
paramTag: ClassTag[XGBoostParameters]
- Attributes
- protected
-
lazy val
params: Array[Param[_]]
- Definition Classes
- Params
-
val
quietMode: BooleanParam
- Attributes
- protected
-
val
rateDrop: FloatParam
- Attributes
- protected
-
val
regAlpha: FloatParam
- Attributes
- protected
-
val
regLambda: FloatParam
- Attributes
- protected
-
val
sampleRate: org.apache.spark.ml.param.DoubleParam
- Attributes
- protected
-
val
sampleType: Param[String]
- Attributes
- protected
-
val
saveMatrixDirectory: NullableStringParam
- Attributes
- protected
-
val
scalePosWeight: FloatParam
- Attributes
- protected
-
val
scoreEachIteration: BooleanParam
- Attributes
- protected
-
val
scoreEvalMetricOnly: BooleanParam
- Attributes
- protected
-
val
scoreTreeInterval: IntParam
- Attributes
- protected
-
val
seed: LongParam
- Attributes
- protected
-
final
def
set(paramPair: ParamPair[_]): H2OXGBoostParams.this.type
- Attributes
- protected
- Definition Classes
- Params
-
final
def
set(param: String, value: Any): H2OXGBoostParams.this.type
- Attributes
- protected
- Definition Classes
- Params
-
final
def
set[T](param: Param[T], value: T): H2OXGBoostParams.this.type
- Definition Classes
- Params
- def setAucType(value: String): H2OXGBoostParams.this.type
- def setBackend(value: String): H2OXGBoostParams.this.type
- def setBooster(value: String): H2OXGBoostParams.this.type
- def setBuildTreeOneNode(value: Boolean): H2OXGBoostParams.this.type
- def setCalibrateModel(value: Boolean): H2OXGBoostParams.this.type
-
def
setCalibrationDataFrame(value: DataFrame): H2OXGBoostParams.this.type
- Definition Classes
- HasCalibrationDataFrame
- def setCalibrationMethod(value: String): H2OXGBoostParams.this.type
- def setCategoricalEncoding(value: String): H2OXGBoostParams.this.type
- def setColSampleByLevel(value: Double): H2OXGBoostParams.this.type
- def setColSampleByNode(value: Double): H2OXGBoostParams.this.type
- def setColSampleByTree(value: Double): H2OXGBoostParams.this.type
- def setColSampleRate(value: Double): H2OXGBoostParams.this.type
- def setColSampleRatePerTree(value: Double): H2OXGBoostParams.this.type
-
final
def
setDefault(paramPairs: ParamPair[_]*): H2OXGBoostParams.this.type
- Attributes
- protected
- Definition Classes
- Params
-
final
def
setDefault[T](param: Param[T], value: T): H2OXGBoostParams.this.type
- Attributes
- protected
- Definition Classes
- Params
- def setDistribution(value: String): H2OXGBoostParams.this.type
- def setDmatrixType(value: String): H2OXGBoostParams.this.type
- def setEta(value: Double): H2OXGBoostParams.this.type
- def setEvalMetric(value: String): H2OXGBoostParams.this.type
- def setExportCheckpointsDir(value: String): H2OXGBoostParams.this.type
- def setFoldAssignment(value: String): H2OXGBoostParams.this.type
- def setFoldCol(value: String): H2OXGBoostParams.this.type
- def setGainsliftBins(value: Int): H2OXGBoostParams.this.type
- def setGamma(value: Float): H2OXGBoostParams.this.type
- def setGpuId(value: Array[Int]): H2OXGBoostParams.this.type
- def setGrowPolicy(value: String): H2OXGBoostParams.this.type
- def setIgnoreConstCols(value: Boolean): H2OXGBoostParams.this.type
-
def
setIgnoredCols(value: Array[String]): H2OXGBoostParams.this.type
- Definition Classes
- HasIgnoredCols
- def setInteractionConstraints(value: Array[Array[String]]): H2OXGBoostParams.this.type
- def setKeepCrossValidationFoldAssignment(value: Boolean): H2OXGBoostParams.this.type
- def setKeepCrossValidationModels(value: Boolean): H2OXGBoostParams.this.type
- def setKeepCrossValidationPredictions(value: Boolean): H2OXGBoostParams.this.type
- def setLabelCol(value: String): H2OXGBoostParams.this.type
- def setLearnRate(value: Double): H2OXGBoostParams.this.type
- def setMaxAbsLeafnodePred(value: Float): H2OXGBoostParams.this.type
- def setMaxBins(value: Int): H2OXGBoostParams.this.type
- def setMaxDeltaStep(value: Float): H2OXGBoostParams.this.type
- def setMaxDepth(value: Int): H2OXGBoostParams.this.type
- def setMaxLeaves(value: Int): H2OXGBoostParams.this.type
- def setMaxRuntimeSecs(value: Double): H2OXGBoostParams.this.type
- def setMinChildWeight(value: Double): H2OXGBoostParams.this.type
- def setMinRows(value: Double): H2OXGBoostParams.this.type
- def setMinSplitImprovement(value: Float): H2OXGBoostParams.this.type
- def setModelId(value: String): H2OXGBoostParams.this.type
-
def
setMonotoneConstraints(value: Map[String, Double]): H2OXGBoostParams.this.type
- Definition Classes
- HasMonotoneConstraints
- def setNfolds(value: Int): H2OXGBoostParams.this.type
- def setNormalizeType(value: String): H2OXGBoostParams.this.type
- def setNthread(value: Int): H2OXGBoostParams.this.type
- def setNtrees(value: Int): H2OXGBoostParams.this.type
- def setOffsetCol(value: String): H2OXGBoostParams.this.type
- def setOneDrop(value: Boolean): H2OXGBoostParams.this.type
- def setParallelizeCrossValidation(value: Boolean): H2OXGBoostParams.this.type
- def setQuietMode(value: Boolean): H2OXGBoostParams.this.type
- def setRateDrop(value: Float): H2OXGBoostParams.this.type
- def setRegAlpha(value: Float): H2OXGBoostParams.this.type
- def setRegLambda(value: Float): H2OXGBoostParams.this.type
- def setSampleRate(value: Double): H2OXGBoostParams.this.type
- def setSampleType(value: String): H2OXGBoostParams.this.type
- def setSaveMatrixDirectory(value: String): H2OXGBoostParams.this.type
- def setScalePosWeight(value: Float): H2OXGBoostParams.this.type
- def setScoreEachIteration(value: Boolean): H2OXGBoostParams.this.type
- def setScoreEvalMetricOnly(value: Boolean): H2OXGBoostParams.this.type
- def setScoreTreeInterval(value: Int): H2OXGBoostParams.this.type
- def setSeed(value: Long): H2OXGBoostParams.this.type
- def setSkipDrop(value: Float): H2OXGBoostParams.this.type
- def setStoppingMetric(value: String): H2OXGBoostParams.this.type
- def setStoppingRounds(value: Int): H2OXGBoostParams.this.type
- def setStoppingTolerance(value: Double): H2OXGBoostParams.this.type
- def setSubsample(value: Double): H2OXGBoostParams.this.type
- def setTreeMethod(value: String): H2OXGBoostParams.this.type
- def setTweediePower(value: Double): H2OXGBoostParams.this.type
- def setWeightCol(value: String): H2OXGBoostParams.this.type
-
val
skipDrop: FloatParam
- Attributes
- protected
-
val
stoppingMetric: Param[String]
- Attributes
- protected
-
val
stoppingRounds: IntParam
- Attributes
- protected
-
val
stoppingTolerance: org.apache.spark.ml.param.DoubleParam
- Attributes
- protected
-
def
stringArrayParam(name: String, doc: String): StringArrayParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
def
stringParam(name: String, doc: String): Param[String]
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
val
subsample: org.apache.spark.ml.param.DoubleParam
- Attributes
- protected
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Identifiable → AnyRef → Any
-
val
treeMethod: Param[String]
- Attributes
- protected
-
val
tweediePower: org.apache.spark.ml.param.DoubleParam
- Attributes
- protected
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
weightCol: NullableStringParam
- Attributes
- protected