-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Format of Search CV parameters #1231
Comments
@anuprulez Thanks for exposing the issue. My intuition is that changes of Galaxy's tool infrastructure caused the issue. I will look deep into it soon. |
@anuprulez Unfortunately, I couldn't reproduce the issue shown in the shared history. I have correct list of parameters in the dropdown in my local instance. One thing worth mentioning: use only the list in the |
As wrapped here https://github.com/bgruening/galaxytools/blob/master/tools/sklearn/search_model_validation.xml#L11-L17, lines starting with |
@qiagu thanks a lot for looking into it. I found a fix here: #1232 |
Adding quotes to @ symbol did not work, unfortunately. But, removing it did and the tests are now passing. Removing it will add a few extra params in the list of estimator params of which the most we already show using @ as a startwith filter. It looks like there is some issue with parsing of this special symbol on EU server in the tool form, not 100% sure though. |
Ha, the |
Do you want to ask for a backport? |
My bad. I'd correct myself. The issue seems to be caused by the commit 29 days ago. We may need to revert the change. |
I guess you need to open an issue then. ping @bernt-matthias we well. Thanks @qiagu for finding this. |
As far as I see this repo is using 21.05 for testing PRs. So it should not be affected by galaxyproject/galaxy#14332 which was for 22.01, or? Anyway, galaxyproject/galaxy#14332 brought the code in line with the docs. In the Galaxy tool xml docs you will find: Edit: Actually the docs were wrong (just added approx a year ago .. but the code is approx 15 years old) |
Will be fixed in galaxyproject/galaxy#14440 |
As reported by one of our students, the tabular dataset returned by the search CV tool is populating the list differently as documented earlier in many ML tutorials. Do we know what needs to be changed in the tool parameter selection to make the search CV tool run? I remember we used to get a list of all hyperparameters and then we could select those whose values need to be optimized.
I tried a few ways to make it work - by changing tool's version, using different options in
Choose a parameter name (with current value)
but the jobs are failing. Do you know what should be the correct setting, then I will update the tutorials accordingly. I am not sure if this is a bug or it has been formatted like this (above image).The hyperparameters were listed previously as:
.
link to the history: https://usegalaxy.eu/u/kumara/h/age-prediction
ping @qiagu
Thanks a lot!
The text was updated successfully, but these errors were encountered: