Skip to content
Snippets Groups Projects
Commit 2f48a9ad authored by Tomas Martinovic's avatar Tomas Martinovic
Browse files

update readme and features output name

parent 0e0eb21d
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ reticulate::virtualenv_install("hmch", c("-r", "requirements.txt"))
Now You can execute the script by calling
```bash
R -e "rmarkdown::render(get_features.Rmd)"
R -e "rmarkdown::render(get_features.Rmd, output_file = '/output/features.html')"
```
## Step 2 Classification
......@@ -127,7 +127,7 @@ renv::restore()
### Model execution
```bash
R -e "rmarkdown::render(get_results.Rmd)"
R -e "rmarkdown::render(get_results.Rmd, output_file = '/output/classification.html')"
```
At the same time this file reproduce figures from an article which is now under review and later we will link it when it is published.
......
......@@ -12,4 +12,4 @@ services:
- ./data_zenodo:/zenodo_dir
- ./output:/output
command: ["R", "--quiet", "-e", "rmarkdown::render('get_results.Rmd', output_file = '/output/classification.html')"]
#command: ["R", "--quiet", "-e", "rmarkdown::render('get_features.Rmd', output_file = '/output/classification.html')"]
\ No newline at end of file
#command: ["R", "--quiet", "-e", "rmarkdown::render('get_features.Rmd', output_file = '/output/features.html')"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment