Add L1FS feature selection

This commit is contained in:
2025-06-04 11:54:36 +02:00
parent fcccbc15dd
commit 23d74c4643
5 changed files with 581 additions and 6 deletions

View File

@@ -20,7 +20,7 @@
#include "bayesnet/ensembles/AODELd.h"
#include "bayesnet/ensembles/BoostAODE.h"
const std::string ACTUAL_VERSION = "1.1.1";
const std::string ACTUAL_VERSION = "1.1.2";
TEST_CASE("Test Bayesian Classifiers score & version", "[Models]")
{