Skip to main content

OverfitFactor

One human-readable reason contributing to the overfit-risk score. label is always present (the score is never a bare number); isValue/oosValue carry the machine values when the factor compares an in-sample vs out-of-sample metric.

type OverfitFactor {
label: String!
isValue: Float
oosValue: Float
}

Fields

OverfitFactor.label ● String! non-null scalar

OverfitFactor.isValue ● Float scalar

In-sample value of the compared metric, when applicable.

OverfitFactor.oosValue ● Float scalar

Out-of-sample value of the compared metric, when applicable.

Member Of

OverfitScore object