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 79ec862 commit 6a71069Copy full SHA for 6a71069
cpp/APLRRegressor.h
@@ -678,7 +678,6 @@ void APLRRegressor::determine_interactions_to_consider()
678
}
679
680
if(already_exists) continue;
681
- interaction.given_terms[interaction.given_terms.size()-1].name="P"+std::to_string(sorted_latest_split_point_errors_indices[i]);
682
if(interaction.get_interaction_level()>max_interaction_level) continue;
683
interactions_to_consider.push_back(interaction);
684
0 commit comments