1. Installation

Prerequisites

Make sure you have the following:
1. Configured SAP HANA (skip this step if you have an instance with PAL enabled).
There are 2 ways to do that.
In HANA Cloud:
  • Create a free trial account

  • Setup an instance

  • Enable PAL - Predictive Analysis Library. It is vital to enable it because we use their algorithms.

In Virtual Machine:
  • Rent a virtual machine in Azure, AWS, Google Cloud, etc.

  • Install HANA instance there or on your PC (if you have >32 Gb RAM).

  • Enable PAL - Predictive Analysis Library. It is vital to enable it because we use their algorithms.

Install

  1. Make sure you have Python 3.6 - Python 3.9 installed

  2. Install Cython:

    pip3 install Cython
    
  3. Install the library from pypi (stable):

    pip3 install hana_automl
    

    or GitHub repository (latest version):

    pip3 install https://github.com/dan0nchik/SAP-HANA-AutoML/archive/dev.zip
    

Caution

GitHub version is not stable, it may contain bugs!

Available on all operating systems where Python can be installed :)