Skip to content

The aim of the project is to create a program 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. Programming language: Python. Used librabries: pandas, numpy, sklearn, PyQt5.

Notifications You must be signed in to change notification settings

AnetSow/ClusterAnalysis

Repository files navigation

clusterAnalysis

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.

How to run

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

Dataset used in a draft of application

'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).

About

The aim of the project is to create a program 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. Programming language: Python. Used librabries: pandas, numpy, sklearn, PyQt5.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages