Welcome to the Machine Learning Models, a curated collection of beginner-to-intermediate level ML classification and regression projects made by me. Each folder contains a self-contained project complete with dataset handling, model training, evaluation, and results visualization.
Predicts house prices based on features using regression (Linear Regression, Ridge, Lasso).
➡️ View README
Classic ML dataset for multi-class classification (Setosa, Versicolor, Virginica) using SVM.
➡️ View README
Classifies mushrooms as edible or poisonous based on categorical attributes. Trained using:
- KNN
- Logistic Regression
- Random Forest
Best Models: Random Forest and KNN (Accuracy: 100%)
➡️ View README
Detects whether a text message is spam or ham using text preprocessing and a Naive Bayes model.
➡️ View README
- Practice real-world ML pipelines
- Compare model performance
- Learn core concepts hands-on (EDA, preprocessing, metrics, model selection)
- Learn different ML Algorithms through hands-on-learning.
- Python
- scikit-learn
- pandas
- matplotlib / seaborn
- Google Colab
- Name: Archangel
- GitHub: @archangel2006
- Email: 26.archangel@gmail.com
Feel free to ⭐️ this repository or fork it for your own use.