alteryx/featuretools

An open source python library for automated feature engineering

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 29 minutes ago
Added to GitGenius on September 8th, 2026
Created on September 8th, 2017
Open Issues & Pull Requests: 169 (+0)
GitHub issues: Enabled
Number of forks: 914
Total Stargazers: 7,675 (+0)
Total Subscribers: 154 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 12
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,157 days
Stale 30+ days: 12
Stale 90+ days: 9

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (4)
  • good first issue (3)
  • new feature (2)
  • spike (2)
  • needs design (1)
  • tech debt (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Featuretools is a Python library for automated feature engineering that generates features from multi-table datasets without manual specification.

The library addresses the challenge of feature engineering, which typically requires domain expertise and manual effort to transform raw data into meaningful predictors for machine learning models. Featuretools solves this through Deep Feature Synthesis, an algorithm that automatically creates features by exploring relationships across multiple tables and applying built-in transformations called primitives. The approach works by taking a target dataframe and generating a complete feature vector by discovering and aggregating information from related tables, handling temporal data and complex relationships automatically.

Teams should adopt Featuretools when working with relational or multi-table datasets where manual feature engineering would be time-consuming or when exploring feature spaces systematically. It suits projects where data is naturally organized across multiple tables with timestamps and relationships, such as customer transaction analysis or event-based prediction tasks. The library provides built-in primitives covering common feature transformations, and developers can define custom primitives when domain-specific features are needed. Add-ons extend functionality to include natural language processing primitives, premium primitives, and distributed computation via Dask for larger datasets.

The project maintains active test coverage and documentation. Development follows a structured release process with regular updates to dependencies and test infrastructure. The codebase receives ongoing maintenance to ensure compatibility with evolving Python ecosystems and data science libraries.