Skip to content

Commit

Permalink
enable TermBoostFlags_DisableNewtonGain
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Dec 23, 2024
1 parent 8b304f3 commit 5654fdf
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 @@ -2090,7 +2090,7 @@ TEST_CASE("stress test, boosting") {
const size_t cRounds = 200;
std::vector<IntEbm> boostFlagsAny{
TermBoostFlags_PurifyGain,
//TermBoostFlags_DisableNewtonGain,
TermBoostFlags_DisableNewtonGain,
//TermBoostFlags_DisableCategorical,
//TermBoostFlags_DisableNewtonUpdate,
//TermBoostFlags_RandomSplits
Expand Down Expand Up @@ -2167,5 +2167,5 @@ TEST_CASE("stress test, boosting") {
}
}

CHECK(validationMetric == 41229.062523160086);
CHECK(validationMetric == 41399.195636918485);
}

0 comments on commit 5654fdf

Please sign in to comment.