Class/Object

ai.h2o.sparkling.ml.algos

H2OGridSearch

Related Docs: object H2OGridSearch | package algos

Permalink

class H2OGridSearch extends Estimator[H2OMOJOModel] with EstimatorCommonUtils with DefaultParamsWritable with H2OGridSearchParams with RestCommunication with RestEncodingUtils

H2O Grid Search algorithm exposed via Spark ML pipelines.

Linear Supertypes
H2OGridSearchParams, H2OGridSearchCommonCriteriaParams, H2OGridSearchCartesianCriteriaParams, H2OGridSearchRandomDiscreteCriteriaParams, H2OAlgoParamsBase, H2OFrameLifecycle, ParameterConstructorMethods, DefaultParamsWritable, MLWritable, EstimatorCommonUtils, RestCommunication, RestEncodingUtils, Logging, Estimator[H2OMOJOModel], PipelineStage, Logging, Params, Serializable, Serializable, Identifiable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. H2OGridSearch
  2. H2OGridSearchParams
  3. H2OGridSearchCommonCriteriaParams
  4. H2OGridSearchCartesianCriteriaParams
  5. H2OGridSearchRandomDiscreteCriteriaParams
  6. H2OAlgoParamsBase
  7. H2OFrameLifecycle
  8. ParameterConstructorMethods
  9. DefaultParamsWritable
  10. MLWritable
  11. EstimatorCommonUtils
  12. RestCommunication
  13. RestEncodingUtils
  14. Logging
  15. Estimator
  16. PipelineStage
  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

Instance Constructors

  1. new H2OGridSearch()

    Permalink
  2. new H2OGridSearch(uid: String)

    Permalink

Type Members

  1. implicit class ParametersExtraMethods extends AnyRef

    Permalink
    Definition Classes
    H2OAlgoParamsBase

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. def booleanParam(name: String, doc: String): BooleanParam

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

    Permalink
    Definition Classes
    RestCommunication
  8. final def clear(param: Param[_]): H2OGridSearch.this.type

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def convert2dArrayToH2OFrame(input: Array[Array[Double]]): String

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsBase
  15. def copy(extra: ParamMap): H2OGridSearch.this.type

    Permalink
    Definition Classes
    H2OGridSearch → Estimator → PipelineStage → Params
  16. def copyValues[T <: Params](to: T, extra: ParamMap): T

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    RestCommunication
  19. 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
  20. def doubleArrayParam(name: String, doc: String): DoubleArrayParam

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Params
  30. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. def fit(dataset: Dataset[_]): H2OMOJOModel

    Permalink
    Definition Classes
    H2OGridSearch → Estimator
  32. def fit(dataset: Dataset[_], paramMaps: Array[ParamMap]): Seq[H2OMOJOModel]

    Permalink
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" )
  33. def fit(dataset: Dataset[_], paramMap: ParamMap): H2OMOJOModel

    Permalink
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" )
  34. def fit(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): H2OMOJOModel

    Permalink
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" ) @varargs()
  35. def floatParam(name: String, doc: String): FloatParam

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

    Permalink
    Definition Classes
    Params
  37. def getAlgo(): H2OAlgorithm[_ <: Parameters]

    Permalink
    Definition Classes
    H2OGridSearchParams
  38. def getBinaryModel(): H2OBinaryModel

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

    Permalink
    Definition Classes
    AnyRef → Any
  40. final def getDefault[T](param: Param[T]): Option[T]

    Permalink
    Definition Classes
    Params
  41. def getGridModels(): Array[H2OMOJOModel]

    Permalink
  42. def getGridModelsMetrics(): DataFrame

    Permalink
  43. def getGridModelsParams(): DataFrame

    Permalink
  44. def getHyperParameters(): Map[String, Array[AnyRef]]

    Permalink
    Definition Classes
    H2OGridSearchParams
  45. def getMaxModels(): Int

    Permalink
  46. def getMaxRuntimeSecs(): Double

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

    Permalink
    Definition Classes
    Params
  48. def getParallelism(): Int

    Permalink
    Definition Classes
    H2OGridSearchParams
  49. def getParam(paramName: String): Param[Any]

    Permalink
    Definition Classes
    Params
  50. def getSeed(): Long

    Permalink
  51. def getSelectBestModelBy(): String

    Permalink
    Definition Classes
    H2OGridSearchParams
  52. def getStoppingMetric(): String

    Permalink
  53. def getStoppingRounds(): Int

    Permalink
  54. def getStoppingTolerance(): Double

    Permalink
  55. def getStrategy(): String

    Permalink
  56. final def hasDefault[T](param: Param[T]): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  70. def log: Logger

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  83. val maxModels: IntParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OGridSearchRandomDiscreteCriteriaParams
  84. val maxRuntimeSecs: DoubleParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OGridSearchRandomDiscreteCriteriaParams
  85. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  86. final def notify(): Unit

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  92. def nullableStringArrayArrayParam(name: String, doc: String): NullableStringArrayArrayParam

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

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

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

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

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

    Permalink
    Definition Classes
    Params
  98. 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
  99. 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
  100. 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
  101. def save(path: String): Unit

    Permalink
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  102. val seed: LongParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OGridSearchRandomDiscreteCriteriaParams
  103. final def set(paramPair: ParamPair[_]): H2OGridSearch.this.type

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

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

    Permalink
    Definition Classes
    Params
  106. def setAlgo(value: H2OAlgorithm[_ <: Parameters]): H2OGridSearch.this.type

    Permalink
    Definition Classes
    H2OGridSearchParams
  107. final def setDefault(paramPairs: ParamPair[_]*): H2OGridSearch.this.type

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

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  109. def setHyperParameters(value: Map[String, Array[AnyRef]]): H2OGridSearch.this.type

    Permalink
    Definition Classes
    H2OGridSearchParams
  110. def setHyperParameters(value: Map[String, Array[AnyRef]]): H2OGridSearch.this.type

    Permalink
    Definition Classes
    H2OGridSearchParams
  111. def setHyperParameters(value: Map[String, Array[AnyRef]]): H2OGridSearch.this.type

    Permalink
    Definition Classes
    H2OGridSearchParams
  112. def setMaxModels(value: Int): H2OGridSearch.this.type

    Permalink
  113. def setMaxRuntimeSecs(value: Double): H2OGridSearch.this.type

    Permalink
  114. def setParallelism(value: Int): H2OGridSearch.this.type

    Permalink
    Definition Classes
    H2OGridSearchParams
  115. def setSeed(value: Long): H2OGridSearch.this.type

    Permalink
  116. def setSelectBestModelBy(value: String): H2OGridSearch.this.type

    Permalink
    Definition Classes
    H2OGridSearchParams
  117. def setStoppingMetric(value: String): H2OGridSearch.this.type

    Permalink
  118. def setStoppingRounds(value: Int): H2OGridSearch.this.type

    Permalink
  119. def setStoppingTolerance(value: Double): H2OGridSearch.this.type

    Permalink
  120. def setStrategy(value: String): H2OGridSearch.this.type

    Permalink
  121. val stoppingMetric: Param[String]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OGridSearchRandomDiscreteCriteriaParams
  122. val stoppingRounds: IntParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OGridSearchRandomDiscreteCriteriaParams
  123. val stoppingTolerance: DoubleParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OGridSearchRandomDiscreteCriteriaParams
  124. val strategy: Param[String]

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    EstimatorCommonUtils
  136. def trainAndGetMOJOModel(endpointSuffix: String, params: Map[String, Any], encodeParamsAsJson: Boolean = false): H2OMOJOModel

    Permalink
    Attributes
    protected
    Definition Classes
    EstimatorCommonUtils
  137. def transformSchema(schema: StructType): StructType

    Permalink
    Definition Classes
    H2OGridSearch → PipelineStage
    Annotations
    @DeveloperApi()
  138. def transformSchema(schema: StructType, logging: Boolean): StructType

    Permalink
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  139. val uid: String

    Permalink
    Definition Classes
    H2OGridSearch → Identifiable
  140. 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
  141. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  144. def write: MLWriter

    Permalink
    Definition Classes
    DefaultParamsWritable → MLWritable

Inherited from H2OGridSearchParams

Inherited from H2OAlgoParamsBase

Inherited from H2OFrameLifecycle

Inherited from ParameterConstructorMethods

Inherited from DefaultParamsWritable

Inherited from MLWritable

Inherited from EstimatorCommonUtils

Inherited from RestCommunication

Inherited from RestEncodingUtils

Inherited from Logging

Inherited from Estimator[H2OMOJOModel]

Inherited from PipelineStage

Inherited from Logging

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped