https://github.com/raayan/ml_quickstart
A simple machine learning quick-start with Python3 for inspiration (based on Jason Brownlee's tutorial)
https://github.com/raayan/ml_quickstart
Last synced: 10 months ago
JSON representation
A simple machine learning quick-start with Python3 for inspiration (based on Jason Brownlee's tutorial)
- Host: GitHub
- URL: https://github.com/raayan/ml_quickstart
- Owner: raayan
- Created: 2019-07-02T11:53:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-02T12:08:15.000Z (almost 7 years ago)
- Last Synced: 2025-05-24T19:08:40.552Z (about 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ml_quickstart
A simple machine learning quick-start with Python3 for inspiration
## Parts
- *needed.py*
> Outlines all the packages you will need
- *main.py*
> The quickstart itself (some sections are commented out)
- __data-iris__
> Downloaded UCI Iris data
## Todo
- Use my hours dataset
## References
- [Jason Brownlee's tutorial](https://machinelearningmastery.com/machine-learning-in-python-step-by-step/)
- [UCI Iris Dataset](https://archive.ics.uci.edu/ml/datasets/Iris)