Packages

trait ModelMetricsSupport extends Logging

Trait to access different model metrics provided by H2O model.

Annotations
@Deprecated
Linear Supertypes
Logging, Serializable, Serializable, Logging, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ModelMetricsSupport
  2. Logging
  3. Serializable
  4. Serializable
  5. Logging
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class ModelMetricsExtractor[T <: ModelMetrics] extends AnyRef

    Helper class to have nice API.

    Helper class to have nice API. The purpose of this class is to fetch model metrics from the specified model

    Annotations
    @Deprecated

Value Members

  1. def modelMetrics[T <: ModelMetrics]: ModelMetricsExtractor[T]

    Extract the model metrics from the specified model

    Extract the model metrics from the specified model

    T

    Model Metrics Type

    returns

    model metrics

    Annotations
    @DeprecatedMethod( ... , "3.32" )