-1

How do I use the premium primitives like IsFreeEmailDomain, AgeOver25 etc? I get an error when I try to import the premium ones:

from featuretools.primitives import IsFreeEmailDomain Traceback (most recent call last): File "", line 1, in ImportError: cannot import name 'IsFreeEmailDomain'

colab123
  • 81
  • 1
  • 6

1 Answers1

1

Premium Primitives do not come preinstalled in the open source version of Featuretools. These primitives are included in the enterprise version. You can visit featurelabs.com to learn more about Featuretools Enterprise.

Jeff Hernandez
  • 2,063
  • 16
  • 20