Search code examples
pythonpysparkfeature-extractionazure-databricksfeaturetools

Featuretools import error in azure databricks


I would like to test the featuretools functionality in azure databricks notebooks. However getting the module error as below

ModuleNotFoundError: No module named 'featuretools'

Source code for featuretools as below.

https://docs.featuretools.com/en/stable/_modules/featuretools/feature_base/features_deserializer.html


Solution

  • Missed to run the pip install

    !pip install featuretools