Ricardo Montañana Gómez b8589bcd0a Merge pull request 'Add the probabilities aggregation method to compute prediction with ensembles' (#16) from baode_proba into main
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
2024-02-25 11:26:26 +00:00
2024-01-07 19:58:22 +01:00
2024-02-19 22:58:15 +01:00
2024-02-24 21:33:28 +01:00
2023-08-07 00:44:12 +02:00
2023-11-20 23:32:34 +01:00
2024-02-24 21:33:28 +01:00
2024-02-24 21:33:28 +01:00
2024-01-07 19:58:22 +01:00
2023-06-29 19:52:57 +00:00
2024-01-07 19:58:22 +01:00
2024-01-07 19:58:22 +01:00

BayesNet

License: MIT

Bayesian Network Classifiers using libtorch from scratch

Release

make release
make buildr

Debug & Tests

make debug
make test
make coverage

1. Introduction

Description
Bayesian Network Classifiers using libtorch from scratch
Readme MIT 14 MiB
2025-07-19 20:52:59 +00:00
Languages
C++ 94.8%
Makefile 2.1%
CMake 1.3%
Python 1%
Dockerfile 0.4%
Other 0.4%