Metrics
public struct Metrics : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The root mean square error (RMSE).
Declaration
Swift
public let rmse: Double?
-
An array of weighted quantile losses. Quantiles divide a probability distribution into regions of equal probability. The distribution in this case is the loss function.
Declaration
Swift
public let weightedQuantileLosses: [WeightedQuantileLoss]?
-
Undocumented
Declaration
Swift
public init(rmse: Double? = nil, weightedQuantileLosses: [WeightedQuantileLoss]? = nil)