# HG changeset patch
# User iuc
# Date 1712661835 0
# Node ID 693bfd01260174fa83a5bc1fc7d04e514b8af071
# Parent d49893faf8776afb446709617a3b65c6735c5b98
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chopin2 commit a9f99c56d0ff858ca7b37ce00759f62401cbd806
diff -r d49893faf877 -r 693bfd012601 chopin2.xml
--- a/chopin2.xml Tue Jan 31 16:31:19 2023 +0000
+++ b/chopin2.xml Tue Apr 09 11:23:55 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 d49893faf877 -r 693bfd012601 macros.xml
--- a/macros.xml Tue Jan 31 16:31:19 2023 +0000
+++ b/macros.xml Tue Apr 09 11:23:55 2024 +0000
@@ -1,6 +1,6 @@
- 1.0.7
- 1
+ 1.0.8.post1
+ 0
22.05
diff -r d49893faf877 -r 693bfd012601 test-data/selection.txt
--- a/test-data/selection.txt Tue Jan 31 16:31:19 2023 +0000
+++ b/test-data/selection.txt Tue Apr 09 11:23:55 2024 +0000
@@ -1,5 +1,5 @@
-# Best group size: 4
-# Best accuracy: 43.33333333333333
+# Best group size: 3
+# Best accuracy: 96.66666666666667
# Selected Features:
PetalLengthCm
PetalWidthCm
diff -r d49893faf877 -r 693bfd012601 test-data/summary.txt
--- a/test-data/summary.txt Tue Jan 31 16:31:19 2023 +0000
+++ b/test-data/summary.txt Tue Apr 09 11:23:55 2024 +0000
@@ -5,4 +5,7 @@
# 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.66666666666667 SepalWidthCm
+7b74a2f91bb30738131e1ff11be19f6d 3 0 96.66666666666667 SepalLengthCm
+879af8de56b640a254522448aff67544 1 0 96.0 PetalLengthCm
diff -r d49893faf877 -r 693bfd012601 test-data/summary_1.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/summary_1.txt Tue Apr 09 11:23:55 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 d49893faf877 -r 693bfd012601 test-data/summary_2.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/summary_2.txt Tue Apr 09 11:23:55 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 d49893faf877 -r 693bfd012601 test-data/summary_3.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/summary_3.txt Tue Apr 09 11:23:55 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.66666666666667 SepalWidthCm
+7b74a2f91bb30738131e1ff11be19f6d 3 0 96.66666666666667 SepalLengthCm
+879af8de56b640a254522448aff67544 1 0 96.0 PetalLengthCm
+64e07b74f471e3b056c3e86b2b2af45d 1 0 95.33333333333333 PetalWidthCm