Packages

class MetricsLogger extends AnyRef

Helper class for logging metrics to log4j.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MetricsLogger
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MetricsLogger(uid: String)

    uid

    The unique id of the parent module caller.

Value Members

  1. def logAUC(auc: Double): Unit
  2. def logClassificationMetrics(accuracy: Double, precision: Double, recall: Double): Unit
  3. def logROC(roc: DataFrame): Unit
  4. def logRegressionMetrics(mse: Double, rmse: Double, r2: Double, mae: Double): Unit
  5. lazy val logger: Logger