Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kedwar83/covid-clustering
- Owner: kedwar83
- Created: 2022-06-06T17:18:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T16:41:47.000Z (5 months ago)
- Last Synced: 2024-11-20T14:50:53.868Z (2 months ago)
- Topics: data-science, python, school-project
- Language: Jupyter Notebook
- Homepage:
- Size: 931 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.