Skip to content

Commit

Permalink
enable TermBoostFlags_DisableNewtonUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Dec 23, 2024
1 parent 6bd505b commit d371e33
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 @@ -2092,7 +2092,7 @@ TEST_CASE("stress test, boosting") {
TermBoostFlags_PurifyGain,
TermBoostFlags_DisableNewtonGain,
TermBoostFlags_DisableCategorical,
//TermBoostFlags_DisableNewtonUpdate,
TermBoostFlags_DisableNewtonUpdate,
//TermBoostFlags_RandomSplits
};
std::vector<IntEbm> boostFlagsChoose{
Expand Down Expand Up @@ -2167,5 +2167,5 @@ TEST_CASE("stress test, boosting") {
}
}

CHECK(validationMetric == 41000.030601300823);
CHECK(validationMetric == 40892.253765524190);
}

0 comments on commit d371e33

Please sign in to comment.