Binder

ML Workshop

This project is part of the workshop in Campus Party 2021 and the goal is explore the principal ideas behind of scikit-learn library in a classifiaction problem using data generated by mobiles.

Quick Start

Run in MyBinder server

MyBinder is a free service to run a repository with notebooks in a live sesion without install anything, just click here.

Warning: MyBinder run a temporal sesion, when you leave sesion all your changes are going to be delete.

Run in a local environment

Install python 3.6+ in your own machine and clone this repository following next step:

$ git clone https://github.com/creyesp/ml-workshop-campus-party.git
$ cd ml-workshop-campus-party
$ virtualenv --python=python3.8 venv
$ source venv/bin/activate
$ python3 -m pip install --user --upgrade -r requirements.txt
$ jupyter notebook