gitter-lab / ml4bio

A graphical interface for sklearn classification to introduce machine learning to biologists
MIT License
11 stars 2 forks source link

Add Step 1 tooltips and fix default state after resetting #25

Closed agitter closed 4 years ago

agitter commented 4 years ago

Closes #23 Partially addresses #24.

Tooltips can be added to elements in the GUI, as shown in this simple example. These can contain plain text or HTML, so we could link to our documentation and guides.

This pull request adds tooltips for the left panel of Step 1. They look like this: image

I also fixed the initial state after the someone finishing training and starts over at Step 1. Previously the wrong default validation methodology was selected and the Next button was enabled before a new training dataset was loaded.

agitter commented 4 years ago

Thanks for reviewing. I'll merge this pull request. We can create a new one when one of us has more tooltips to add.