This repository contains example code of using ModelChimp with PySpark
pip3 install modelchimp
Its assumed that PySpark is already installed
Create the project in modelchimp and copy the project key to the code in main.py
tracker = Tracker('<PROJECT KEY>', host='localhost:8000', experiment_name='MNIST Classification') #MODELCHIMP
Execute the code with the following command
python3 main.py