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 :)