From: Chih-Jen Lin Date: Thu, 20 Jun 2019 04:39:57 +0000 (-0700) Subject: remove an unnecessary tab in train.c X-Git-Tag: v240~12^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=781414b3aad84ed00b8a81a9268b89cfd16b49ac;p=liblinear remove an unnecessary tab in train.c --- diff --git a/train.c b/train.c index 66f3e4d..f544dca 100644 --- a/train.c +++ b/train.c @@ -153,7 +153,7 @@ void do_find_parameters() start_p = param.p; else start_p = -1.0; - + printf("Doing parameter search with %d-fold cross validation.\n", nr_fold); find_parameters(&prob, ¶m, nr_fold, start_C, start_p, &best_C, &best_p, &best_score); if(param.solver_type == L2R_LR || param.solver_type == L2R_L2LOSS_SVC)