ForestRegressionResult
@Serializable
@SerialName(value = "ForestRegressionResult")
Snapshot of a RandomForestRegressionStat: per-tree immutable snapshots.
Properties
Functions
Link copied to clipboard
Merge the leaves that x routes to across every tree into a single weighted- variance aggregate. Useful for ensembled scoring.
Link copied to clipboard
Mean of findLeafMerged.
ForestRegressionResult
findLeafMerged
Merge the leaves that x routes to across every tree into a single weighted- variance aggregate. Useful for ensembled scoring.
predict
Mean of findLeafMerged.
totalWeights
Sum of per-tree root totalWeights; nbrTrees * underlyingWeight under bagging.
trees
Per-tree immutable snapshots; non-empty.