Add the probabilities aggregation method to compute prediction with ensembles #16

Merged
rmontanana merged 7 commits from baode_proba into main 2024-02-25 11:26:28 +00:00
Owner

As only the voting method was implemented, this approach computes the classifiers prediction using a weighted average of the probabilities computed by each model.
Added the predict_proba methods to BaseClassifier - Classifier and Ensemble classes.
Add a hyperparameter to decide the type of computation for ensembles voting - probability aggregation

As only the voting method was implemented, this approach computes the classifiers prediction using a weighted average of the probabilities computed by each model. Added the predict_proba methods to BaseClassifier - Classifier and Ensemble classes. Add a hyperparameter to decide the type of computation for ensembles voting - probability aggregation
rmontanana added 7 commits 2024-02-25 09:54:25 +00:00
rmontanana merged commit b8589bcd0a into main 2024-02-25 11:26:28 +00:00
Sign in to join this conversation.
No reviewers
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#16
No description provided.