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:
Install¶
Make sure you have Python 3.6 - Python 3.9 installed
Install Cython:
pip3 install Cython
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 :)