You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix error when switching data on already trained model
New dataset didn't have the predictions column yet which errored when
trying to serialize and send to anchorviz. Fixed by adding a
"data_changed" event that the model class listens for and calls `fit()`
0 commit comments