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

https://github.com/kareem74x/data-mining-uni-project

A project focused on applying data mining techniques to extract insights from datasets
https://github.com/kareem74x/data-mining-uni-project

data-mining matplotlib numpy pandas python

Last synced: 8 months ago
JSON representation

A project focused on applying data mining techniques to extract insights from datasets

Awesome Lists containing this project

README

          

# data-mining-uni-project
A project focused on applying data mining techniques to extract insights from datasets

## ✅ Project Checklist
### 1. Data Preprocessing
- [x] Handle missing values
- [x] Encode categorical data

---

### 2. Data Visualization
- [x] Create at least 3 different plots
- [x] Highlight patterns or insights from the data

---

### 3. Apriori Algorithm
- [x] Convert data to transactions
- [x] Apply Apriori to find frequent itemsets and association rules
- [x] Explain at least 3 rules

---

## 🛠 Tools & Libraries Used
- Python
- Pandas
- NumPy
- Matplotlib / Seaborn
- mlxtend (for Apriori)