comparison label_encoder.xml @ 4:108141350edb draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 9981e25b00de29ed881b2229a173a8c812ded9bb
author bgruening
date Wed, 09 Aug 2023 12:22:40 +0000
parents 3b6ee54eb7e2
children
comparison
equal deleted inserted replaced
3:23df4520fd58 4:108141350edb
1 <tool id="sklearn_label_encoder" name="Label encoder" version="@VERSION@"> 1 <tool id="sklearn_label_encoder" name="Label encoder" version="@VERSION@" profile="@PROFILE@">
2 <description>Encode target labels with value between 0 and n_classes-1</description> 2 <description>Encode target labels with value between 0 and n_classes-1</description>
3 <macros> 3 <macros>
4 <import>main_macros.xml</import> 4 <import>main_macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="python_requirements"/> 6 <expand macro="python_requirements"/>