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
- Host: GitHub
- URL: https://github.com/ashton-sidhu/mltutorial
- Owner: Ashton-Sidhu
- Created: 2019-06-28T07:38:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T22:13:04.000Z (almost 3 years ago)
- Last Synced: 2025-01-20T00:53:25.317Z (4 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 685 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`