An open API service indexing awesome lists of open source software.

https://github.com/ashton-sidhu/mltutorial

Intro to ml tutorial
https://github.com/ashton-sidhu/mltutorial

Last synced: 3 months ago
JSON representation

Intro to ml tutorial

Awesome Lists containing this project

README

        

# ML tutorial

Demo for the Intro to ML presentation for the SecDev team.

## To download packages

### On Windows

`pip install -r requirements.txt`

### On Linux

`sudo pip install -r requirements.txt`

Jupyter requires sudo privileges to be downloaded.

## To start

Open up a terminal and navigate to the `mltutorial` directory.

Type `jupyter notebook` and select `Logistic_Regress-Titanic.ipynb`