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
I would like to add a Machine Learning model which classifies text data from three different languages (English, French, and German) as either Spam or Ham (not spam).
The following are the steps I will be implementing -
Will use the appropriate dataset.
Next, I will process this data, followed by data preprocessing, which involves checking for missing values and removing them where necessary.
The data will be then split into training and testing sets. The training data is used to train the model, and the testing data is used to make predictions.
The text data will be converted into numerical representations using TfidfVectorizer.
Then, I will initialize the Logistic Regression model. The training data is used to train this Logistic Regression model, which is preferred for binary classification tasks.
Once this is done, a trained Logistic Regression model will be ready. Now, when we input a new email into the trained model, it will predict whether the email is spam or ham (not spam).
Please assign this issue to me hacktoberfest24 and gssoc'24 extended tags.
Thank you!
The text was updated successfully, but these errors were encountered:
Thanks for creating the issue in ML-Nexus!🎉
Before you start working on your PR, please make sure to:
⭐ Star the repository if you haven't already.
Pull the latest changes to avoid any merge conflicts.
Attach before & after screenshots in your PR for clarity.
Include the issue number in your PR description for better tracking.
Don't forget to follow @UppuluriKalyani – Project Admin – for more updates!
Tag @Neilblaze,@SaiNivedh26 for assigning the issue to you.
Happy open-source contributing!☺️
I would like to add a Machine Learning model which classifies text data from three different languages (English, French, and German) as either Spam or Ham (not spam).
The following are the steps I will be implementing -
Please assign this issue to me hacktoberfest24 and gssoc'24 extended tags.
Thank you!
The text was updated successfully, but these errors were encountered: