From df1a0c8e66f3b2194ce9adbc3641c24cebd75f13 Mon Sep 17 00:00:00 2001 From: jajupmochi Date: Wed, 17 Jul 2019 16:53:37 +0200 Subject: [PATCH] Changes to be committed: modified: pygraph/utils/model_selection_precomputed.py --- pygraph/utils/model_selection_precomputed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygraph/utils/model_selection_precomputed.py b/pygraph/utils/model_selection_precomputed.py index 9543cbe..177fca1 100644 --- a/pygraph/utils/model_selection_precomputed.py +++ b/pygraph/utils/model_selection_precomputed.py @@ -55,7 +55,7 @@ def model_selection_for_precomputed_kernel(datafile, searching over any sequence of parameter settings. Params with length 1 will be omitted. model_type : string - Typr of the problem, can be 'regression' or 'classification'. + Type of the problem, can be 'regression' or 'classification'. NUM_TRIALS : integer Number of random trials of outer cv loop. The default is 30. datafile_y : string