comparison pycaret_train.xml @ 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
comparison
equal deleted inserted replaced
0:915447b14520 1:f6def1b90150
4 <import>pycaret_macros.xml</import> 4 <import>pycaret_macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="python_requirements" /> 6 <expand macro="python_requirements" />
7 <command> 7 <command>
8 <![CDATA[ 8 <![CDATA[
9 python $__tool_directory__/pycaret_train.py --input_file $input_file --target_col $target_feature --output_dir "`pwd`" --random_seed $random_seed 9 python $__tool_directory__/pycaret_train.py --input_file $input_file --target_col $target_feature --output_dir . --random_seed $random_seed
10 #if $model_type == "classification" 10 #if $model_type == "classification"
11 #if $classification_models 11 #if $classification_models
12 --models $classification_models 12 --models $classification_models
13 #end if 13 #end if
14 #end if 14 #end if