Skip to content

ModuleNotFoundError: No module named 'ads.dataflow' #336

@sauravmishra1710

Description

@sauravmishra1710

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'

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions