Skip to content

Commit

Permalink
1439 Fix missing file in MICCAI tutorial (Project-MONAI#1441)
Browse files Browse the repository at this point in the history
Fixes Project-MONAI#1439 .

### Description
This PR is used to add the missing csv file producting in MICCAI
tutorial.
### Checks
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [ ] Avoid including large-size files in the PR.
- [ ] Clean up long text outputs from code cells in the notebook.
- [ ] For security purposes, please check the contents and remove any
sensitive info such as user names and private key.
- [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use
relative paths for tutorial repo files (3) put figure and graphs in the
`./figure` folder
- [ ] Notebook runs automatically `./runner.sh -t <path to .ipynb file>`

---------

Signed-off-by: Yiheng Wang <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
yiheng-wang-nv and pre-commit-ci[bot] committed Jun 28, 2023
1 parent c9de2e8 commit c318720
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@
" df[lb] = df.tools_present.str.count(lb)\n",
"\n",
"labels = df.columns.values[2:]\n",
"# uncomment the following line to produce the train.csv file\n",
"# df.to_csv('../train.csv', index=False)\n",
"df.shape"
]
},
Expand Down

0 comments on commit c318720

Please sign in to comment.