- A basic example of linear regression using the iris dataset availabe in the Python programming language throgh the scikit-learn library.
- I made this for my homework during my MSc to get familiar with the basics of Machine Learning.
Make sure you have these installed via pip
(preferably in a virtual enviroment):
pip install numpy matplotlib scikit-learn
In the command line with run the script with:
python3 regressions-iris-dataset.py
Follow the instructions of the script. At the end you can retry the programm by responding to the prompt with "yes", "y" or leaving it empty and pressing Enter.