We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4afc867 commit 2005c7aCopy full SHA for 2005c7a
cpp/APLRRegressor.h
@@ -291,6 +291,7 @@ void APLRRegressor::initialize()
291
if(term_has_one_unique_value)
292
{
293
copy_of_base_term.ineligible_boosting_steps=std::numeric_limits<size_t>::max();
294
+ copy_of_base_term.split_point_search_errors_sum=std::numeric_limits<double>::infinity();
295
}
296
add_term_to_terms_eligible_current(copy_of_base_term);
297
0 commit comments