Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Changed order of description to match spec file example
  • Loading branch information
danielmlow authored Aug 5, 2020
1 parent de69cb7 commit 79a74c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ example:
The workflow will output:
- `results-{timestamp}.pkl` containing 1 list per model used. For example, if
assigned to variable `results`, it is accessed through `results[0]` to `results[N]`
(if `permute: [false,true]` then it will output the model trained on the labels
first `results[0]` and the model trained on permuted labels second `results[1]`.
(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
second `results[1]`. If there is an additional model, these will be accesed through `results[2]` and `results[3]`).
Each model contains:
- `dict` accesed through `results[0][0]` with model information:
`{'ml_wf.clf_info': ['sklearn.neural_network', 'MLPClassifier',
Expand Down

0 comments on commit 79a74c3

Please sign in to comment.