{% extends "!layout.html" %} {%- block extrahead %} {% set image = 'https://featurelabs-static.s3.amazonaws.com/OpenSource_OpenGraph_1200x630px-featuretools.png' %} {% set description = 'Automated feature engineering in Python' %} {% if meta is defined %} {% if meta.description is defined %} {% set description = meta.description %} {% endif %} {% endif %} {% endblock %} {% block docs_body %}

NOTICE

The upcoming release of Featuretools 1.0.0 contains several breaking changes. Users are encouraged to test this version prior to release by installing from GitHub:

pip install featuretools==1.0.0rc1

For details on migrating to the new version, refer to Transitioning to Featuretools Version 1.0. Please report any issues in the Featuretools GitHub repo or by messaging in Alteryx Open Source Slack.


{{ super() }} {% endblock %} {%- block footer %} {% endblock %}