Mercurial > repos > goeckslab > pycaret_predict
comparison pycaret_predict.xml @ 1:4a7df9abe4c4 draft default tip
planemo upload for repository https://github.com/goeckslab/Galaxy-Pycaret commit 9497c4faca7063bcbb6b201ab6d0dd1570f22acb
author | goeckslab |
---|---|
date | Sat, 14 Dec 2024 23:17:48 +0000 |
parents | 1f20fe57fdee |
children |
comparison
equal
deleted
inserted
replaced
0:1f20fe57fdee | 1:4a7df9abe4c4 |
---|---|
5 </macros> | 5 </macros> |
6 <expand macro="python_requirements" /> | 6 <expand macro="python_requirements" /> |
7 <command> | 7 <command> |
8 <![CDATA[ | 8 <![CDATA[ |
9 echo $target_feature && | 9 echo $target_feature && |
10 python $__tool_directory__/pycaret_predict.py --model_path $input_model --data_path $input_dataset --task $model_type | 10 python $__tool_directory__/pycaret_predict.py --model_path '$input_model' --data_path '$input_dataset' --task '$model_type' |
11 #if $target_feature | 11 #if $target_feature |
12 --target $target_feature | 12 --target '$target_feature' |
13 #end if | 13 #end if |
14 ]]> | 14 ]]> |
15 </command> | 15 </command> |
16 <inputs> | 16 <inputs> |
17 <param name="input_model" type="data" format="h5" label="Model you want to use to predict/evaluate:" /> | 17 <param name="input_model" type="data" format="h5" label="Model you want to use to predict/evaluate:" /> |