• v1.0.3 b8589bcd0a

    Merge pull request 'Add the probabilities aggregation method to compute prediction with ensembles' (#16) from baode_proba into main

    rmontanana released this 2024-02-25 11:26:26 +00:00 | 258 commits to main since this release

    Reviewed-on: #16

    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

    Downloads