kumulant

VarianceReduction

@Serializable
@SerialName(value = "VarianceReduction")
data object VarianceReduction : SplitMetric(source)

Mean variance reduction. The classic CART regression criterion.

Functions

Link copied to clipboard

Score every candidate split and return the top-2 + index. Splits that don't meet minSamplesLeaf on both sides or minSamplesSplit in total are skipped.

Link copied to clipboard

Score a candidate split given its total / pos / neg variance snapshots.

score

Score a candidate split given its total / pos / neg variance snapshots.