comparison PDAUG_ML_Models/PDAUG_ML_Models.xml @ 6:8697dc4a7f45 draft

"planemo upload for repository https://github.com/jaidevjoshi83/pdaug commit e8c8198105af7eab636fb2405e5ff335539ca14b"
author jay
date Sun, 31 Jan 2021 02:43:58 +0000
parents 5448f9425c6a
children
comparison
equal deleted inserted replaced
5:d5a209484c17 6:8697dc4a7f45
583 583
584 </conditional> 584 </conditional>
585 585
586 <conditional name='TestMethods'> 586 <conditional name='TestMethods'>
587 <param name="SelTestMethods" type="select" label="Choose the Test method" argument="--TestMethod" help="Data testing method"> 587 <param name="SelTestMethods" type="select" label="Choose the Test method" argument="--TestMethod" help="Data testing method">
588 <option value="Internal">Internal</option> 588 <option value="Internal">Internal Test</option>
589 <option value="TestSplit">TestSplit</option> 589 <option value="TestSplit">Train Test Split</option>
590 <option value="External">External</option> 590 <option value="External">External Test Data</option>
591 <option value="Predict">Predict</option> 591 <option value="Predict">Predict Unknown</option>
592 </param> 592 </param>
593 <when value="Internal"> 593 <when value="Internal">
594 <param name="nFolds" type="integer" label="Cross validation" value="5" min="5" max="10" argument="--nfold" help="Cross validation"/> 594 <param name="nFolds" type="integer" label="Cross validation" value="5" min="5" max="10" argument="--nfold" help="Cross validation"/>
595 </when> 595 </when>
596 <when value="TestSplit"> 596 <when value="TestSplit">
718 718
719 **Inputs** 719 **Inputs**
720 * **Training File** Tabulalr files with labeled peptide descriptor data. 720 * **Training File** Tabulalr files with labeled peptide descriptor data.
721 * **Select Machine Learning algorithms** Select algorithm. 721 * **Select Machine Learning algorithms** Select algorithm.
722 * **Select Advanced Parameters** Select the advance parameter details of each of the parameters that can be found on sklearn website.  722 * **Select Advanced Parameters** Select the advance parameter details of each of the parameters that can be found on sklearn website. 
723 * **Select the test method** (predict or internal test) 723 * **Select the test method** (Internal Test, Train Test Split, External Test Data, and Predict Unknown)
724 * **Cross Validation** Up to 10 fold cross-validation. 724 * **Cross Validation** Up to 10 fold cross-validation.
725 * **Method to Scale the data** MinMaxScaler and standard scaler. 725 * **Method to Scale the data** MinMaxScaler and standard scaler.
726 726
727 ----- 727 -----
728 728