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
Currently, a model can be provided through a configuration file .cfg. However, this approach uses the exec statement which is not safe.
Change this in order to use a more safer approach, for instance a json based approach.