Skip to content

Commit f8c7cdd

Browse files
reverted previous commit
1 parent 2005c7a commit f8c7cdd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/APLRRegressor.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ void APLRRegressor::initialize()
291291
if(term_has_one_unique_value)
292292
{
293293
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();
295294
}
296295
add_term_to_terms_eligible_current(copy_of_base_term);
297296
}

0 commit comments

Comments
 (0)