Skip to content

Commit 3793ebf

Browse files
committed
enable TermBoostFlags_MissingHigh
1 parent bea285e commit 3793ebf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/libebm/tests/boosting_unusual_inputs.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2098,7 +2098,7 @@ TEST_CASE("stress test, boosting") {
20982098
std::vector<IntEbm> boostFlagsChoose{
20992099
TermBoostFlags_Default,
21002100
TermBoostFlags_MissingLow,
2101-
//TermBoostFlags_MissingHigh,
2101+
TermBoostFlags_MissingHigh,
21022102
//TermBoostFlags_MissingSeparate,
21032103
//TermBoostFlags_MissingDrop
21042104
};
@@ -2167,5 +2167,5 @@ TEST_CASE("stress test, boosting") {
21672167
}
21682168
}
21692169

2170-
CHECK(validationMetric == 41995.934421634120);
2170+
CHECK(validationMetric == 41977.238784308254);
21712171
}

0 commit comments

Comments
 (0)