From 8cac0b67efedceae226c98f5920ed007b0717560 Mon Sep 17 00:00:00 2001 From: johncreed Date: Tue, 19 Mar 2019 12:52:06 +0800 Subject: [PATCH] Remove a redundant newline in help message --- python/liblinearutil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/liblinearutil.py b/python/liblinearutil.py index 1919019..ffb161a 100644 --- a/python/liblinearutil.py +++ b/python/liblinearutil.py @@ -94,7 +94,7 @@ def train(arg1, arg2=None, arg3=None): -B bias : if bias >= 0, instance x becomes [x; bias]; if < 0, no bias term added (default -1) -wi weight: weights adjust the parameter C of different classes (see README for details) -v n: n-fold cross validation mode - -C : find parameters (C for -s 0, 2 and C, p for -s 11)\n + -C : find parameters (C for -s 0, 2 and C, p for -s 11) -q : quiet mode (no outputs) """ prob, param = None, None -- 2.50.1