ryanbressler / CloudForest

Ensembles of decision trees in go/golang.
Other
739 stars 92 forks source link

Regression analog of roughly balanced bagging? #18

Open ryanbressler opened 10 years ago

ryanbressler commented 10 years ago

Roughly balanced bagging has proven great for unbalanced classification problems. We should develop a version for regression that samples in bag cases to ensure roughly uniform density across the range of the target variable.