Skip to content

I can not make it work in Kaggle #7

@micuentadecasa

Description

@micuentadecasa

Hi, I was trying to use your library in Kaggle but I couldn't, I've found that featuretools is installed but if I try to import as below:

from featuretools.autonormalize import autonormalize as an

it gives me:
ModuleNotFoundError: No module named 'featuretools.autonormalize'

even if I try to install it...
!pip install featuretools[autonormalize]

it says
Requirement already satisfied: featuretools[autonormalize] in /opt/conda/lib/python3.6/site-packages (0.9.1)
WARNING: featuretools 0.9.1 does not provide the extra 'autonormalize'

it will be very helpful if you can create a Kaggle Kernel, to show how to use it on Kaggle.

Regards.

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