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 based on the size of petal and sepal using K-Nearest Neighbors (KNN)
Since the KNN algorithm uses distance measurements, feature scaling is mandatory.
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.
After using the best hyperparameter, I got 100% accuracy!
You can find the detailed project on my Kaggle