Skip to content

Commit

Permalink
too_id fix and test_output
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocilasjr committed Oct 18, 2024
1 parent e3e1c95 commit 4cc9efe
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 14 deletions.
4 changes: 2 additions & 2 deletions topics/statistics/tutorials/galaxy-ludwig/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ These are just a few of the many options that Ludwig provides out-of-the-box, al

> <hands-on-title> Task description </hands-on-title>
>
> 1. {% tool [Ludwig Experiment](https://toolshed.g2.bx.psu.edu/repos/paulo_lyra_jr/ludwig_applications/ludwig_experiment/2024.0.10.3) %} with the following parameters:
> 1. {% tool [Ludwig Experiment](.bx.psu.edu/repos/paulo_lyra_jr/ludwig_applications/ludwig_experiment/2024.0.10.3) %} with the following parameters:
> - {% icon param-file %} *"Select the dataset containing model configuration"*: `config.yaml`
> - {% icon param-file %} *"Input dataset"*: `mnist_dataset.csv`
> - {% icon param-file %} *"Raw data"*: `mnist_images.zip`
Expand Down Expand Up @@ -320,7 +320,7 @@ Run the experiment once again. If you need a refresher on how to set up the Ludw
>
>><hands-on-title> Task description </hands-on-title>
>>
>> 1. {% tool [Ludwig Experiment](ludwig_experiment) %} with the following parameters:
>> 1. {% tool [Ludwig Experiment](.bx.psu.edu/repos/paulo_lyra_jr/ludwig_applications/ludwig_experiment/2024.0.10.3) %} with the following parameters:
>> - {% icon param-file %} *"Select the dataset containing model configuration"*: `config.yaml`
>> - {% icon param-file %} *"Input dataset"*: `mnist_dataset.csv`
>> - {% icon param-file %} *"Raw data"*: `mnist_images.zip`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,27 @@
- doc: Test the Ludwig experiment workflow
job:
'mnist_images':
location: https://zenodo.org/records/13292895/files/mnist_images.zip
class: File
filetype: .zip
'mnist_dataset':
location: https://zenodo.org/records/13357260/files/mnist_dataset.csv
class: File
filetype: .csv
'config_yaml':
location: https://zenodo.org/records/13713095/files/config.yaml
class: File
filetype: .yaml
'mnist_images':
location: https://zenodo.org/records/13292895/files/mnist_images.zip
class: File
filetype: .zip
'mnist_dataset':
location: https://zenodo.org/records/13357260/files/mnist_dataset.csv
class: File
filetype: .csv
'config_yaml':
location: https://zenodo.org/records/13713095/files/config.yaml
class: File
filetype: .yaml
outputs:
Ludwig_experiment_report:
asserts:
has_text:
text: "Ludwig Experiment"
Ludwig_trained_model:
asserts:
has_text:
text: "Ludwig Model Composite"
Ludwig_predictions_CSV:
asserts:
has_min_files:
n: 1

0 comments on commit 4cc9efe

Please sign in to comment.