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
Previously, we used to delete the backend with __del__ in AutoML but this was changed with PR #1155 due to issues of modules being unloaded before __del__ had finished.
The real solution was to move __del__ to the backend object instead of the AutoML object.
Previously, we used to delete the backend with
__del__
inAutoML
but this was changed with PR #1155 due to issues of modules being unloaded before__del__
had finished.The real solution was to move
__del__
to the backend object instead of theAutoML
object.The text was updated successfully, but these errors were encountered: