Skip to content

Commit

Permalink
enable purifygain (the last flag)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Dec 26, 2024
1 parent 91681ef commit 45ba48b
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 @@ -2091,10 +2091,10 @@ static double RandomizedTesting(const AccelerationFlags acceleration) {
}

std::vector<IntEbm> boostFlagsAny{
//TermBoostFlags_PurifyGain,
TermBoostFlags_PurifyGain,
TermBoostFlags_DisableNewtonGain,
TermBoostFlags_DisableCategorical,
TermBoostFlags_PurifyUpdate,
// TermBoostFlags_PurifyUpdate,
// // TermBoostFlags_GradientSums, // does not return a metric
TermBoostFlags_DisableNewtonUpdate,
TermBoostFlags_RandomSplits
Expand Down

0 comments on commit 45ba48b

Please sign in to comment.