File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,8 +155,8 @@ example:
155155The workflow will output:
156156- ` results-{timestamp}.pkl ` containing 1 list per model used. For example, if
157157assigned to variable ` results ` , it is accessed through ` results[0] ` to ` results[N] `
158- (if ` permute: [false, true] ` then it will output the model trained on the labels
159- first ` results[0] ` and the model trained on permuted labels second ` results[1] ` .
158+ (e.g., if ` permute: [true,false ] ` then it will output the model trained on permuted labels first ` results[0] ` and the model trained on the labels
159+ second ` results[1] ` . If there is an additional model, these will be accesed through ` results[2] ` and ` results[3] ` ) .
160160Each model contains:
161161 - ` dict ` accesed through ` results[0][0] ` with model information:
162162 `{'ml_wf.clf_info': [ 'sklearn.neural_network', 'MLPClassifier',
You can’t perform that action at this time.
0 commit comments