Mercurial > repos > goeckslab > pycaret_compare
changeset 1:f6def1b90150 draft
planemo upload for repository https://github.com/goeckslab/Galaxy-Pycaret commit 3f30992363c2f9a6cd51b979136333947b9486b9
author | goeckslab |
---|---|
date | Wed, 11 Dec 2024 19:40:12 +0000 |
parents | 915447b14520 |
children | 009b18a75dc3 |
files | pycaret_train.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pycaret_train.xml Wed Dec 11 05:00:00 2024 +0000 +++ b/pycaret_train.xml Wed Dec 11 19:40:12 2024 +0000 @@ -6,7 +6,7 @@ <expand macro="python_requirements" /> <command> <![CDATA[ - python $__tool_directory__/pycaret_train.py --input_file $input_file --target_col $target_feature --output_dir "`pwd`" --random_seed $random_seed + python $__tool_directory__/pycaret_train.py --input_file $input_file --target_col $target_feature --output_dir . --random_seed $random_seed #if $model_type == "classification" #if $classification_models --models $classification_models