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
When trying to understand and execute the employee attrition notebook locally, I get the following import error -
ERROR - Exception
Traceback (most recent call last):
File "/Users/XXXXXX/opt/anaconda3/lib/python3.8/site-packages/IPython/core/interactiveshell.py", line 3553, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "<ipython-input-1-28ffd096b9e1>", line 20, in <cell line: 20>
from ads.dataflow.dataflow import DataFlow
ModuleNotFoundError: No module named 'ads.dataflow'
ModuleNotFoundError: No module named 'ads.dataflow'
When trying to understand and execute the employee attrition notebook locally, I get the following import error -
I see in the release notes that the
ads.dataflow
package has been deprecated since 2.8.6 release. However, the notebook has not been updated.Is there a new version of the notebook? OR How is this being handled now?
The text was updated successfully, but these errors were encountered: