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 GrowPolicyParam extends EnumParam[GrowPolicy]

    Permalink
  7. 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.

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

    Permalink

    H2O AutoML pipeline step

  9. class H2OAutoMLAlgosParam extends EnumArrayParam[Algo]

    Permalink
  10. trait H2OAutoMLParams extends Params

    Permalink
  11. class H2OAutoMLStoppingMetricParam extends EnumParam[StoppingMetric]

    Permalink
  12. 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

  13. trait H2ODeepLearningParams extends H2OAlgoParams[DeepLearningParameters]

    Permalink

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

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

    Permalink

    H2O GBM algorithm exposed via Spark ML pipelines.

  15. trait H2OGBMParams extends H2OSharedTreeParams[GBMParameters]

    Permalink

    Parameters for Spark's API exposing underlying H2O model.

  16. class H2OGLM extends H2OAlgorithm[GLMParameters, H2OMOJOModel] with H2OGLMParams

    Permalink

    H2O GLM algorithm exposed via Spark ML pipelines.

  17. class H2OGLMFamilyParam extends EnumParam[Family]

    Permalink
  18. class H2OGLMLinkParam extends EnumParam[Link]

    Permalink
  19. class H2OGLMMissingValuesHandlingParam extends EnumParam[MissingValuesHandling]

    Permalink
  20. trait H2OGLMParams extends H2OAlgoParams[GLMParameters]

    Permalink

    Parameters for Spark's API exposing underlying H2O model.

  21. class H2OGLMSolverParam extends EnumParam[Solver]

    Permalink
  22. class H2OGLMStringPairArrayParam extends Param[Array[(String, String)]]

    Permalink
  23. class H2OGridSearch extends Estimator[H2OMOJOModel] with MLWritable with H2OGridSearchParams

    Permalink

    H2O Grid Search, currently available just for GBM

  24. trait H2OGridSearchParams extends Params

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

    Permalink

    H2O XGBoost algorithm exposed via Spark ML pipelines.

  26. trait H2OXGBoostParams extends H2OAlgoParams[XGBoostParameters]

    Permalink

    Parameters for Spark's API exposing underlying H2O model.

  27. class MissingValuesHandlingParam extends EnumParam[MissingValuesHandling]

    Permalink
  28. 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 H2OGLM extends MLReadable[H2OGLM] with Serializable

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

    Permalink
  8. object H2OGridSearchReader

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

    Permalink

Ungrouped