BoostAODE: make the predict in boosting with the ensemble instead of the last model #19
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: rmontanana/BayesNet#19
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Probabilities table
We shall have a probabilities table that is going to be update with each new model that is added to the ensemble, this way when we use this table to compute predict, we are going to take into account each model of the ensemble for the prediction.
Feature selection
The models selected in the initialization process all have to be trained with 1/m weights but shall update the Probabilities table. At the end of the initialization process (when the selected features are over) we'll use the weights obtained with the last predict (that predict has been computed taking into account all the features selected) and with the computed alpha_t we'll update the significance of the models computed in the initialization process (all these models will have the same significance)