Repository 'pycaret_compare'
hg clone https://toolshed.g2.bx.psu.edu/repos/goeckslab/pycaret_compare

Changeset 1:f6def1b90150 (2024-12-11)
Previous changeset 0:915447b14520 (2024-12-11) Next changeset 2:009b18a75dc3 (2024-12-14)
Commit message:
planemo upload for repository https://github.com/goeckslab/Galaxy-Pycaret commit 3f30992363c2f9a6cd51b979136333947b9486b9
modified:
pycaret_train.xml
b
diff -r 915447b14520 -r f6def1b90150 pycaret_train.xml
--- 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