Skip to content

Installation

getML is a software suite for automated feature engineering on relational data and time series. It enables you to complete your data science projects in a fraction of their usual time and with better results.

getML is available for Python 3.8 to 3.12 and supported on the following 64-bit systems and architectures:

  • Linux (amd64/arm) with glibc 2.28 or above (also via docker)
  • macOS (amd64/arm) via docker
  • Windows (amd64/arm) via docker

The getML Suite is comprised of Python API, Engine and Monitor. The Monitor is shipped along with the Engine.

Both our Community and Enterprise editions use the same Python API.

Linux

Use Python's pip package manager to install both the Python API and the Engine on Linux natively.

Read the Linux install guide

macOS, Windows & Linux

Setup a Docker container to run the Engine. Install the Python API with pip.

Read the Docker install guide

From source

Install the Python API from source.

Read the API install guide

Build Engine and the API from source.

Read the Engine & API build guide

Using versioned archives

In some scenarios, installing getML from an archive might be necessary.

Read the archive install guide