gitter-lab / ml4bio

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

Enable training more models after error #29

Closed agitter closed 3 years ago

agitter commented 3 years ago

Closes #26

I restructured the finish_train function so that the GUI buttons are re-enabled if the training fails or if the model name already exists. My initial tests indicate this works as expected. I'd like independent verification it still works before we merge.

I didn't change any code, I only moved the existing lines and added a comment.