jsmlt / visualml

:tv: Visualization implementation for JSMLT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prevent running classifier on changing parameters even when autorun is disabled

engelen opened this issue · comments

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.