Skip to content

imehrdadmahdavi/iris-hierarchical-clustering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Iris Hierarchical Clustering

Description

This project conducts hierarchical clustering on the Iris dataset which contains 4 dimensions/attributes and 150 samples. Each sample is labeled as one of the three type of Iris flowers.

Install

This project implemented using Python 3.7 and the following Python libraries:

Code

The code is provided in the iris-hierarchical-clustering.ipynb notebook file. The dataset is imported using scikit Iris dataset library.

Run

In a terminal or command window, navigate to the top-level project directory iris-hierarchical-clustering/ (that contains this README) and run one of the following commands:

jupyter iris-hierarchical-clustering.ipynb

This will open the Jupyter Notebook software and project file in your browser.

About

Conduct hierarchical clustering on the classic Iris dataset

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published