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

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)

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)