Bayesian Network Classifiers library
The only external dependency is libtorch which can be installed with the following commands:
wget https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip
unzip libtorch-shared-with-deps-latest.zips
git clone --recurse-submodules https://github.com/doctorado-ml/bayesnet
make release
make buildr
sudo make install
make debug
make test
make coverage
make viewcoverage
After building and installing the release version, you can run the sample app with the following commands:
make sample
make sample fname=tests/data/glass.arff