-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
I have a function to which one can pass a dataframe and it's going to create a setup for each pair of columns and try to predict the one from the other. It does this for all the columns in the dataframe.
When I do this, I get this error:
ERROR:logs:(Process Exit): setup has been interupted with user command 'quit'. setup must rerun.
So, I have a couple of questions:
1- Is there a way to quit a setup after initializing to start a new one in the same scope ?
2- What does this error mean ?
Thanks