Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 804 Bytes

File metadata and controls

24 lines (17 loc) · 804 Bytes

getML - Automated Feature Engineering for Relational Data and Time Series

getML (https://getml.com) is a tool for automating feature engineering on relational data and time series. Unlike similar tools, it includes a database Engine that has been customized for this very purpose.

Because of this customized database Engine, it is very fast. In fact, it is between 60x to 1000x faster than other open-source tools for automated feature engineering.

This is the official Python API for the getML Engine.

For more information, visit the getML documentation or explore the Python API documentation.

Build

To build the package install hatch

pip install hatch

and run

hatch build -t wheel