Trait

ai.h2o.sparkling.ml.algos

H2OXGBoostParams

Related Doc: package algos

Permalink

trait H2OXGBoostParams extends H2OAlgoSupervisedParams[XGBoostParameters] with H2OTreeBasedSupervisedMOJOParams with HasMonotoneConstraints with HasStoppingCriteria[XGBoostParameters] with DeprecatableParams

Parameters for Spark's API exposing underlying H2O model.

Linear Supertypes
DeprecatableParams, HasStoppingCriteria[XGBoostParameters], HasMonotoneConstraints, H2OTreeBasedSupervisedMOJOParams, H2OAlgoSupervisedParams[XGBoostParameters], H2OAlgoCommonParams[XGBoostParameters], H2OCommonSupervisedParams, H2OCommonParams, H2OSupervisedMOJOParams, H2OMOJOAlgoSharedParams, Logging, Logging, H2OAlgoParamsHelper[XGBoostParameters], Params, Serializable, Serializable, Identifiable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. H2OXGBoostParams
  2. DeprecatableParams
  3. HasStoppingCriteria
  4. HasMonotoneConstraints
  5. H2OTreeBasedSupervisedMOJOParams
  6. H2OAlgoSupervisedParams
  7. H2OAlgoCommonParams
  8. H2OCommonSupervisedParams
  9. H2OCommonParams
  10. H2OSupervisedMOJOParams
  11. H2OMOJOAlgoSharedParams
  12. Logging
  13. Logging
  14. H2OAlgoParamsHelper
  15. Params
  16. Serializable
  17. Serializable
  18. Identifiable
  19. AnyRef
  20. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type H2O_SCHEMA = XGBoostParametersV3

    Permalink
    Definition Classes
    H2OXGBoostParamsH2OAlgoParamsHelper

Abstract Value Members

  1. abstract def copy(extra: ParamMap): Params

    Permalink
    Definition Classes
    Params
  2. abstract val uid: String

    Permalink
    Definition Classes
    Identifiable

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def $[T](param: Param[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final val allStringColumnsToCategorical: BooleanParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OCommonParams
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def booleanParam(name: String, doc: Option[String] = None): BooleanParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  8. def booleanParam(name: String, doc: String): BooleanParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  9. final def clear(param: Param[_]): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    Params
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final val columnsToCategorical: StringArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OCommonParams
  12. final val convertInvalidNumbersToNa: BooleanParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOAlgoSharedParams
  13. final val convertUnknownCategoricalLevelsToNa: BooleanParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOAlgoSharedParams
  14. def copyValues[T <: Params](to: T, extra: ParamMap): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  15. final def defaultCopy[T <: Params](extra: ParamMap): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  16. final val detailedPredictionCol: Param[String]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOAlgoSharedParams
  17. def doubleArrayParam(name: String, doc: Option[String] = None): DoubleArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  18. def doubleArrayParam(name: String, doc: String): DoubleArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  19. def doubleParam(name: String, doc: Option[String] = None): DoubleParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  20. def doubleParam(name: String, doc: String): DoubleParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  21. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  23. def explainParam(param: Param[_]): String

    Permalink
    Definition Classes
    Params
  24. def explainParams(): String

    Permalink
    Definition Classes
    Params
  25. final def extractParamMap(): ParamMap

    Permalink
    Definition Classes
    Params
  26. final def extractParamMap(extra: ParamMap): ParamMap

    Permalink
    Definition Classes
    Params
  27. final val featuresCols: StringArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOAlgoSharedParams
  28. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. def floatParam(name: String, doc: Option[String] = None): FloatParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  30. def floatParam(name: String, doc: String): FloatParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  31. final val foldCol: NullableStringParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OCommonParams
  32. final def get[T](param: Param[T]): Option[T]

    Permalink
    Definition Classes
    Params
  33. def getAllStringColumnsToCategorical(): Boolean

    Permalink
    Definition Classes
    H2OCommonParams
  34. def getBackend(): String

    Permalink
  35. def getBooster(): String

    Permalink
  36. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  37. def getColSampleByLevel(): Double

    Permalink
  38. def getColSampleByTree(): Double

    Permalink
  39. def getColSampleRate(): Double

    Permalink
  40. def getColSampleRatePerTree(): Double

    Permalink
  41. def getColumnsToCategorical(): Array[String]

    Permalink
    Definition Classes
    H2OCommonParams
  42. def getConvertInvalidNumbersToNa(): Boolean

    Permalink
    Definition Classes
    H2OMOJOAlgoSharedParams
  43. def getConvertUnknownCategoricalLevelsToNa(): Boolean

    Permalink
    Definition Classes
    H2OMOJOAlgoSharedParams
  44. final def getDefault[T](param: Param[T]): Option[T]

    Permalink
    Definition Classes
    Params
  45. def getDetailedPredictionCol(): String

    Permalink
    Definition Classes
    H2OMOJOAlgoSharedParams
  46. def getDistribution(): String

    Permalink
    Definition Classes
    H2OAlgoCommonParams
  47. def getDmatrixType(): String

    Permalink
  48. def getDoc(doc: Option[String], fieldName: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  49. def getEta(): Double

    Permalink
  50. def getExcludedCols(): Seq[String]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OCommonSupervisedParamsH2OCommonParams
  51. def getFeaturesCols(): Array[String]

    Permalink
    Definition Classes
    H2OCommonParams → H2OMOJOAlgoSharedParams
  52. def getFoldCol(): String

    Permalink
    Definition Classes
    H2OCommonParams
  53. def getGamma(): Float

    Permalink
  54. def getGpuId(): Int

    Permalink
  55. def getGrowPolicy(): String

    Permalink
  56. def getH2ODoc(fieldName: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  57. def getInitialScoreInterval(): Int

    Permalink
  58. def getKeepCrossValidationFoldAssignment(): Boolean

    Permalink
    Definition Classes
    H2OAlgoCommonParams
  59. def getKeepCrossValidationPredictions(): Boolean

    Permalink
    Definition Classes
    H2OAlgoCommonParams
  60. def getLabelCol(): String

    Permalink
    Definition Classes
    H2OCommonSupervisedParams
  61. def getLearnRate(): Double

    Permalink
  62. def getLearnRateAnnealing(): Double

    Permalink
  63. def getMaxAbsLeafnodePred(): Float

    Permalink
  64. def getMaxBins(): Int

    Permalink
  65. def getMaxDeltaStep(): Float

    Permalink
  66. def getMaxDepth(): Int

    Permalink
  67. def getMaxLeaves(): Int

    Permalink
  68. def getMinChildWeight(): Double

    Permalink
  69. def getMinDataInLeaf(): Float

    Permalink
  70. def getMinRows(): Double

    Permalink
  71. def getMinSplitImprovement(): Float

    Permalink
  72. def getMinSumHessianInLeaf(): Float

    Permalink
  73. def getModelId(): String

    Permalink
    Definition Classes
    H2OAlgoCommonParams
  74. def getMonotoneConstraints(): Map[String, Double]

    Permalink
    Definition Classes
    HasMonotoneConstraints
  75. def getMonotoneConstraintsAsKeyValuePairs(): Array[KeyValue]

    Permalink
    Attributes
    protected
    Definition Classes
    HasMonotoneConstraints
  76. def getNEstimators(): Int

    Permalink
    Annotations
    @DeprecatedMethod( ... )
  77. def getNamedMojoOutputColumns(): Boolean

    Permalink
    Definition Classes
    H2OMOJOAlgoSharedParams
  78. def getNfolds(): Int

    Permalink
    Definition Classes
    H2OCommonParams
  79. def getNormalizeType(): String

    Permalink
  80. def getNthread(): Int

    Permalink
  81. def getNtrees(): Int

    Permalink
    Definition Classes
    H2OTreeBasedSupervisedMOJOParams
  82. def getOffsetCol(): String

    Permalink
    Definition Classes
    H2OSupervisedMOJOParams
  83. def getOneDrop(): Boolean

    Permalink
  84. final def getOrDefault[T](param: Param[T]): T

    Permalink
    Definition Classes
    Params
  85. def getParallelizeCrossValidation(): Boolean

    Permalink
    Definition Classes
    H2OAlgoCommonParams
  86. def getParam(paramName: String): Param[Any]

    Permalink
    Definition Classes
    DeprecatableParams → Params
  87. def getPredictionCol(): String

    Permalink
    Definition Classes
    H2OMOJOAlgoSharedParams
  88. def getQuietMode(): Boolean

    Permalink
  89. def getRateDrop(): Float

    Permalink
  90. def getRegAlpha(): Float

    Permalink
  91. def getRegLambda(): Float

    Permalink
  92. def getSampleRate(): Double

    Permalink
  93. def getSampleType(): String

    Permalink
  94. def getScoreInterval(): Int

    Permalink
  95. def getScoreTreeInterval(): Int

    Permalink
  96. def getSeed(): Long

    Permalink
    Definition Classes
    H2OCommonParams
  97. def getSkipDrop(): Float

    Permalink
  98. def getSplitRatio(): Double

    Permalink
    Definition Classes
    H2OCommonParams
  99. def getStoppingMetric(): String

    Permalink
    Definition Classes
    HasStoppingCriteria
  100. def getStoppingRounds(): Int

    Permalink
    Definition Classes
    HasStoppingCriteria
  101. def getStoppingTolerance(): Double

    Permalink
    Definition Classes
    HasStoppingCriteria
  102. def getSubsample(): Double

    Permalink
  103. def getTreeMethod(): String

    Permalink
  104. def getWeightCol(): String

    Permalink
    Definition Classes
    H2OCommonParams
  105. def getWithDetailedPredictionCol(): Boolean

    Permalink
    Definition Classes
    H2OMOJOAlgoSharedParams
  106. final def hasDefault[T](param: Param[T]): Boolean

    Permalink
    Definition Classes
    Params
  107. def hasParam(paramName: String): Boolean

    Permalink
    Definition Classes
    DeprecatableParams → Params
  108. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  109. def initializeLogIfNecessary(isInterpreter: Boolean): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  110. def intArrayParam(name: String, doc: Option[String] = None): IntArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  111. def intArrayParam(name: String, doc: String): IntArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  112. def intParam(name: String, doc: Option[String] = None): IntParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  113. def intParam(name: String, doc: String): IntParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  114. final def isDefined(param: Param[_]): Boolean

    Permalink
    Definition Classes
    Params
  115. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  116. final def isSet(param: Param[_]): Boolean

    Permalink
    Definition Classes
    Params
  117. def isTraceEnabled(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  118. final val labelCol: Param[String]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OCommonSupervisedParams
  119. def log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  120. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  121. def logDebug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  122. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  123. def logError(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  124. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  125. def logInfo(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  126. def logName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  127. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  128. def logTrace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  129. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  130. def logWarning(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  131. def longParam(name: String, doc: Option[String] = None): LongParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  132. def longParam(name: String, doc: String): LongParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  133. final val modelId: NullableStringParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoCommonParams
  134. final val namedMojoOutputColumns: Param[Boolean]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOAlgoSharedParams
  135. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  136. final val nfolds: IntParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OCommonParams
  137. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  138. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  139. final val ntrees: IntParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OTreeBasedSupervisedMOJOParams
  140. def nullableDoubleArrayArrayParam(name: String, doc: Option[String] = None): NullableDoubleArrayArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  141. def nullableDoubleArrayArrayParam(name: String, doc: String): NullableDoubleArrayArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  142. def nullableDoubleArrayParam(name: String, doc: Option[String] = None): NullableDoubleArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  143. def nullableDoubleArrayParam(name: String, doc: String): NullableDoubleArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  144. def nullableStringArrayParam(name: String, doc: Option[String] = None): NullableStringArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  145. def nullableStringArrayParam(name: String, doc: String): NullableStringArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  146. def nullableStringParam(name: String, doc: Option[String] = None): NullableStringParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  147. def nullableStringParam(name: String, doc: String): NullableStringParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  148. def param[T](name: String, doc: Option[String] = None): Param[T]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  149. def param[T](name: String, doc: String): Param[T]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  150. def paramTag: ClassTag[XGBoostParameters]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OXGBoostParamsH2OAlgoParamsHelper
  151. var parameters: XGBoostParameters

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  152. lazy val params: Array[Param[_]]

    Permalink
    Definition Classes
    Params
  153. final val predictionCol: Param[String]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOAlgoSharedParams
  154. def renamingMap: Map[String, String]

    Permalink

    When a parameter is renamed, the mapping 'old name' -> 'new name' should be added into this map.

    When a parameter is renamed, the mapping 'old name' -> 'new name' should be added into this map.

    Attributes
    protected
    Definition Classes
    H2OXGBoostParamsDeprecatableParams
  155. def schemaTag: ClassTag[H2O_SCHEMA]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OXGBoostParamsH2OAlgoParamsHelper
  156. final val seed: LongParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OCommonParams
  157. final def set(paramPair: ParamPair[_]): H2OXGBoostParams.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  158. final def set(param: String, value: Any): H2OXGBoostParams.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  159. final def set[T](param: Param[T], value: T): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    Params
  160. def setAllStringColumnsToCategorical(value: Boolean): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  161. def setBackend(value: String): H2OXGBoostParams.this.type

    Permalink
  162. def setBooster(value: String): H2OXGBoostParams.this.type

    Permalink
  163. def setColSampleByLevel(value: Double): H2OXGBoostParams.this.type

    Permalink
  164. def setColSampleByTree(value: Double): H2OXGBoostParams.this.type

    Permalink
  165. def setColSampleRate(value: Double): H2OXGBoostParams.this.type

    Permalink
  166. def setColSampleRatePerTree(value: Double): H2OXGBoostParams.this.type

    Permalink
  167. def setColumnsToCategorical(columns: Array[String]): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  168. def setColumnsToCategorical(first: String, others: String*): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  169. def setConvertInvalidNumbersToNa(value: Boolean): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  170. def setConvertUnknownCategoricalLevelsToNa(value: Boolean): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  171. final def setDefault(paramPairs: ParamPair[_]*): H2OXGBoostParams.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  172. final def setDefault[T](param: Param[T], value: T): H2OXGBoostParams.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  173. def setDetailedPredictionCol(columnName: String): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  174. def setDistribution(value: String): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OAlgoCommonParams
  175. def setDmatrixType(value: String): H2OXGBoostParams.this.type

    Permalink
  176. def setEta(value: Double): H2OXGBoostParams.this.type

    Permalink
  177. def setFeaturesCol(first: String): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  178. def setFeaturesCols(columnNames: Array[String]): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  179. def setFeaturesCols(first: String, others: String*): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  180. def setFoldCol(columnName: String): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  181. def setGamma(value: Float): H2OXGBoostParams.this.type

    Permalink
  182. def setGpuId(value: Int): H2OXGBoostParams.this.type

    Permalink
  183. def setGrowPolicy(value: String): H2OXGBoostParams.this.type

    Permalink
  184. def setInitialScoreInterval(value: Int): H2OXGBoostParams.this.type

    Permalink
  185. def setKeepCrossValidationFoldAssignment(value: Boolean): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OAlgoCommonParams
  186. def setKeepCrossValidationPredictions(value: Boolean): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OAlgoCommonParams
  187. def setLabelCol(columnName: String): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonSupervisedParams
  188. def setLearnRate(value: Double): H2OXGBoostParams.this.type

    Permalink
  189. def setLearnRateAnnealing(value: Double): H2OXGBoostParams.this.type

    Permalink
  190. def setMaxAbsLeafnodePred(value: Float): H2OXGBoostParams.this.type

    Permalink
  191. def setMaxBins(value: Int): H2OXGBoostParams.this.type

    Permalink
  192. def setMaxDeltaStep(value: Float): H2OXGBoostParams.this.type

    Permalink
  193. def setMaxDepth(value: Int): H2OXGBoostParams.this.type

    Permalink
  194. def setMaxLeaves(value: Int): H2OXGBoostParams.this.type

    Permalink
  195. def setMinChildWeight(value: Double): H2OXGBoostParams.this.type

    Permalink
  196. def setMinDataInLeaf(value: Float): H2OXGBoostParams.this.type

    Permalink
  197. def setMinRows(value: Double): H2OXGBoostParams.this.type

    Permalink
  198. def setMinSplitImprovement(value: Float): H2OXGBoostParams.this.type

    Permalink
  199. def setMinSumHessianInLeaf(value: Float): H2OXGBoostParams.this.type

    Permalink
  200. def setModelId(id: String): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OAlgoCommonParams
  201. def setMonotoneConstraints(value: Map[String, Double]): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    HasMonotoneConstraints
  202. def setNEstimators(value: Int): H2OXGBoostParams.this.type

    Permalink
    Annotations
    @DeprecatedMethod( ... )
  203. def setNamedMojoOutputColumns(value: Boolean): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  204. def setNfolds(value: Int): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  205. def setNormalizeType(value: String): H2OXGBoostParams.this.type

    Permalink
  206. def setNthread(value: Int): H2OXGBoostParams.this.type

    Permalink
  207. def setNtrees(value: Int): H2OXGBoostParams.this.type

    Permalink
  208. def setOffsetCol(columnName: String): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonSupervisedParams
  209. def setOneDrop(value: Boolean): H2OXGBoostParams.this.type

    Permalink
  210. def setParallelizeCrossValidation(value: Boolean): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OAlgoCommonParams
  211. def setPredictionCol(columnName: String): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  212. def setQuietMode(value: Boolean): H2OXGBoostParams.this.type

    Permalink
  213. def setRateDrop(value: Float): H2OXGBoostParams.this.type

    Permalink
  214. def setRegAlpha(value: Float): H2OXGBoostParams.this.type

    Permalink
  215. def setRegLambda(value: Float): H2OXGBoostParams.this.type

    Permalink
  216. def setSampleRate(value: Double): H2OXGBoostParams.this.type

    Permalink
  217. def setSampleType(value: String): H2OXGBoostParams.this.type

    Permalink
  218. def setScoreInterval(value: Int): H2OXGBoostParams.this.type

    Permalink
  219. def setScoreTreeInterval(value: Int): H2OXGBoostParams.this.type

    Permalink
  220. def setSeed(value: Long): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  221. def setSkipDrop(value: Float): H2OXGBoostParams.this.type

    Permalink
  222. def setSplitRatio(ratio: Double): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  223. def setStoppingMetric(value: String): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    HasStoppingCriteria
  224. def setStoppingRounds(value: Int): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    HasStoppingCriteria
  225. def setStoppingTolerance(value: Double): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    HasStoppingCriteria
  226. def setSubsample(value: Double): H2OXGBoostParams.this.type

    Permalink
  227. def setTreeMethod(value: String): H2OXGBoostParams.this.type

    Permalink
  228. def setWeightCol(columnName: String): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  229. def setWithDetailedPredictionCol(enabled: Boolean): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  230. final val splitRatio: DoubleParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OCommonParams
  231. def stringArrayParam(name: String, doc: Option[String] = None): StringArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  232. def stringArrayParam(name: String, doc: String): StringArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  233. def stringParam(name: String, doc: Option[String] = None): Param[String]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  234. def stringParam(name: String, doc: String): Param[String]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  235. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  236. def toString(): String

    Permalink
    Definition Classes
    Identifiable → AnyRef → Any
  237. def updateH2OParams(): Unit

    Permalink

    Update H2O params based on provided parameters to Spark Transformer/Estimator

    Update H2O params based on provided parameters to Spark Transformer/Estimator

    Definition Classes
    H2OXGBoostParamsH2OAlgoSupervisedParamsH2OAlgoCommonParams
  238. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  239. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  240. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  241. final val weightCol: NullableStringParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OCommonParams
  242. final val withDetailedPredictionCol: BooleanParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOAlgoSharedParams

Inherited from DeprecatableParams

Inherited from HasStoppingCriteria[XGBoostParameters]

Inherited from HasMonotoneConstraints

Inherited from H2OTreeBasedSupervisedMOJOParams

Inherited from H2OAlgoSupervisedParams[XGBoostParameters]

Inherited from H2OAlgoCommonParams[XGBoostParameters]

Inherited from H2OCommonSupervisedParams

Inherited from H2OCommonParams

Inherited from H2OSupervisedMOJOParams

Inherited from H2OMOJOAlgoSharedParams

Inherited from Logging

Inherited from Logging

Inherited from H2OAlgoParamsHelper[XGBoostParameters]

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped