Package

org.apache.spark.ml.h2o

algos

Permalink

package algos

Visibility
  1. Public
  2. All

Type Members

  1. class BackendParam extends EnumParam[Backend]

    Permalink
  2. class BoosterParam extends EnumParam[Booster]

    Permalink
  3. class DMatrixTypeParam extends EnumParam[DMatrixType]

    Permalink
  4. class DartNormalizeTypeParam extends EnumParam[DartNormalizeType]

    Permalink
  5. class DartSampleTypeParam extends EnumParam[DartSampleType]

    Permalink
  6. class GBMParametersParam extends Param[GBMParameters]

    Permalink
  7. class GrowPolicyParam extends EnumParam[GrowPolicy]

    Permalink
  8. abstract class H2OAlgorithm[P <: Parameters, M <: Model[M]] extends Estimator[M] with MLWritable with H2OAlgoParams[P]

    Permalink

    Base class for H2O algorithm wrapper as a Spark transformer.

  9. class H2OAutoML extends Estimator[H2OMOJOModel] with MLWritable with H2OAutoMLParams

    Permalink

    H2O AutoML pipeline step

  10. class H2OAutoMLAlgosParam extends EnumArrayParam[Algo]

    Permalink
  11. trait H2OAutoMLParams extends Params

    Permalink
  12. class H2OAutoMLStoppingMetricParam extends EnumParam[StoppingMetric]

    Permalink
  13. class H2ODeepLearning extends H2OAlgorithm[DeepLearningParameters, H2OMOJOModel] with H2ODeepLearningParams

    Permalink

    H2O Deep learning algorithm exposed via Spark ML pipelines.

    H2O Deep learning algorithm exposed via Spark ML pipelines.

    TODO: There are still bunch of parameters defined DeepLearningParameters which need to be ported here

  14. trait H2ODeepLearningParams extends H2OAlgoParams[DeepLearningParameters]

    Permalink

    Parameters here can be set as normal and are duplicated to DeepLearningParameters H2O object

  15. class H2OGBM extends H2OAlgorithm[GBMParameters, H2OMOJOModel] with H2OGBMParams

    Permalink

    H2O GBM algorithm exposed via Spark ML pipelines.

  16. trait H2OGBMParams extends H2OSharedTreeParams[GBMParameters]

    Permalink

    Parameters for Spark's API exposing underlying H2O model.

  17. class H2OGridSearch extends Estimator[H2OMOJOModel] with MLWritable with H2OGridSearchParams

    Permalink

    H2O Grid Search, currently available just for GBM

  18. trait H2OGridSearchParams extends Params

    Permalink
  19. class H2OXGBoost extends H2OAlgorithm[XGBoostParameters, H2OMOJOModel] with H2OXGBoostParams

    Permalink

    H2O XGBoost algorithm exposed via Spark ML pipelines.

  20. trait H2OXGBoostParams extends H2OAlgoParams[XGBoostParameters]

    Permalink

    Parameters for Spark's API exposing underlying H2O model.

  21. class HyperParamsParam extends Param[Map[String, Array[AnyRef]]]

    Permalink
  22. class MissingValuesHandlingParam extends EnumParam[MissingValuesHandling]

    Permalink
  23. class TreeMethodParam extends EnumParam[TreeMethod]

    Permalink

Value Members

  1. object H2OAlgorithmReader

    Permalink
  2. object H2OAutoML extends MLReadable[H2OAutoML] with Serializable

    Permalink
  3. object H2OAutoMLReader

    Permalink
  4. object H2ODeepLearning extends MLReadable[H2ODeepLearning] with Serializable

    Permalink
  5. object H2OGBM extends MLReadable[H2OGBM] with Serializable

    Permalink
  6. object H2OGridSearch extends MLReadable[H2OGridSearch] with Serializable

    Permalink
  7. object H2OXGBoost extends MLReadable[H2OXGBoost] with Serializable

    Permalink

Ungrouped