Adhang Muntaha

Logo

Welcome to my GitHub Page!

This is my portfolio on data science and machine learning. It contains some of my projects which I used to hone my knowledge and skills.

Iris Flower Classification

Iris flower classification based on the size of petal and sepal using K-Nearest Neighbors (KNN)

Iris - Data Distribution

Since the KNN algorithm uses distance measurements, feature scaling is mandatory.

Iris - Histogram

I’m using min-max scaler (MinMaxScaler) for this project because the data distribution is not normal. And then, I use a grid search to find the best hyperparameter.

Iris - Confusion Matrix

After using the best hyperparameter, I got 100% accuracy!

You can find the detailed project on my Kaggle