Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kedwar83/covid-clustering

Using clustering methods to explore a Covid-19 dataset
https://github.com/kedwar83/covid-clustering

data-science python school-project

Last synced: 3 days ago
JSON representation

Using clustering methods to explore a Covid-19 dataset

Awesome Lists containing this project

README

        

# COVID-19 Dataset Clustering Analysis

## Overview

The **COVID-19 Dataset Clustering Analysis** project explores a COVID-related dataset using principal component analysis (PCA) and clustering algorithms. The goal is to identify patterns and groupings in the data to gain insights into the spread and impact of COVID-19.

## Features

- **Principal Component Analysis (PCA):** Reduces the dimensionality of the dataset to help visualize and interpret complex data more easily.
- **K-Means Clustering:** Applies K-Means clustering to group data points into distinct clusters based on their features.
- **Agglomerative Clustering:** Uses hierarchical clustering to build a hierarchy of clusters and identify groupings within the data.