GraphCanon updated 2w · GitHub synced 2w
Decision brief
A Python library dedicated to automating feature engineering processes designed to craft features from complex datasets that are interpretable and potentially boost the accuracy of machine learning models.
Good fit when
- When the goal is to create high-quality features in a semi-automated manner using prior knowledge of relationships within data, enhancing interpretability of machine learning models
- For tasks where manual feature engineering is too time-consuming or when domain expertise can be leveraged in feature generation without heavy custom coding
Avoid when
- If a project requires extremely lightweight solutions that avoid dependencies and overheads associated with complex library packages
- In settings where the underlying data lacks clear relational structure, as Featuretools excels when data relationships are well-defined and can be exploited
Observed Jul 17, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Very active (6d since push)
- As of 2w
- Provenance
- Not a fork · Organization account
- As of 2w
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install featuretools PyPISimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Featuretools is designed to automate the process of creating features from complex datasets that are interpretable and can improve machine learning model performance.
Capability facts
- Languages
- python
Source: github.language+pyproject.toml · Aug 3, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Aug 3, 2026)
python -m pip install featuretoolsSource link
Tags
README
Installation
Install with pip
python -m pip install featuretools
or from the Conda-forge channel on conda:
conda install -c conda-forge featuretools
For agents
This page has a .md twin and JSON over the API.