DiscreteVariablesTaskForce / DiscreteSamplingFramework

Python classes describing discrete variable sampling/proposals
Eclipse Public License 2.0
1 stars 0 forks source link

Prediction on Trees should use particle weights #55

Open alecksphillips opened 1 year ago

alecksphillips commented 1 year ago

Current implementation of majority voting prediction for decision trees implicitly assumes that all trees are equally weighted. This should be updated to use the particle weights, probably by taking in the MCMCOutput/SMCOutput instead of the list of trees and weight the trees' votes accordingly