This repository contains example code of using ModelChimp with PySpark
pip3 install modelchimpIts 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') #MODELCHIMPExecute the code with the following command
python3 main.py
