The aim of the project is to create a desktop application that reads in the input data, analyses them with a method choosed by a user and returns results in a form of a graph or a report.
Install dependecies:
pip install numpy
pip install pandas
pip install PyQt5
pip install sklearn
Copy .csv
file to project folder
Run program by:
python Window.py
'Iris' is a set of measurements of iris flowers, made available for the first time in 1936 by Ronald Fisher. Is one of the most popular collections. It consists of 4 measurement values: Sepal length, Sepal width, Petal length, Petal width and the class to which it belongs (Iris-setosa, Iris-versicolor, Iris-virginica).