File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,8 +155,8 @@ example:
155
155
The workflow will output:
156
156
- ` results-{timestamp}.pkl ` containing 1 list per model used. For example, if
157
157
assigned 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] ` ) .
160
160
Each model contains:
161
161
- ` dict ` accesed through ` results[0][0] ` with model information:
162
162
`{'ml_wf.clf_info': [ 'sklearn.neural_network', 'MLPClassifier',
You can’t perform that action at this time.
0 commit comments