Bayesian Network Classifiers using libtorch from scratch
Go to file
2024-02-22 18:44:40 +01:00
.vscode Fix epsilont early stopping in BoostAODE 2024-02-20 10:11:22 +01:00
cmake/modules Fix some mistakes to correct tests 2023-07-20 18:55:56 +02:00
config Remove other projects' sources 2024-01-07 19:58:22 +01:00
diagrams Upgrade models version and Add class diagram 2023-09-02 14:39:43 +02:00
docs Add comments to BoostAODE algorithm 2024-02-19 22:58:15 +01:00
lib Fix epsilont early stopping in BoostAODE 2024-02-20 10:11:22 +01:00
src/BayesNet Begin testing ensemble predict_proba 2024-02-22 18:44:40 +01:00
tests Begin testing ensemble predict_proba 2024-02-22 18:44:40 +01:00
.clang-tidy update clang-tidy 2023-08-07 00:44:12 +02:00
.gitignore Build gridsearch structure 2023-11-20 23:32:34 +01:00
.gitmodules Remove unneeded argparse module 2024-01-08 00:55:16 +01:00
CHANGELOG.md Implement classifier.predict_proba & test 2024-02-22 11:45:40 +01:00
CMakeLists.txt Fix epsilont early stopping in BoostAODE 2024-02-20 10:11:22 +01:00
gcovr.cfg Remove other projects' sources 2024-01-07 19:58:22 +01:00
LICENSE Initial commit 2023-06-29 19:52:57 +00:00
Makefile Remove other projects' sources 2024-01-07 19:58:22 +01:00
README.md Remove other projects' sources 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