Skip to content

Commit

Permalink
Merge pull request #39 from goeckslab/Release_v3.3.2
Browse files Browse the repository at this point in the history
changed pwd to .
  • Loading branch information
qchiujunhao authored Dec 11, 2024
2 parents d79b0f7 + e646598 commit 3f30992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pycaret_train.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f30992

Please sign in to comment.