Issue | #Downvotes for this reason | By |
---|
l | moa.HoeffdingTree(7) | baseLearner: Classifier to train. |
b | beta: Factor to punish mistakes by. | default: 0.5 |
e | maxExperts: Maximum number of allowed experts. | default: 2147483647 |
l | baseLearner: Classifier to train. | default: bayes.NaiveBayes |
p | period: Period between expert removal, creation, and weight update. | default: 50 |
t | theta: Minimum fraction of weight per model. | default: 0.01 |