Prevent running classifier on changing parameters even when autorun is disabled
engelen opened this issue · comments
Jesper van Engelen commented
Currently, even when autorun is disabled, changing other parameters will always run the classification algorithm. This is due to the Redux store being updated. The classifier should only run when the "Run" button is clicked when autorun is disabled.