Mercurial > repos > jay > pdaug_ml_models
diff 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 |
line wrap: on
line diff
--- a/PDAUG_ML_Models/PDAUG_ML_Models.xml Thu Jan 28 04:26:52 2021 +0000 +++ b/PDAUG_ML_Models/PDAUG_ML_Models.xml Sun Jan 31 02:43:58 2021 +0000 @@ -585,10 +585,10 @@ <conditional name='TestMethods'> <param name="SelTestMethods" type="select" label="Choose the Test method" argument="--TestMethod" help="Data testing method"> - <option value="Internal">Internal</option> - <option value="TestSplit">TestSplit</option> - <option value="External">External</option> - <option value="Predict">Predict</option> + <option value="Internal">Internal Test</option> + <option value="TestSplit">Train Test Split</option> + <option value="External">External Test Data</option> + <option value="Predict">Predict Unknown</option> </param> <when value="Internal"> <param name="nFolds" type="integer" label="Cross validation" value="5" min="5" max="10" argument="--nfold" help="Cross validation"/> @@ -720,7 +720,7 @@ * **Training File** Tabulalr files with labeled peptide descriptor data. * **Select Machine Learning algorithms** Select algorithm. * **Select Advanced Parameters** Select the advance parameter details of each of the parameters that can be found on sklearn website. - * **Select the test method** (predict or internal test) + * **Select the test method** (Internal Test, Train Test Split, External Test Data, and Predict Unknown) * **Cross Validation** Up to 10 fold cross-validation. * **Method to Scale the data** MinMaxScaler and standard scaler.