Skip to content

Commit

Permalink
Merge pull request #40 from goeckslab/Release_v3.3.2
Browse files Browse the repository at this point in the history
changed pwd to .
  • Loading branch information
paulocilasjr authored Dec 12, 2024
2 parents 0c13f0d + e646598 commit 4ac543d
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 4ac543d

Please sign in to comment.