This repository contains example code of using ModelChimp with Scikit Framework
pip3 install modelchimp
Its assumed that scikit is already installed
Create the project in modelchimp and copy the project key to the code in main.py
# MODELCHIMP: import and instantiate modelchimp tracker
from modelchimp import Tracker
tracker = Tracker('<PROJECT KEY>', 'localhost:8000', auto_log=True)
Execute the code with the following command
python3 main.py