Skip to content

Homework made during my MSc studies to grasp the basics of Machine Learning

Notifications You must be signed in to change notification settings

DanNicolaeBoca/regressions-iris-dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

What is this about?

  • 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.

Before running the script

Step 1:

Make sure you have these installed via pip (preferably in a virtual enviroment):

pip install numpy matplotlib scikit-learn

Step 2:

In the command line with run the script with:

python3 regressions-iris-dataset.py

Step 3:

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.

Releases

No releases published

Packages

No packages published

Languages