galaxyproject / training-material

A collection of Galaxy-related training material
https://training.galaxyproject.org
MIT License
308 stars 900 forks source link

minor clarification for *Classification Machine Learning" #5432

Open scottcain opened 4 weeks ago

scottcain commented 4 weeks ago

This is somewhat minor but it caused me to go back and forth until I figured out what was intended. In this section:

https://training.galaxyproject.org/training-material/topics/statistics/tutorials/classification_machinelearning/tutorial.html#hands-on-create-pipeline

There is a third level bullet point that should be instructing me what option to choose. The text is

“Choose estimator class”: BaggingClassifier We choose Final Estimator as we have only the 
estimator and no preprocessor and need the parameters of only the estimator.

The part starting We choose Final Estimator is really explanatory text that should go below the bullet point section. I thought it was telling me to find a "Final estimator" option to choose.

scottcain commented 4 weeks ago

A little farther down in the same page

https://training.galaxyproject.org/training-material/topics/statistics/tutorials/classification_machinelearning/tutorial.html#hands-on-hyperparameter-search

There is this text:

“Choose the dataset containing parameter names”: tabular file (output of Estimator attributes tool)

However, there is no UI element that has that text or anything close to it (ie, "Choose the dataset containing parameter names"). I suspect this text either is a leftover from a copy/paste or refers to an older software version, the step runs just fine without the phantom option.

anuprulez commented 4 weeks ago

Thank you @scottcain for your feedback. We will update the tutorial accordingly