# HG changeset patch # User iuc # Date 1718696614 0 # Node ID b3d46e41520e928d3a1bda18b42e15ec87b57182 # Parent 41c41cf6b3de8423d3f587d72874b19efc280986 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chopin2 commit 8e7dd5c6726574b0a0157d675c8e70e7a2c0cce0 diff -r 41c41cf6b3de -r b3d46e41520e chopin2.xml --- a/chopin2.xml Tue Jan 31 16:31:07 2023 +0000 +++ b/chopin2.xml Tue Jun 18 07:43:34 2024 +0000 @@ -44,13 +44,13 @@ + help="Input dataset with features on columns and observations on rows. The first column must contain the observation IDs, while the last column must contain classes. The header line is also required."/> + to increase this number in case of datasets with a huge number of features."/> + help="Maximum number of retraining iterations. Class hypervectors are retrained to minimize errors caused by noise."/> + of folds could significantly increase the running time."/> Enabled - + + help="Tool will stop removing features if its number will reach this value."/> + help="Stop the execution if the best accuracy reached for a group of features is lower than this value."/> + help="Consider non optimal solutions if model accuracy is greater than the best accuracy minus this percentage."/> @@ -97,81 +97,81 @@ - - - + + + feature_selection["enable_fs"] - - - + + + - - - - - - + + + + + + - + - + - - - - - - + + + + + + - + - + - - - - - - + + + + + + - - - - + + + + - + - - + + - - - - - + + + + + diff -r 41c41cf6b3de -r b3d46e41520e macros.xml --- a/macros.xml Tue Jan 31 16:31:07 2023 +0000 +++ b/macros.xml Tue Jun 18 07:43:34 2024 +0000 @@ -1,6 +1,6 @@ - 1.0.7 - 1 + 1.0.9.post1 + 0 22.05 @@ -22,4 +22,4 @@ 10.3390/a13090233 - \ No newline at end of file + diff -r 41c41cf6b3de -r b3d46e41520e test-data/selection.txt --- a/test-data/selection.txt Tue Jan 31 16:31:07 2023 +0000 +++ b/test-data/selection.txt Tue Jun 18 07:43:34 2024 +0000 @@ -1,5 +1,5 @@ -# Best group size: 4 -# Best accuracy: 43.33333333333333 +# Best group size: 3 +# Best accuracy: 96.67 # Selected Features: PetalLengthCm PetalWidthCm diff -r 41c41cf6b3de -r b3d46e41520e test-data/summary.txt --- a/test-data/summary.txt Tue Jan 31 16:31:07 2023 +0000 +++ b/test-data/summary.txt Tue Jun 18 07:43:34 2024 +0000 @@ -5,4 +5,8 @@ # Accuracy threshold (stop condition): 60.0 # Accuracy uncertainty (percentage): 5.0 # Run ID Group Size Retraining Accuracy Excluded Feature -8f0e142ff27db7f8d2cc66cfcc05e27c 4 2 43.33333333333333 +8f0e142ff27db7f8d2cc66cfcc05e27c 4 1 96.0 +1349db4e4ec1dcbf755cda656c5e6212 3 0 96.67 SepalWidthCm +7b74a2f91bb30738131e1ff11be19f6d 3 0 96.67 SepalLengthCm +68d7a605b5709982b8fe0bde7b301a02 3 1 95.33 PetalLengthCm +7be81c8a748b3f532bdfce123e1dd87e 3 1 94.0 PetalWidthCm diff -r 41c41cf6b3de -r b3d46e41520e test-data/summary_1.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/summary_1.txt Tue Jun 18 07:43:34 2024 +0000 @@ -0,0 +1,8 @@ +# Dataset: iris +# Dimensionality: 1000 +# Number of levels: 100 +# Max retraining iterations: 10 +# Accuracy threshold (stop condition): 60.0 +# Accuracy uncertainty (percentage): 5.0 +# Run ID Group Size Retraining Accuracy Excluded Feature +8f0e142ff27db7f8d2cc66cfcc05e27c 4 1 96.0 diff -r 41c41cf6b3de -r b3d46e41520e test-data/summary_2.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/summary_2.txt Tue Jun 18 07:43:34 2024 +0000 @@ -0,0 +1,8 @@ +# Dataset: iris +# Dimensionality: 1000 +# Number of levels: 100 +# Max retraining iterations: 10 +# Accuracy threshold (stop condition): 60.0 +# Accuracy uncertainty (percentage): 5.0 +# Run ID Group Size Retraining Accuracy Excluded Feature +8f0e142ff27db7f8d2cc66cfcc05e27c 4 1 96.0 diff -r 41c41cf6b3de -r b3d46e41520e test-data/summary_3.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/summary_3.txt Tue Jun 18 07:43:34 2024 +0000 @@ -0,0 +1,12 @@ +# Dataset: iris +# Dimensionality: 1000 +# Number of levels: 100 +# Max retraining iterations: 10 +# Accuracy threshold (stop condition): 60.0 +# Accuracy uncertainty (percentage): 5.0 +# Run ID Group Size Retraining Accuracy Excluded Feature +8f0e142ff27db7f8d2cc66cfcc05e27c 4 1 96.0 +1349db4e4ec1dcbf755cda656c5e6212 3 0 96.67 SepalWidthCm +7b74a2f91bb30738131e1ff11be19f6d 3 0 96.67 SepalLengthCm +68d7a605b5709982b8fe0bde7b301a02 3 1 95.33 PetalLengthCm +7be81c8a748b3f532bdfce123e1dd87e 3 1 94.0 PetalWidthCm