BoostAODE: make the predict in boosting with the ensemble instead of the last model #19

Closed
opened 2024-02-26 12:50:56 +00:00 by rmontanana · 0 comments
Owner

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)

## 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)
rmontanana added this to the v1.0.4 milestone 2024-02-26 12:50:56 +00:00
rmontanana added the
💡 enhancement
label 2024-02-26 12:50:56 +00:00
rmontanana self-assigned this 2024-02-26 12:57:17 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: rmontanana/BayesNet#19
No description provided.