Update folding library and test result due to change in random engine
This commit is contained in:
Submodule lib/catch2 updated: 8ac8190e49...bff6e35e2b
Submodule lib/folding updated: 37316a54e0...71d6055be4
2
lib/json
2
lib/json
Submodule lib/json updated: 0457de21cf...199dea11b1
@@ -115,8 +115,8 @@ TEST_CASE("BoostAODE test used features in train note and score", "[Models]")
|
||||
REQUIRE(clf.getNotes()[1] == "Number of models: 8");
|
||||
auto score = clf.score(raw.Xv, raw.yv);
|
||||
auto scoret = clf.score(raw.Xt, raw.yt);
|
||||
REQUIRE(score == Catch::Approx(0.82031).epsilon(raw.epsilon));
|
||||
REQUIRE(scoret == Catch::Approx(0.82031).epsilon(raw.epsilon));
|
||||
REQUIRE(score == Catch::Approx(0.80078).epsilon(raw.epsilon));
|
||||
REQUIRE(scoret == Catch::Approx(0.80078).epsilon(raw.epsilon));
|
||||
}
|
||||
TEST_CASE("Model predict_proba", "[Models]")
|
||||
{
|
||||
|
Reference in New Issue
Block a user