Trait

ai.h2o.sparkling.ml.params

H2OAutoMLParams

Related Doc: package params

Permalink

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

Linear Supertypes
HasMonotoneConstraints, H2OAutoMLStoppingCriteriaParams, H2OAutoMLInputParams, HasIgnoredCols, H2OAlgoCommonUtils, EstimatorCommonUtils, RestCommunication, RestEncodingUtils, H2OAutoMLBuildModelsParams, H2OAutoMLBuildControlParams, H2OCommonParams, H2OAlgoParamsBase, ParameterConstructorMethods, H2OBaseMOJOParams, Logging, Logging, Params, Serializable, Serializable, Identifiable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. H2OAutoMLParams
  2. HasMonotoneConstraints
  3. H2OAutoMLStoppingCriteriaParams
  4. H2OAutoMLInputParams
  5. HasIgnoredCols
  6. H2OAlgoCommonUtils
  7. EstimatorCommonUtils
  8. RestCommunication
  9. RestEncodingUtils
  10. H2OAutoMLBuildModelsParams
  11. H2OAutoMLBuildControlParams
  12. H2OCommonParams
  13. H2OAlgoParamsBase
  14. ParameterConstructorMethods
  15. H2OBaseMOJOParams
  16. Logging
  17. Logging
  18. Params
  19. Serializable
  20. Serializable
  21. Identifiable
  22. AnyRef
  23. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val balanceClasses: BooleanParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildControlParams
  7. var binaryModel: Option[H2OBinaryModel]

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  9. def checkResponseCode(connection: HttpURLConnection, confirmationLoggingLevel: LoggingLevel): Unit

    Permalink
    Definition Classes
    RestCommunication
  10. val classSamplingFactors: NullableFloatArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildControlParams
  11. final def clear(param: Param[_]): H2OAutoMLParams.this.type

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OCommonParams
  14. def convert2dArrayToH2OFrame(input: Array[Array[Double]]): String

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsBase
  15. def convertDataFrameToH2OFrameKey(dataFrame: DataFrame): String

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsBase
  16. final val convertInvalidNumbersToNa: BooleanParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  17. def convertMatrixToH2OFrameKeyArray(matrix: Array[DenseMatrix]): Array[String]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsBase
  18. def convertModelIdToKey(key: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    EstimatorCommonUtils
  19. final val convertUnknownCategoricalLevelsToNa: BooleanParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  20. def convertVectorArrayToH2OFrameKeyArray(vectors: Array[DenseVector]): Array[String]

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  23. def delete(endpoint: URI, suffix: String, conf: H2OConf): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    RestCommunication
  24. def delete[ResultType](endpoint: URI, suffix: String, conf: H2OConf, params: Map[String, Any], skippedFields: Seq[(Class[_], String)], encodeParamsAsJson: Boolean)(implicit arg0: ClassTag[ResultType]): ResultType

    Permalink
    Definition Classes
    RestCommunication
  25. final val detailedPredictionCol: Param[String]

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  27. def doubleParam(name: String, doc: String): org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  28. def downloadBinaryURLContent(endpoint: URI, suffix: String, conf: H2OConf, file: File): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    RestCommunication
  29. def downloadStringURLContent(endpoint: URI, suffix: String, conf: H2OConf, file: File): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    RestCommunication
  30. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  32. val excludeAlgos: NullableStringArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildModelsParams
  33. def explainParam(param: Param[_]): String

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

    Permalink
    Definition Classes
    Params
  35. val exploitationRatio: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildModelsParams
  36. val exportCheckpointsDir: NullableStringParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildControlParams
  37. final def extractParamMap(): ParamMap

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

    Permalink
    Definition Classes
    Params
  39. final val featuresCols: StringArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  40. def finalize(): Unit

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  42. val foldCol: NullableStringParam

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

    Permalink
    Definition Classes
    Params
  44. def getBalanceClasses(): Boolean

    Permalink
    Definition Classes
    H2OAutoMLBuildControlParams
  45. def getBinaryModel(): H2OBinaryModel

    Permalink
    Definition Classes
    H2OAlgoCommonUtils
  46. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  47. def getClassSamplingFactors(): Array[Float]

    Permalink
    Definition Classes
    H2OAutoMLBuildControlParams
  48. def getColumnsToCategorical(): Array[String]

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

    Permalink
    Definition Classes
    H2OBaseMOJOParams
  50. def getConvertUnknownCategoricalLevelsToNa(): Boolean

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

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

    Permalink
    Definition Classes
    H2OBaseMOJOParams
  53. def getExcludeAlgos(): Array[String]

    Permalink
    Definition Classes
    H2OAutoMLBuildModelsParams
  54. def getExploitationRatio(): Double

    Permalink
    Definition Classes
    H2OAutoMLBuildModelsParams
  55. def getExportCheckpointsDir(): String

    Permalink
    Definition Classes
    H2OAutoMLBuildControlParams
  56. def getFeaturesCols(): Array[String]

    Permalink
    Definition Classes
    H2OCommonParams → H2OBaseMOJOParams
  57. def getFoldCol(): String

    Permalink
    Definition Classes
    H2OAutoMLInputParams
  58. def getIgnoredCols(): Array[String]

    Permalink
    Definition Classes
    HasIgnoredCols
  59. def getIncludeAlgos(): Array[String]

    Permalink
    Definition Classes
    H2OAutoMLBuildModelsParams
  60. def getKeepCrossValidationFoldAssignment(): Boolean

    Permalink
    Definition Classes
    H2OAutoMLBuildControlParams
  61. def getKeepCrossValidationModels(): Boolean

    Permalink
    Definition Classes
    H2OAutoMLBuildControlParams
  62. def getKeepCrossValidationPredictions(): Boolean

    Permalink
    Definition Classes
    H2OAutoMLBuildControlParams
  63. def getLabelCol(): String

    Permalink
    Definition Classes
    H2OAutoMLInputParams
  64. def getMaxAfterBalanceSize(): Float

    Permalink
    Definition Classes
    H2OAutoMLBuildControlParams
  65. def getMaxModels(): Int

    Permalink
  66. def getMaxRuntimeSecs(): Double

    Permalink
  67. def getMaxRuntimeSecsPerModel(): Double

    Permalink
  68. def getMonotoneConstraints(): Map[String, Double]

    Permalink
    Definition Classes
    HasMonotoneConstraints
  69. def getNamedMojoOutputColumns(): Boolean

    Permalink
    Definition Classes
    H2OBaseMOJOParams
  70. def getNfolds(): Int

    Permalink
    Definition Classes
    H2OAutoMLBuildControlParams
  71. final def getOrDefault[T](param: Param[T]): T

    Permalink
    Definition Classes
    Params
  72. def getParam(paramName: String): Param[Any]

    Permalink
    Definition Classes
    Params
  73. def getPredictionCol(): String

    Permalink
    Definition Classes
    H2OBaseMOJOParams
  74. def getProjectName(): String

    Permalink
    Definition Classes
    H2OAutoMLBuildControlParams
  75. def getSeed(): Long

    Permalink
  76. def getSortMetric(): String

    Permalink
    Definition Classes
    H2OAutoMLInputParams
  77. def getSplitRatio(): Double

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

    Permalink
  79. def getStoppingRounds(): Int

    Permalink
  80. def getStoppingTolerance(): Double

    Permalink
  81. def getValidationDataFrame(): DataFrame

    Permalink
    Definition Classes
    H2OCommonParams
  82. def getWeightCol(): String

    Permalink
    Definition Classes
    H2OAutoMLInputParams
  83. def getWithContributions(): Boolean

    Permalink
    Definition Classes
    H2OBaseMOJOParams
  84. def getWithLeafNodeAssignments(): Boolean

    Permalink
    Definition Classes
    H2OBaseMOJOParams
  85. def getWithStageResults(): Boolean

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

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

    Permalink
    Definition Classes
    Params
  88. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  89. val includeAlgos: StringArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildModelsParams
  90. def initializeLogIfNecessary(isInterpreter: Boolean): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  91. def insert(endpoint: URI, suffix: String, conf: H2OConf, streamWrapper: (OutputStream) ⇒ OutputStream, params: Map[String, Any]): OutputStream

    Permalink
    Attributes
    protected
    Definition Classes
    RestCommunication
  92. def insertToNode(node: NodeDesc, suffix: String, conf: H2OConf, params: Map[String, Any]): OutputStream

    Permalink
    Definition Classes
    RestCommunication
  93. def intArrayParam(name: String, doc: String): IntArrayParam

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

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

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

    Permalink
    Definition Classes
    Any
  97. def isPrimitiveType(value: Any): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  98. final def isSet(param: Param[_]): Boolean

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  100. val keepCrossValidationFoldAssignment: BooleanParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildControlParams
  101. val keepCrossValidationModels: BooleanParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildControlParams
  102. val keepCrossValidationPredictions: BooleanParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildControlParams
  103. val labelCol: Param[String]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAutoMLInputParams
  104. def log: Logger

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  117. val maxAfterBalanceSize: FloatParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildControlParams
  118. val maxModels: IntParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAutoMLStoppingCriteriaParams
  119. val maxRuntimeSecs: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAutoMLStoppingCriteriaParams
  120. val maxRuntimeSecsPerModel: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAutoMLStoppingCriteriaParams
  121. final val namedMojoOutputColumns: Param[Boolean]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  122. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  123. val nfolds: IntParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildControlParams
  124. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  126. def nullableDoubleArrayArrayParam(name: String, doc: String): NullableDoubleArrayArrayParam

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  128. def nullableFloatArrayParam(name: String, doc: String): NullableFloatArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  129. def nullableIntArrayParam(name: String, doc: String): NullableIntArrayParam

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  131. def nullableStringPairArrayParam(name: String, doc: String): NullableStringPairArrayParam

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  134. lazy val params: Array[Param[_]]

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  136. val projectName: NullableStringParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildControlParams
  137. def query[ResultType](endpoint: URI, suffix: String, conf: H2OConf, params: Map[String, Any], skippedFields: Seq[(Class[_], String)], confirmationLoggingLevel: LoggingLevel)(implicit arg0: ClassTag[ResultType]): ResultType

    Permalink
    Definition Classes
    RestCommunication
  138. def readURLContent(endpoint: URI, requestType: String, suffix: String, conf: H2OConf, params: Map[String, Any], encodeParamsAsJson: Boolean, file: Option[String], confirmationLoggingLevel: LoggingLevel): InputStream

    Permalink
    Attributes
    protected
    Definition Classes
    RestCommunication
  139. def request[ResultType](endpoint: URI, requestType: String, suffix: String, conf: H2OConf, params: Map[String, Any], skippedFields: Seq[(Class[_], String)], encodeParamsAsJson: Boolean, confirmationLoggingLevel: LoggingLevel)(implicit arg0: ClassTag[ResultType]): ResultType

    Permalink
    Definition Classes
    RestCommunication
  140. def sanitize(colName: String): String

    Permalink
    Definition Classes
    H2OAlgoCommonUtils
  141. val seed: LongParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAutoMLStoppingCriteriaParams
  142. final def set(paramPair: ParamPair[_]): H2OAutoMLParams.this.type

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

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

    Permalink
    Definition Classes
    Params
  145. def setBalanceClasses(value: Boolean): H2OAutoMLParams.this.type

    Permalink
    Definition Classes
    H2OAutoMLBuildControlParams
  146. def setClassSamplingFactors(value: Array[Float]): H2OAutoMLParams.this.type

    Permalink
    Definition Classes
    H2OAutoMLBuildControlParams
  147. def setColumnsToCategorical(columnNames: ArrayList[String]): H2OAutoMLParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  148. def setColumnsToCategorical(columns: Array[String]): H2OAutoMLParams.this.type

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

    Permalink
    Definition Classes
    H2OCommonParams
  150. def setConvertInvalidNumbersToNa(value: Boolean): H2OAutoMLParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  151. def setConvertUnknownCategoricalLevelsToNa(value: Boolean): H2OAutoMLParams.this.type

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

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

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

    Permalink
    Definition Classes
    H2OCommonParams
  155. def setExcludeAlgos(value: Array[String]): H2OAutoMLParams.this.type

    Permalink
    Definition Classes
    H2OAutoMLBuildModelsParams
  156. def setExploitationRatio(value: Double): H2OAutoMLParams.this.type

    Permalink
    Definition Classes
    H2OAutoMLBuildModelsParams
  157. def setExportCheckpointsDir(value: String): H2OAutoMLParams.this.type

    Permalink
    Definition Classes
    H2OAutoMLBuildControlParams
  158. def setFeaturesCol(first: String): H2OAutoMLParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  159. def setFeaturesCols(columnNames: ArrayList[String]): H2OAutoMLParams.this.type

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

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

    Permalink
    Definition Classes
    H2OCommonParams
  162. def setFoldCol(value: String): H2OAutoMLParams.this.type

    Permalink
    Definition Classes
    H2OAutoMLInputParams
  163. def setIgnoredCols(value: Array[String]): H2OAutoMLParams.this.type

    Permalink
    Definition Classes
    HasIgnoredCols
  164. def setIncludeAlgos(value: Array[String]): H2OAutoMLParams.this.type

    Permalink
    Definition Classes
    H2OAutoMLBuildModelsParams
  165. def setKeepCrossValidationFoldAssignment(value: Boolean): H2OAutoMLParams.this.type

    Permalink
    Definition Classes
    H2OAutoMLBuildControlParams
  166. def setKeepCrossValidationModels(value: Boolean): H2OAutoMLParams.this.type

    Permalink
    Definition Classes
    H2OAutoMLBuildControlParams
  167. def setKeepCrossValidationPredictions(value: Boolean): H2OAutoMLParams.this.type

    Permalink
    Definition Classes
    H2OAutoMLBuildControlParams
  168. def setLabelCol(value: String): H2OAutoMLParams.this.type

    Permalink
    Definition Classes
    H2OAutoMLInputParams
  169. def setMaxAfterBalanceSize(value: Float): H2OAutoMLParams.this.type

    Permalink
    Definition Classes
    H2OAutoMLBuildControlParams
  170. def setMaxModels(value: Int): H2OAutoMLParams.this.type

    Permalink
  171. def setMaxRuntimeSecs(value: Double): H2OAutoMLParams.this.type

    Permalink
  172. def setMaxRuntimeSecsPerModel(value: Double): H2OAutoMLParams.this.type

    Permalink
  173. def setMonotoneConstraints(value: Map[String, Double]): H2OAutoMLParams.this.type

    Permalink
    Definition Classes
    HasMonotoneConstraints
  174. def setNamedMojoOutputColumns(value: Boolean): H2OAutoMLParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  175. def setNfolds(value: Int): H2OAutoMLParams.this.type

    Permalink
    Definition Classes
    H2OAutoMLBuildControlParams
  176. def setPredictionCol(columnName: String): H2OAutoMLParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  177. def setProjectName(value: String): H2OAutoMLParams.this.type

    Permalink
    Definition Classes
    H2OAutoMLBuildControlParams
  178. def setSeed(value: Long): H2OAutoMLParams.this.type

    Permalink
  179. def setSortMetric(value: String): H2OAutoMLParams.this.type

    Permalink
    Definition Classes
    H2OAutoMLInputParams
  180. def setSplitRatio(ratio: Double): H2OAutoMLParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  181. def setStoppingMetric(value: String): H2OAutoMLParams.this.type

    Permalink
  182. def setStoppingRounds(value: Int): H2OAutoMLParams.this.type

    Permalink
  183. def setStoppingTolerance(value: Double): H2OAutoMLParams.this.type

    Permalink
  184. def setValidationDataFrame(dataFrame: DataFrame): H2OAutoMLParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  185. def setWeightCol(value: String): H2OAutoMLParams.this.type

    Permalink
    Definition Classes
    H2OAutoMLInputParams
  186. def setWithContributions(enabled: Boolean): H2OAutoMLParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  187. def setWithDetailedPredictionCol(enabled: Boolean): H2OAutoMLParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
    Annotations
    @DeprecatedMethod( x$2 , x$1 )
  188. def setWithLeafNodeAssignments(enabled: Boolean): H2OAutoMLParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  189. def setWithStageResults(enabled: Boolean): H2OAutoMLParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  190. val sortMetric: Param[String]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAutoMLInputParams
  191. final val splitRatio: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OCommonParams
  192. val stoppingMetric: Param[String]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAutoMLStoppingCriteriaParams
  193. val stoppingRounds: IntParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAutoMLStoppingCriteriaParams
  194. val stoppingTolerance: org.apache.spark.ml.param.DoubleParam

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  197. def stringify(value: Any): String

    Permalink
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  198. def stringifyArray(arr: Array[_]): String

    Permalink
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  199. def stringifyMap(map: Map[_, _]): String

    Permalink
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  200. def stringifyPair(pair: Tuple2[_, _]): String

    Permalink
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  201. def stringifyParams(params: Map[String, Any], encodeParamsAsJson: Boolean): String

    Permalink
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  202. def stringifyPrimitiveParam(value: Any): String

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

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

    Permalink
    Definition Classes
    Identifiable → AnyRef → Any
  205. def trainAndGetDestinationKey(endpointSuffix: String, params: Map[String, Any], encodeParamsAsJson: Boolean = false): String

    Permalink
    Attributes
    protected
    Definition Classes
    EstimatorCommonUtils
  206. def update[ResultType](endpoint: URI, suffix: String, conf: H2OConf, params: Map[String, Any], skippedFields: Seq[(Class[_], String)], encodeParamsAsJson: Boolean)(implicit arg0: ClassTag[ResultType]): ResultType

    Permalink
    Definition Classes
    RestCommunication
  207. final val validationDataFrame: NullableDataFrameParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OCommonParams
  208. final def wait(): Unit

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAutoMLInputParams
  212. final val withContributions: BooleanParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  213. final val withDetailedPredictionCol: BooleanParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  214. final val withLeafNodeAssignments: BooleanParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  215. final val withStageResults: BooleanParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams

Deprecated Value Members

  1. def getWithDetailedPredictionCol(): Boolean

    Permalink
    Definition Classes
    H2OBaseMOJOParams
    Annotations
    @deprecated
    Deprecated

    (Since version )

Inherited from HasMonotoneConstraints

Inherited from H2OAutoMLInputParams

Inherited from HasIgnoredCols

Inherited from H2OAlgoCommonUtils

Inherited from EstimatorCommonUtils

Inherited from RestCommunication

Inherited from RestEncodingUtils

Inherited from H2OCommonParams

Inherited from H2OAlgoParamsBase

Inherited from ParameterConstructorMethods

Inherited from H2OBaseMOJOParams

Inherited from Logging

Inherited from Logging

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped