t

ai.h2o.sparkling.ml.params

H2OAutoMLParams

trait H2OAutoMLParams extends H2OAlgorithmCommonParams with H2OAutoMLBuildControlParams with H2OAutoMLBuildModelsParams with H2OAutoMLInputParams with H2OAutoMLStoppingCriteriaParams with HasMonotoneConstraints

Linear Supertypes
HasMonotoneConstraints, H2OAutoMLStoppingCriteriaParams, H2OAutoMLInputParams, HasBlendingDataFrame, HasLeaderboardDataFrame, HasIgnoredCols, H2OAutoMLBuildModelsParams, H2OAutoMLBuildControlParams, H2OAlgoParamsBase, H2OFrameLifecycle, ParameterConstructorMethods, H2OAlgorithmCommonParams, H2OAlgorithmMOJOParams, Logging, Logging, H2OCommonParams, H2OBaseMOJOParams, HasDataFrameSerializer, Params, Serializable, Serializable, Identifiable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. H2OAutoMLParams
  2. HasMonotoneConstraints
  3. H2OAutoMLStoppingCriteriaParams
  4. H2OAutoMLInputParams
  5. HasBlendingDataFrame
  6. HasLeaderboardDataFrame
  7. HasIgnoredCols
  8. H2OAutoMLBuildModelsParams
  9. H2OAutoMLBuildControlParams
  10. H2OAlgoParamsBase
  11. H2OFrameLifecycle
  12. ParameterConstructorMethods
  13. H2OAlgorithmCommonParams
  14. H2OAlgorithmMOJOParams
  15. Logging
  16. Logging
  17. H2OCommonParams
  18. H2OBaseMOJOParams
  19. HasDataFrameSerializer
  20. Params
  21. Serializable
  22. Serializable
  23. Identifiable
  24. AnyRef
  25. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class ParametersExtraMethods extends AnyRef
    Definition Classes
    H2OAlgoParamsBase

Abstract Value Members

  1. abstract def copy(extra: ParamMap): Params
    Definition Classes
    Params
  2. abstract val uid: String
    Definition Classes
    HasBlendingDataFrame → Identifiable

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def $[T](param: Param[T]): T
    Attributes
    protected
    Definition Classes
    Params
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val balanceClasses: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildControlParams
  7. def booleanParam(name: String, doc: String): BooleanParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  8. val classSamplingFactors: NullableFloatArrayParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildControlParams
  9. final def clear(param: Param[_]): H2OAutoMLParams.this.type
    Definition Classes
    Params
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. final val columnsToCategorical: StringArrayParam
    Attributes
    protected
    Definition Classes
    H2OCommonParams
  12. def convert2dArrayToH2OFrame(input: Array[Array[Double]]): String
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsBase
  13. def convertDataFrameToH2OFrameKey(dataFrame: DataFrame): String
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsBase
  14. final val convertInvalidNumbersToNa: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  15. def convertMatrixToH2OFrameKeyArray(matrix: Array[DenseMatrix]): Array[String]
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsBase
  16. final val convertUnknownCategoricalLevelsToNa: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  17. def convertVectorArrayToH2OFrameKeyArray(vectors: Array[DenseVector]): Array[String]
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsBase
  18. def copyValues[T <: Params](to: T, extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  19. val customDistributionFunc: NullableStringParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildControlParams
  20. val customMetricFunc: NullableStringParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildControlParams
  21. final val dataFrameSerializer: Param[String]
    Attributes
    protected
    Definition Classes
    HasDataFrameSerializer
  22. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  23. final val detailedPredictionCol: Param[String]
    Attributes
    protected
    Definition Classes
    H2OAlgorithmMOJOParams
  24. val distribution: Param[String]
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildControlParams
  25. def doubleArrayParam(name: String, doc: String): DoubleArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  26. def doubleParam(name: String, doc: String): org.apache.spark.ml.param.DoubleParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  29. val excludeAlgos: NullableStringArrayParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildModelsParams
  30. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  31. def explainParams(): String
    Definition Classes
    Params
  32. val exploitationRatio: org.apache.spark.ml.param.DoubleParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildModelsParams
  33. val exportCheckpointsDir: NullableStringParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildControlParams
  34. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  35. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  36. final val featuresCols: StringArrayParam
    Attributes
    protected
    Definition Classes
    H2OAlgorithmMOJOParams
  37. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  38. def floatParam(name: String, doc: String): FloatParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  39. val foldCol: NullableStringParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLInputParams
  40. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  41. def getBalanceClasses(): Boolean
    Definition Classes
    H2OAutoMLBuildControlParams
  42. def getBlendingDataFrame(): DataFrame
    Definition Classes
    HasBlendingDataFrame
  43. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  44. def getClassSamplingFactors(): Array[Float]
    Definition Classes
    H2OAutoMLBuildControlParams
  45. def getColumnsToCategorical(): Array[String]
    Definition Classes
    H2OCommonParams
  46. def getConvertInvalidNumbersToNa(): Boolean
    Definition Classes
    H2OBaseMOJOParams
  47. def getConvertUnknownCategoricalLevelsToNa(): Boolean
    Definition Classes
    H2OBaseMOJOParams
  48. def getCustomDistributionFunc(): String
    Definition Classes
    H2OAutoMLBuildControlParams
  49. def getCustomMetricFunc(): String
    Definition Classes
    H2OAutoMLBuildControlParams
  50. def getDataFrameSerializer(): String
    Definition Classes
    HasDataFrameSerializer
  51. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  52. def getDetailedPredictionCol(): String
    Definition Classes
    H2OAlgorithmMOJOParams
  53. def getDistribution(): String
    Definition Classes
    H2OAutoMLBuildControlParams
  54. def getExcludeAlgos(): Array[String]
    Definition Classes
    H2OAutoMLBuildModelsParams
  55. def getExploitationRatio(): Double
    Definition Classes
    H2OAutoMLBuildModelsParams
  56. def getExportCheckpointsDir(): String
    Definition Classes
    H2OAutoMLBuildControlParams
  57. def getFeaturesCols(): Array[String]
    Definition Classes
    H2OAlgorithmCommonParams → H2OAlgorithmMOJOParams
  58. def getFoldCol(): String
    Definition Classes
    H2OAutoMLInputParams
  59. def getHuberAlpha(): Double
    Definition Classes
    H2OAutoMLBuildControlParams
  60. def getIgnoredCols(): Array[String]
    Definition Classes
    HasIgnoredCols
  61. def getIncludeAlgos(): Array[String]
    Definition Classes
    H2OAutoMLBuildModelsParams
  62. def getKeepBinaryModels(): Boolean
    Definition Classes
    H2OCommonParams
  63. def getKeepCrossValidationFoldAssignment(): Boolean
    Definition Classes
    H2OAutoMLBuildControlParams
  64. def getKeepCrossValidationModels(): Boolean
    Definition Classes
    H2OAutoMLBuildControlParams
  65. def getKeepCrossValidationPredictions(): Boolean
    Definition Classes
    H2OAutoMLBuildControlParams
  66. def getLabelCol(): String
    Definition Classes
    H2OAutoMLInputParams
  67. def getLeaderboardDataFrame(): DataFrame
    Definition Classes
    HasLeaderboardDataFrame
  68. def getMaxAfterBalanceSize(): Float
    Definition Classes
    H2OAutoMLBuildControlParams
  69. def getMaxModels(): Int
  70. def getMaxRuntimeSecs(): Double
  71. def getMaxRuntimeSecsPerModel(): Double
  72. def getMonotoneConstraints(): Map[String, Double]
    Definition Classes
    HasMonotoneConstraints
  73. def getNfolds(): Int
    Definition Classes
    H2OAutoMLBuildControlParams
  74. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  75. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  76. def getPredictionCol(): String
    Definition Classes
    H2OAlgorithmMOJOParams
  77. def getProjectName(): String
    Definition Classes
    H2OAutoMLBuildControlParams
  78. def getQuantileAlpha(): Double
    Definition Classes
    H2OAutoMLBuildControlParams
  79. def getSeed(): Long
  80. def getSortMetric(): String
    Definition Classes
    H2OAutoMLInputParams
  81. def getSplitRatio(): Double
    Definition Classes
    H2OCommonParams
  82. def getStoppingMetric(): String
  83. def getStoppingRounds(): Int
  84. def getStoppingTolerance(): Double
  85. def getTweediePower(): Double
    Definition Classes
    H2OAutoMLBuildControlParams
  86. def getValidationDataFrame(): DataFrame
    Definition Classes
    H2OCommonParams
  87. def getWeightCol(): String
    Definition Classes
    H2OAutoMLInputParams
  88. def getWithContributions(): Boolean
    Definition Classes
    H2OAlgorithmMOJOParams
  89. def getWithLeafNodeAssignments(): Boolean
    Definition Classes
    H2OAlgorithmMOJOParams
  90. def getWithStageResults(): Boolean
    Definition Classes
    H2OAlgorithmMOJOParams
  91. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  92. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  93. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  94. val huberAlpha: org.apache.spark.ml.param.DoubleParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildControlParams
  95. val includeAlgos: StringArrayParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildModelsParams
  96. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  97. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  98. def intArrayParam(name: String, doc: String): IntArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  99. def intParam(name: String, doc: String): IntParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  100. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  101. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  102. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  103. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  104. final val keepBinaryModels: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OCommonParams
  105. val keepCrossValidationFoldAssignment: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildControlParams
  106. val keepCrossValidationModels: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildControlParams
  107. val keepCrossValidationPredictions: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildControlParams
  108. val labelCol: Param[String]
    Attributes
    protected
    Definition Classes
    H2OAutoMLInputParams
  109. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  110. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  111. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  112. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  113. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  114. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  115. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  116. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  117. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  118. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  119. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  120. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  121. def longParam(name: String, doc: String): LongParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  122. val maxAfterBalanceSize: FloatParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildControlParams
  123. val maxModels: IntParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLStoppingCriteriaParams
  124. val maxRuntimeSecs: org.apache.spark.ml.param.DoubleParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLStoppingCriteriaParams
  125. val maxRuntimeSecsPerModel: org.apache.spark.ml.param.DoubleParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLStoppingCriteriaParams
  126. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  127. val nfolds: IntParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildControlParams
  128. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  129. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  130. def nullableBooleanArrayParam(name: String, doc: String): NullableBooleanArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  131. def nullableDoubleArrayArrayParam(name: String, doc: String): NullableDoubleArrayArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  132. def nullableDoubleArrayParam(name: String, doc: String): NullableDoubleArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  133. def nullableFloatArrayParam(name: String, doc: String): NullableFloatArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  134. def nullableIntArrayParam(name: String, doc: String): NullableIntArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  135. def nullableStringArrayArrayParam(name: String, doc: String): NullableStringArrayArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  136. def nullableStringArrayParam(name: String, doc: String): NullableStringArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  137. def nullableStringPairArrayParam(name: String, doc: String): NullableStringPairArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  138. def nullableStringParam(name: String, doc: String): NullableStringParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  139. def param[T](name: String, doc: String): Param[T]
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  140. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  141. final val predictionCol: Param[String]
    Attributes
    protected
    Definition Classes
    H2OAlgorithmMOJOParams
  142. val projectName: NullableStringParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildControlParams
  143. val quantileAlpha: org.apache.spark.ml.param.DoubleParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildControlParams
  144. val seed: LongParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLStoppingCriteriaParams
  145. final def set(paramPair: ParamPair[_]): H2OAutoMLParams.this.type
    Attributes
    protected
    Definition Classes
    Params
  146. final def set(param: String, value: Any): H2OAutoMLParams.this.type
    Attributes
    protected
    Definition Classes
    Params
  147. final def set[T](param: Param[T], value: T): H2OAutoMLParams.this.type
    Definition Classes
    Params
  148. def setBalanceClasses(value: Boolean): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLBuildControlParams
  149. def setBlendingDataFrame(value: DataFrame): H2OAutoMLParams.this.type
    Definition Classes
    HasBlendingDataFrame
  150. def setClassSamplingFactors(value: Array[Float]): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLBuildControlParams
  151. def setColumnsToCategorical(columnNames: ArrayList[String]): H2OAutoMLParams.this.type
    Definition Classes
    H2OCommonParams
  152. def setColumnsToCategorical(columns: Array[String]): H2OAutoMLParams.this.type
    Definition Classes
    H2OCommonParams
  153. def setColumnsToCategorical(first: String, others: String*): H2OAutoMLParams.this.type
    Definition Classes
    H2OCommonParams
  154. def setConvertInvalidNumbersToNa(value: Boolean): H2OAutoMLParams.this.type
    Definition Classes
    H2OCommonParams
  155. def setConvertUnknownCategoricalLevelsToNa(value: Boolean): H2OAutoMLParams.this.type
    Definition Classes
    H2OCommonParams
  156. def setCustomDistributionFunc(value: String): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLBuildControlParams
  157. def setCustomMetricFunc(value: String): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLBuildControlParams
  158. def setDataFrameSerializer(fullClassName: String): H2OAutoMLParams.this.type
    Definition Classes
    H2OBaseMOJOParams
  159. final def setDefault(paramPairs: ParamPair[_]*): H2OAutoMLParams.this.type
    Attributes
    protected
    Definition Classes
    Params
  160. final def setDefault[T](param: Param[T], value: T): H2OAutoMLParams.this.type
    Attributes
    protected
    Definition Classes
    Params
  161. def setDetailedPredictionCol(columnName: String): H2OAutoMLParams.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  162. def setDistribution(value: String): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLBuildControlParams
  163. def setExcludeAlgos(value: Array[String]): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLBuildModelsParams
  164. def setExploitationRatio(value: Double): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLBuildModelsParams
  165. def setExportCheckpointsDir(value: String): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLBuildControlParams
  166. def setFeaturesCol(first: String): H2OAutoMLParams.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  167. def setFeaturesCols(columnNames: ArrayList[String]): H2OAutoMLParams.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  168. def setFeaturesCols(columnNames: Array[String]): H2OAutoMLParams.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  169. def setFeaturesCols(first: String, others: String*): H2OAutoMLParams.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  170. def setFoldCol(value: String): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLInputParams
  171. def setHuberAlpha(value: Double): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLBuildControlParams
  172. def setIgnoredCols(value: Array[String]): H2OAutoMLParams.this.type
    Definition Classes
    HasIgnoredCols
  173. def setIncludeAlgos(value: Array[String]): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLBuildModelsParams
  174. def setKeepBinaryModels(value: Boolean): H2OAutoMLParams.this.type
    Definition Classes
    H2OCommonParams
  175. def setKeepCrossValidationFoldAssignment(value: Boolean): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLBuildControlParams
  176. def setKeepCrossValidationModels(value: Boolean): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLBuildControlParams
  177. def setKeepCrossValidationPredictions(value: Boolean): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLBuildControlParams
  178. def setLabelCol(value: String): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLInputParams
  179. def setLeaderboardDataFrame(value: DataFrame): H2OAutoMLParams.this.type
    Definition Classes
    HasLeaderboardDataFrame
  180. def setMaxAfterBalanceSize(value: Float): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLBuildControlParams
  181. def setMaxModels(value: Int): H2OAutoMLParams.this.type
  182. def setMaxRuntimeSecs(value: Double): H2OAutoMLParams.this.type
  183. def setMaxRuntimeSecsPerModel(value: Double): H2OAutoMLParams.this.type
  184. def setMonotoneConstraints(value: Map[String, Double]): H2OAutoMLParams.this.type
    Definition Classes
    HasMonotoneConstraints
  185. def setNfolds(value: Int): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLBuildControlParams
  186. def setPredictionCol(columnName: String): H2OAutoMLParams.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  187. def setProjectName(value: String): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLBuildControlParams
  188. def setQuantileAlpha(value: Double): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLBuildControlParams
  189. def setSeed(value: Long): H2OAutoMLParams.this.type
  190. def setSortMetric(value: String): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLInputParams
  191. def setSplitRatio(ratio: Double): H2OAutoMLParams.this.type
    Definition Classes
    H2OCommonParams
  192. def setStoppingMetric(value: String): H2OAutoMLParams.this.type
  193. def setStoppingRounds(value: Int): H2OAutoMLParams.this.type
  194. def setStoppingTolerance(value: Double): H2OAutoMLParams.this.type
  195. def setTweediePower(value: Double): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLBuildControlParams
  196. def setValidationDataFrame(dataFrame: DataFrame): H2OAutoMLParams.this.type
    Definition Classes
    H2OCommonParams
  197. def setWeightCol(value: String): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLInputParams
  198. def setWithContributions(enabled: Boolean): H2OAutoMLParams.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  199. def setWithLeafNodeAssignments(enabled: Boolean): H2OAutoMLParams.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  200. def setWithStageResults(enabled: Boolean): H2OAutoMLParams.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  201. val sortMetric: Param[String]
    Attributes
    protected
    Definition Classes
    H2OAutoMLInputParams
  202. final val splitRatio: org.apache.spark.ml.param.DoubleParam
    Attributes
    protected
    Definition Classes
    H2OCommonParams
  203. val stoppingMetric: Param[String]
    Attributes
    protected
    Definition Classes
    H2OAutoMLStoppingCriteriaParams
  204. val stoppingRounds: IntParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLStoppingCriteriaParams
  205. val stoppingTolerance: org.apache.spark.ml.param.DoubleParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLStoppingCriteriaParams
  206. def stringArrayParam(name: String, doc: String): StringArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  207. def stringParam(name: String, doc: String): Param[String]
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  208. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  209. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  210. val tweediePower: org.apache.spark.ml.param.DoubleParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildControlParams
  211. final val validationDataFrame: NonSerializableNullableDataFrameParam
    Attributes
    protected
    Definition Classes
    H2OCommonParams
  212. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  213. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  214. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  215. val weightCol: NullableStringParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLInputParams
  216. final val withContributions: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OAlgorithmMOJOParams
  217. final val withLeafNodeAssignments: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OAlgorithmMOJOParams
  218. final val withStageResults: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OAlgorithmMOJOParams

Inherited from HasMonotoneConstraints

Inherited from H2OAutoMLInputParams

Inherited from HasBlendingDataFrame

Inherited from HasLeaderboardDataFrame

Inherited from HasIgnoredCols

Inherited from H2OAlgoParamsBase

Inherited from H2OFrameLifecycle

Inherited from ParameterConstructorMethods

Inherited from H2OAlgorithmCommonParams

Inherited from H2OAlgorithmMOJOParams

Inherited from Logging

Inherited from Logging

Inherited from H2OCommonParams

Inherited from H2OBaseMOJOParams

Inherited from HasDataFrameSerializer

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped