Skip to content

Commit

Permalink
disable TermBoostFlags_PurifyGain
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Dec 23, 2024
1 parent ebfdedf commit 2ae2abe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/libebm/tests/boosting_unusual_inputs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2088,7 +2088,7 @@ TEST_CASE("stress test, boosting") {
// terms.push_back({0, 1, 2, 3}); // TODO: enable when fast enough
}
const size_t cRounds = 200;
std::vector<IntEbm> boostFlagsAny{TermBoostFlags_PurifyGain,
std::vector<IntEbm> boostFlagsAny{//TermBoostFlags_PurifyGain,
TermBoostFlags_DisableNewtonGain,
TermBoostFlags_DisableCategorical,
TermBoostFlags_PurifyUpdate,
Expand Down Expand Up @@ -2169,5 +2169,5 @@ TEST_CASE("stress test, boosting") {
}
}

CHECK(validationMetric == 30885317143376.566);
CHECK(validationMetric == 47908130688523.359);
}

0 comments on commit 2ae2abe

Please sign in to comment.