Package

ai.h2o.sparkling.ml

models

Permalink

package models

Visibility
  1. Public
  2. All

Type Members

  1. trait H2OMOJOBaseCache[B, M] extends Logging

    Permalink
  2. trait H2OMOJOFlattenedInput extends AnyRef

    Permalink
  3. trait H2OMOJOLoader[T] extends AnyRef

    Permalink
  4. class H2OMOJOModel extends H2OMOJOModelBase[H2OMOJOModel] with H2OMOJOPrediction

    Permalink
  5. abstract class H2OMOJOModelBase[T <: H2OMOJOModelBase[T]] extends Model[T] with H2OMOJOAlgoSharedParams with HasMojo with H2OMOJOWritable with H2OMOJOFlattenedInput

    Permalink
  6. trait H2OMOJOModelUtils extends AnyRef

    Permalink
  7. class H2OMOJOPipelineModel extends H2OMOJOModelBase[H2OMOJOPipelineModel]

    Permalink
  8. trait H2OMOJOPrediction extends H2OMOJOPredictionRegression with H2OMOJOPredictionWordEmbedding with H2OMOJOPredictionAnomaly with H2OMOJOPredictionAutoEncoder with H2OMOJOPredictionMultinomial with H2OMOJOPredictionDimReduction with H2OMOJOPredictionClustering with H2OMOJOPredictionBinomial with H2OMOJOPredictionOrdinal

    Permalink
  9. trait H2OMOJOPredictionAnomaly extends AnyRef

    Permalink
  10. trait H2OMOJOPredictionAutoEncoder extends AnyRef

    Permalink
  11. trait H2OMOJOPredictionBinomial extends PredictionWithContributions

    Permalink
  12. trait H2OMOJOPredictionClustering extends AnyRef

    Permalink
  13. trait H2OMOJOPredictionDimReduction extends AnyRef

    Permalink
  14. trait H2OMOJOPredictionMultinomial extends AnyRef

    Permalink
  15. trait H2OMOJOPredictionOrdinal extends AnyRef

    Permalink
  16. trait H2OMOJOPredictionRegression extends PredictionWithContributions

    Permalink
  17. trait H2OMOJOPredictionWordEmbedding extends AnyRef

    Permalink
  18. trait H2OMOJOReadable[T <: HasMojo] extends MLReadable[T]

    Permalink
  19. case class H2OMOJOSettings(predictionCol: String = "prediction", detailedPredictionCol: String = "detailed_prediction", withDetailedPredictionCol: Boolean = false, convertUnknownCategoricalLevelsToNa: Boolean = false, convertInvalidNumbersToNa: Boolean = false, namedMojoOutputColumns: Boolean = true, withContributions: Boolean = false, withLeafNodeAssignments: Boolean = false) extends Product with Serializable

    Permalink
  20. trait H2OMOJOWritable extends MLWritable with Params with HasMojo

    Permalink
  21. abstract class H2OSpecificMOJOLoader[T <: HasMojo] extends H2OMOJOReadable[T] with H2OMOJOLoader[T]

    Permalink
  22. class H2OSupervisedMOJOModel extends H2OMOJOModel with H2OSupervisedMOJOParams

    Permalink
  23. trait H2OTargetEncoderBase extends PipelineStage with H2OTargetEncoderParams

    Permalink
  24. class H2OTargetEncoderMOJOModel extends Model[H2OTargetEncoderMOJOModel] with H2OTargetEncoderBase with H2OMOJOWritable with H2OMOJOFlattenedInput

    Permalink
  25. case class H2OTargetEncoderMOJOUdfWrapper(mojo: File, outputCols: Array[String]) extends Product with Serializable

    Permalink

    The class holds all necessary dependencies of udf that needs to be serialized.

  26. class H2OTreeBasedSupervisedMOJOModel extends H2OSupervisedMOJOModel with H2OTreeBasedSupervisedMOJOParams

    Permalink
  27. class H2OUnsupervisedMOJOModel extends H2OMOJOModel

    Permalink
  28. trait PredictionWithContributions extends AnyRef

    Permalink

Ungrouped