Metrics

enum Metrics : Enum<Metrics>

Metrics.

Entries

MSLE
Link copied to clipboard

Computes the mean squared logarithmic error between y_true and y_pred.

MSE
Link copied to clipboard
MSE()

Computes the mean of squares of errors between labels and predictions.

MAE
Link copied to clipboard
MAE()

Computes the mean of absolute difference between labels and predictions.

ACCURACY
Link copied to clipboard

Computes the rate of true answers.

Types

Companion
Link copied to clipboard
object Companion

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int