This repository contains my lab works for CSE4212 – Machine Learning Lab, focused on implementing and comparing machine learning algorithms using the Iris dataset.
- Compared two classification algorithms on the same dataset.
- Evaluated model performance using accuracy, precision, recall, F1-score, and confusion matrices.
- Visualized feature importance and correlation heatmaps.
- Trained and tested SVM (with linear kernel) and Random Forest models.
- Compared based on accuracy, precision, recall, and F1-score.
- Showed data distribution and feature importance for both models.
- Performed unsupervised clustering on the dataset.
- Evaluated performance using Adjusted Rand Index (ARI).
- Visualized clusters using PCA for dimensionality reduction.