Skip to content

Commit 79a74c3

Browse files
authored
Update README.md
Changed order of description to match spec file example
1 parent de69cb7 commit 79a74c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ example:
155155
The workflow will output:
156156
- `results-{timestamp}.pkl` containing 1 list per model used. For example, if
157157
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]`).
160160
Each model contains:
161161
- `dict` accesed through `results[0][0]` with model information:
162162
`{'ml_wf.clf_info': ['sklearn.neural_network', 'MLPClassifier',

0 commit comments

Comments
 (0)