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
Hi,
in first, thank you for providing of library, it's realy useful.
When is executing training job in Sagemaker (code-free-automl), there is import error:
Traceback (most recent call last):
File "autogluon-tab-with-test.py", line 13, in
from autogluon import TabularPrediction as task
ImportError: cannot import name 'TabularPrediction'
I guess that's why upgrade of new release of autogluon.
How can I resolve this?
Thanks