Skip to content

creyesp/ml-workshop-campus-party

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published