Package

ai.h2o.sparkling.ml

algos

Permalink

package algos

Visibility
  1. Public
  2. All

Type Members

  1. trait DistributionBasedH2OTrainFramePreparation extends H2OTrainFramePreparation

    Permalink
  2. trait FamilyBasedH2OTrainFramePreparation extends H2OTrainFramePreparation

    Permalink
  3. trait H2OAlgoCommonUtils extends EstimatorCommonUtils with H2OFrameLifecycle

    Permalink
  4. abstract class H2OAlgorithm[P <: Parameters] extends H2OEstimator[P] with H2OAlgorithmCommonParams

    Permalink

    Base class for H2O algorithm wrapper as a Spark transformer.

  5. class H2OAutoML extends Estimator[H2OMOJOModel] with H2OAlgoCommonUtils with DefaultParamsWritable with H2OAutoMLParams with RestCommunication

    Permalink

    H2O AutoML algorithm exposed via Spark ML pipelines.

  6. class H2OCoxPH extends H2OSupervisedAlgorithm[CoxPHParameters] with H2OCoxPHParams

    Permalink
  7. class H2ODRF extends H2OTreeBasedSupervisedAlgorithm[DRFParameters] with H2ODRFParams with DistributionBasedH2OTrainFramePreparation

    Permalink
  8. class H2ODeepLearning extends H2OSupervisedAlgorithmWithFoldColumn[DeepLearningParameters] with H2ODeepLearningParams with DistributionBasedH2OTrainFramePreparation

    Permalink
  9. abstract class H2OEstimator[P <: Parameters] extends Estimator[H2OMOJOModel] with H2OAlgoParamsBase with H2OCommonParams with H2OAlgoCommonUtils with H2OTrainFramePreparation with DefaultParamsWritable with RestCommunication

    Permalink
  10. class H2OGAM extends H2OSupervisedAlgorithmWithFoldColumn[GAMParameters] with H2OGAMParams with FamilyBasedH2OTrainFramePreparation

    Permalink
  11. class H2OGBM extends H2OTreeBasedSupervisedAlgorithm[GBMParameters] with H2OGBMParams with DistributionBasedH2OTrainFramePreparation

    Permalink
  12. class H2OGLM extends H2OSupervisedAlgorithmWithFoldColumn[GLMParameters] with H2OGLMParams with FamilyBasedH2OTrainFramePreparation

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

    Permalink

    H2O Grid Search algorithm exposed via Spark ML pipelines.

  14. class H2OIsolationForest extends H2OTreeBasedUnsupervisedAlgorithm[IsolationForestParameters] with H2OIsolationForestParams

    Permalink
  15. class H2OKMeans extends H2OUnsupervisedAlgorithm[KMeansParameters] with H2OKMeansParams with H2OKMeansExtras

    Permalink
  16. class H2ORuleFit extends H2OSupervisedAlgorithm[RuleFitParameters] with H2ORuleFitParams with DistributionBasedH2OTrainFramePreparation

    Permalink
  17. abstract class H2OSupervisedAlgorithm[P <: Parameters] extends H2OAlgorithm[P]

    Permalink
  18. abstract class H2OSupervisedAlgorithmWithFoldColumn[P <: Parameters] extends H2OSupervisedAlgorithm[P]

    Permalink
  19. trait H2OTrainFramePreparation extends AnyRef

    Permalink
  20. abstract class H2OTreeBasedSupervisedAlgorithm[P <: Parameters] extends H2OSupervisedAlgorithmWithFoldColumn[P]

    Permalink
  21. abstract class H2OTreeBasedUnsupervisedAlgorithm[P <: Parameters] extends H2OUnsupervisedAlgorithm[P]

    Permalink
  22. abstract class H2OUnsupervisedAlgorithm[P <: Parameters] extends H2OAlgorithm[P]

    Permalink
  23. class H2OXGBoost extends H2OTreeBasedSupervisedAlgorithm[XGBoostParameters] with H2OXGBoostParams with DistributionBasedH2OTrainFramePreparation

    Permalink

Value Members

  1. object H2OAutoML extends H2OParamsReadable[H2OAutoML] with Serializable

    Permalink
  2. object H2OCoxPH extends H2OParamsReadable[H2OCoxPH] with Serializable

    Permalink
  3. object H2ODRF extends H2OParamsReadable[H2ODRF] with Serializable

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

    Permalink
  5. object H2OGAM extends H2OParamsReadable[H2OGAM] with Serializable

    Permalink
  6. object H2OGBM extends H2OParamsReadable[H2OGBM] with Serializable

    Permalink
  7. object H2OGLM extends H2OParamsReadable[H2OGLM] with Serializable

    Permalink
  8. object H2OGridSearch extends H2OParamsReadable[H2OGridSearch] with Serializable

    Permalink
  9. object H2OIsolationForest extends H2OParamsReadable[H2OIsolationForest] with Serializable

    Permalink
  10. object H2OKMeans extends H2OParamsReadable[H2OKMeans] with Serializable

    Permalink
  11. object H2ORuleFit extends H2OParamsReadable[H2ORuleFit] with Serializable

    Permalink
  12. object H2OXGBoost extends H2OParamsReadable[H2OXGBoost] with Serializable

    Permalink
  13. object ProblemType extends Enumeration

    Permalink
  14. package classification

    Permalink
  15. package regression

    Permalink

Ungrouped