Skip to content

Installation

Install using pip directly from github:

pip install git+https://github.com/5uperpalo/churn_pred.git

Locally

git clone https://github.com/5uperpalo/churn_pred.git
cd churn_pred
pip install .

Additional reqs on a newly spawned machine

H20 AutoML requires JRE and language models are faster on GPU.

sudo apt install nvidia-utils-535
sudo apt install openjdk-17-jdk