comparison label_encoder.xml @ 4:b008b609205e draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 9981e25b00de29ed881b2229a173a8c812ded9bb
author bgruening
date Wed, 09 Aug 2023 11:18:39 +0000
parents 03155260beb3
children
comparison
equal deleted inserted replaced
3:989d9664902f 4:b008b609205e
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"/>