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
The text was updated successfully, but these errors were encountered:
Yep! Having the same issue - this shows that TabularPrediction has been deprecated in favor for TabularDataset, TabularPredictor. I'll circle back if I successfully update the code!
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
The text was updated successfully, but these errors were encountered: