Fix some mistakes

This commit is contained in:
2023-07-26 12:53:01 +02:00
parent 099b4bea09
commit 4a54bd42a2
5 changed files with 12 additions and 7 deletions

View File

@@ -228,8 +228,7 @@ int main(int argc, char** argv)
total_score += score_test;
cout << "Score Train: " << score_train << endl;
cout << "Score Test : " << score_test << endl;
// cout << "-------------------------------------------------------------------------------" << endl;
// total_score += score_value;
cout << "-------------------------------------------------------------------------------" << endl;
}
cout << "**********************************************************************************" << endl;
cout << "Average Score Train: " << total_score_train / nFolds << endl;