Browse Source

Changes to be committed:

modified:   pygraph/utils/model_selection_precomputed.py
v0.1
jajupmochi 6 years ago
parent
commit
df1a0c8e66
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pygraph/utils/model_selection_precomputed.py

+ 1
- 1
pygraph/utils/model_selection_precomputed.py View File

@@ -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


Loading…
Cancel
Save