This repo showcases applying premium primitives to real-world datasets
You can preview the demos in your browser at the following links
- A Featuretools Enterprise license key (contact support@featurelabs.com to request)
- Python 3.5+
- We recommend running these demos on macOS, linux, or within a linux docker container on Windows
First, clone this repo
git clone git@github.com:FeatureLabs/primitive-demos.git
Next, install the requirements, including Featuretools Enterprise.
pip install --upgrade -r requirements.txt --extra-index-url https://install.featurelabs.com/<KEY>/
We recommend running these demos on macOS, linux, or within a linux docker on Windows.
Launch a jupyter notebook server and navigate to the demo you'd like to run
jupyter notebook
We will continue to add demos to this repo. If there is a dataset or premium primitive you'd like to see included, please let us know!