🔥 Purdue Post Graduate Program In AI And Machine Learning: www.simplilearn.com/pgp-ai-machine-learning-certification-training-course?June2023EmailSpamClassifierProject&Comments& 🔥Professional Certificate Course In AI And Machine Learning by IIT Kanpur (India Only): www.simplilearn.com/iitk-professional-certificate-course-ai-machine-learning?AugustTubebuddyExpPCPAIandML&Comments& 🔥AI & Machine Learning Bootcamp(US Only): www.simplilearn.com/ai-machine-learning-bootcamp?June2023EmailSpamClassifierProject&Comments& 🔥AI Engineer Masters Program (Discount Code - YTBE15): www.simplilearn.com/masters-in-artificial-intelligence?SCE-AIMasters&Comments&
i have this erro InvalidParameterError: The 'lowercase' parameter of TfidfVectorizer must be an instance of 'bool', an instance of 'numpy.bool_' or an instance of 'int'. Got 'True' instead. how can i fix it?
23:42 you say 0 is spam and 1 is ham and do not even mention the rest (2...4455???) ? Pretty concerning about the reliability of the tutor and the tutorial...
🔥 Purdue Post Graduate Program In AI And Machine Learning: www.simplilearn.com/pgp-ai-machine-learning-certification-training-course?June2023EmailSpamClassifierProject&Comments&
🔥Professional Certificate Course In AI And Machine Learning by IIT Kanpur (India Only): www.simplilearn.com/iitk-professional-certificate-course-ai-machine-learning?AugustTubebuddyExpPCPAIandML&Comments&
🔥AI & Machine Learning Bootcamp(US Only): www.simplilearn.com/ai-machine-learning-bootcamp?June2023EmailSpamClassifierProject&Comments&
🔥AI Engineer Masters Program (Discount Code - YTBE15): www.simplilearn.com/masters-in-artificial-intelligence?SCE-AIMasters&Comments&
InvalidParameterError Traceback (most recent call last)
Cell In[27], line 3
1 feature_extraction = TfidfVectorizer(min_df = 1, stop_words = 'english', lowercase = 'True')
----> 3 X_train_features = feature_extraction.fit_transform (X_train)
4 X_test_features = feature_extraction.transform(X_test)
6 Y_train= Y_train.astype('int')
X has 2361 features, but LogisticRegression is expecting 2738 features as input.
Guys the error u getting, remove colons from true. That's feature_extraction = TfidfVectorizer(min_df =1, stop_words = 'english', lowercase=True)
Hello sir Im getting InvalidParameterError when I run this command: X_train_features= feature_extraction.fit_transform(X_train) what should be done
Hi, Please provide the full error code for a better understanding. Thank You
Thanks this helped!
i have this erro InvalidParameterError: The 'lowercase' parameter of TfidfVectorizer must be an instance of 'bool', an instance of 'numpy.bool_' or an instance of 'int'. Got 'True' instead. how can i fix it?
I'm looking for the CSV file in the description. but i couldn't find it. Can you tell me where can i find them link
Hi Dataset link is updated Thank You
Sir, line 20 is not getting executed, I mean X_train_features is not getting defined
Does this video explain whole project including code?? And what software used??
23:42 you say 0 is spam and 1 is ham and do not even mention the rest (2...4455???) ? Pretty concerning about the reliability of the tutor and the tutorial...
Yep 😂 I'm waiting for your time and consideration and I will come on Friday then I can try to get of the time to get of the best regards David David
NameError Traceback (most recent call last)
Cell In[25], line 3
1 feature_extraction = TfidfVectorizer(min_df = 1, stop_words = 'english', lowercase = 'True')
----> 3 X_train_features = feature_extraction.fit_transform (X_train)
4 X_test_features = feature_extraction.transform (X_test)
6 Y_train = Y_train.astype('int')
NameError: name 'X_train' is not defined
where is the csv link
Hi Dataset link is updated Thank You
Code pls
Code Please