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'