🚀 Email Spam Detection using Machine Learning I recently built a Machine Learning model to classify email messages as Spam or Not Spam based on their content. The goal of this project was to understand how text data can be processed and used in machine learning models for real-world classification problems like spam detection. 📊 What I did in this project • Cleaned and prepared the dataset • Converted email text into numerical features using TF-IDF Vectorization • Split the data into training and testing sets • Trained a Multinomial Naive Bayes classifier • Evaluated the model using accuracy, classification report, and confusion matrix • Tested the model with custom email messages 🛠 Tools & Technologies Python | Pandas | Scikit-learn | TF-IDF | Naive Bayes | Machine Learning This project gave me hands-on experience with text preprocessing, feature extraction, and machine learning for text classification. 📂 Project Repository: https://lnkd.in/ghHVr3mz Oasis Infobyte #MachineLearning #Python #DataScience #TextClassification #SpamDetection #ScikitLearn #OasisInfobyte
Great work on this. I like how you tested the model with custom messages to show how it works.
Excellent work. The use of Linear Regression for prediction adds great value to the analysis.
The approach used in this project is practical and useful in real-world applications.