Trait

ai.h2o.sparkling.ml.algos

H2OXGBoostParams

Related Doc: package algos

Permalink

trait H2OXGBoostParams extends H2OAlgoSupervisedParams[XGBoostParameters] with DeprecatableParams

Parameters for Spark's API exposing underlying H2O model.

Linear Supertypes
DeprecatableParams, 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. H2OAlgoSupervisedParams
  4. H2OAlgoCommonParams
  5. H2OCommonSupervisedParams
  6. H2OCommonParams
  7. H2OSupervisedMOJOParams
  8. H2OMOJOAlgoSharedParams
  9. Logging
  10. Logging
  11. H2OAlgoParamsHelper
  12. Params
  13. Serializable
  14. Serializable
  15. Identifiable
  16. AnyRef
  17. 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 getColsampleBytree(): Double

    Permalink
    Annotations
    @DeprecatedMethod( "getColSampleByTree" )
  42. def getColumnsToCategorical(): Array[String]

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  55. def getGpuId(): Int

    Permalink
  56. def getGrowPolicy(): String

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

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

    Permalink
  59. def getKeepCrossValidationFoldAssignment(): Boolean

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

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

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

    Permalink
  63. def getLearnRateAnnealing(): Double

    Permalink
  64. def getMaxAbsLeafnodePred(): Float

    Permalink
  65. def getMaxBins(): Int

    Permalink
  66. def getMaxDeltaStep(): Float

    Permalink
  67. def getMaxDepth(): Int

    Permalink
  68. def getMaxLeaves(): Int

    Permalink
  69. def getMinChildWeight(): Double

    Permalink
  70. def getMinDataInLeaf(): Float

    Permalink
  71. def getMinRows(): Double

    Permalink
  72. def getMinSplitImprovement(): Float

    Permalink
  73. def getMinSumHessianInLeaf(): Float

    Permalink
  74. def getModelId(): String

    Permalink
    Definition Classes
    H2OAlgoCommonParams
  75. def getNEstimators(): Int

    Permalink
  76. def getNamedMojoOutputColumns(): Boolean

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

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

    Permalink
  79. def getNthread(): Int

    Permalink
  80. def getNtrees(): Int

    Permalink
  81. def getOffsetCol(): String

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

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

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

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

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

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

    Permalink
  88. def getRateDrop(): Float

    Permalink
  89. def getRegAlpha(): Float

    Permalink
  90. def getRegLambda(): Float

    Permalink
  91. def getSampleRate(): Double

    Permalink
  92. def getSampleType(): String

    Permalink
  93. def getScoreInterval(): Int

    Permalink
  94. def getScoreTreeInterval(): Int

    Permalink
  95. def getSeed(): Long

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

    Permalink
  97. def getSplitRatio(): Double

    Permalink
    Definition Classes
    H2OCommonParams
  98. def getSubsample(): Double

    Permalink
  99. def getTreeMethod(): String

    Permalink
  100. def getWeightCol(): String

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  105. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  106. def initializeLogIfNecessary(isInterpreter: Boolean): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  133. final val nfolds: IntParam

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

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

    Permalink
    Definition Classes
    AnyRef
  136. def nullableDoubleArrayArrayParam(name: String, doc: Option[String] = None): NullableDoubleArrayArrayParam

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  144. final val offsetCol: NullableStringParam

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOAlgoSharedParams
  151. 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
  152. def schemaTag: ClassTag[H2O_SCHEMA]

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

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

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

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

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

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

    Permalink
  159. def setBackend(value: Backend): H2OXGBoostParams.this.type

    Permalink
    Annotations
    @DeprecatedMethod( "setBackend(value: String)" )
  160. def setBooster(value: String): H2OXGBoostParams.this.type

    Permalink
  161. def setBooster(value: Booster): H2OXGBoostParams.this.type

    Permalink
    Annotations
    @DeprecatedMethod( "setBooster(value: String)" )
  162. def setColSampleByLevel(value: Double): H2OXGBoostParams.this.type

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

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

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

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

    Permalink
    Annotations
    @DeprecatedMethod( "setColSampleByTree" )
  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 setDistribution(value: DistributionFamily): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OAlgoCommonParams
    Annotations
    @DeprecatedMethod( "setDistribution(value: String)" )
  176. def setDmatrixType(value: String): H2OXGBoostParams.this.type

    Permalink
  177. def setDmatrixType(value: DMatrixType): H2OXGBoostParams.this.type

    Permalink
    Annotations
    @DeprecatedMethod( "setDmatrixType(value: String)" )
  178. def setEta(value: Double): H2OXGBoostParams.this.type

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

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

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

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

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

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

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

    Permalink
  186. def setGrowPolicy(value: GrowPolicy): H2OXGBoostParams.this.type

    Permalink
    Annotations
    @DeprecatedMethod( "setGrowPolicy(value: String)" )
  187. def setInitialScoreInterval(value: Int): H2OXGBoostParams.this.type

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    H2OAlgoCommonParams
  204. def setNEstimators(value: Int): H2OXGBoostParams.this.type

    Permalink
  205. def setNamedMojoOutputColumns(value: Boolean): H2OXGBoostParams.this.type

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

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

    Permalink
  208. def setNormalizeType(value: DartNormalizeType): H2OXGBoostParams.this.type

    Permalink
    Annotations
    @DeprecatedMethod( "setNormalizeType(value: String)" )
  209. def setNthread(value: Int): H2OXGBoostParams.this.type

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  221. def setSampleType(value: DartSampleType): H2OXGBoostParams.this.type

    Permalink
    Annotations
    @DeprecatedMethod( "setSampleType(value: String)" )
  222. def setScoreInterval(value: Int): H2OXGBoostParams.this.type

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

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

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

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

    Permalink
    Definition Classes
    H2OCommonParams
  227. def setSubsample(value: Double): H2OXGBoostParams.this.type

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

    Permalink
  229. def setTreeMethod(value: TreeMethod): H2OXGBoostParams.this.type

    Permalink
    Annotations
    @DeprecatedMethod( "setTreeMethod(value: String)" )
  230. def setWeightCol(columnName: String): H2OXGBoostParams.this.type

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

    Permalink
    Definition Classes
    H2OCommonParams
  232. final val splitRatio: DoubleParam

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

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

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

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

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

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

    Permalink
    Definition Classes
    Identifiable → AnyRef → Any
  239. 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
  240. final def wait(): Unit

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOAlgoSharedParams

Inherited from DeprecatableParams

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