Email Spam Classifier Project | Email Spam Detection | Python Machine Learning Projects |Simplilearn

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 20

  • @SimplilearnOfficial
    @SimplilearnOfficial  Год назад +2

    🔥 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&

  • @hardishah3442
    @hardishah3442 6 месяцев назад +13

    Guys the error u getting, remove colons from true. That's feature_extraction = TfidfVectorizer(min_df =1, stop_words = 'english', lowercase=True)

  • @undergroundsmemes3330
    @undergroundsmemes3330 Год назад +15

    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')

  • @wahidsblog2700
    @wahidsblog2700 8 месяцев назад +5

    X has 2361 features, but LogisticRegression is expecting 2738 features as input.

  • @neharamesh4927
    @neharamesh4927 Год назад +11

    Hello sir Im getting InvalidParameterError when I run this command: X_train_features= feature_extraction.fit_transform(X_train) what should be done

    • @SimplilearnOfficial
      @SimplilearnOfficial  Год назад

      Hi, Please provide the full error code for a better understanding. Thank You

  • @SXB496
    @SXB496 11 месяцев назад +1

    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?

  • @prathmeshkulkarni2079
    @prathmeshkulkarni2079 Год назад

    Thanks this helped!

  • @tejas1894
    @tejas1894 2 месяца назад

    Sir, line 20 is not getting executed, I mean X_train_features is not getting defined

  • @subasreerajaram2768
    @subasreerajaram2768 Год назад

    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

  • @apoorvapant831
    @apoorvapant831 11 месяцев назад

    Does this video explain whole project including code?? And what software used??

  • @kallepallibharathchandra9767
    @kallepallibharathchandra9767 Год назад +1

    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

  • @Plumtreesuperbeatsstudios
    @Plumtreesuperbeatsstudios Год назад

    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

  • @erkinsagroglu8519
    @erkinsagroglu8519 8 месяцев назад

    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...

  • @shresthapaul4199
    @shresthapaul4199 Месяц назад

    sir where to store the mail.csv file?

  • @ratishkumar563
    @ratishkumar563 Год назад +1

    where is the csv link

  • @abhishekaiwale7951
    @abhishekaiwale7951 4 месяца назад

    Code Please

  • @jessypratheep7270
    @jessypratheep7270 6 месяцев назад

    Code pls