You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An end to end Machine Learning project that predicts real estate prices in Izmir. Built from scratch using Python, Selenium for scraping, K-Means for location clustering, and Streamlit for the web interface.
This project applies machine learning techniques to classify Iris flower species based on sepal and petal measurements. It explores multiple classification algorithms, including Random Forest, SVM, Naive Bayes, KNN, and XGBoost. The project incorporates data preprocessing, hyperparameter tuning, cross-validation to optimize the models' performance.