No module named 'featuretools.features' error pip install in Jupyter notebook

1.9k views Asked by At

When I try to install anything from featuretools.features using pip in a Jupyter notebook, I get this error:

ModuleNotFoundError: No module named 'featuretools.features'

Everything else I'm importing from featuretools is working, so I'm not sure why this is the case. Any help would be great, thanks!

1

There are 1 answers

0
Ray On BEST ANSWER

Here's the equivalent documentation for the newest Featuretools version. https://docs.featuretools.com/feature_engineering_language/feature-types.html?highlight=day%20window

Here's the module I was looking for:

import featuretools.primitives