Skip to content

Commit bb207a3

Browse files
refactor
1 parent fe836a0 commit bb207a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/APLRRegressor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ void APLRRegressor::fit(const MatrixXd &X, const VectorXd &y, const VectorXd &sa
273273
calculate_feature_importance_on_validation_set();
274274
find_min_and_max_training_predictions_or_responses();
275275
cleanup_after_fit();
276-
check_term_integrity();
276+
// check_term_integrity();
277277
}
278278

279279
void APLRRegressor::throw_error_if_loss_function_does_not_exist()

0 commit comments

Comments
 (0)