Search code examples
featuretools

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


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!


Solution

  • 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