Email Spam Classification Using Python & Machine Learning | KNOWLEDGE DOCTOR | Mishu Dhar

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • Email Spam Detection Using Machine Learning
    Requirements:
    1. scikit-learn
    2.pandas
    3.numpy
    Github Repo: github.com/Cha...
    #email spam detection using machine learning
    #email spam detection using naive bayes
    #email spam detection using python
    #email spam detection using python and machine learning
    #email spam detection algorithm
    #email spam detection dataset kaggle
    #spam detection
    #spam email detection machine learning
    #email spam detection project using machine learning
    #email spam detection python
    #email spam filter
    #nlp

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

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

    I'm getting no module name 'sklearn' error can anyone please hlp 🥺 I'm trying from long time @KNOWLEDGE DOCTOR

  • @034otniel4
    @034otniel4 2 года назад +1

    thanks for this project Sir

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

    What are the main modules used in this project?

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

    hi sir, i am getting value error when i run the predictive model , it says:
    ValueError: X has 4 features, but LogisticRegression is expecting 7431 features as input.

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

      i have used the logistic regression and tfidf vectorizer

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

    AWESOME PROJECT

  • @manomagia7516
    @manomagia7516 3 года назад +1

    Hi. Can you help me? Error: File "", line 1
    1.The Cat
    ^
    SyntaxError: invalid syntax

  • @TanmayUttekar-io9ws
    @TanmayUttekar-io9ws Год назад +1

    Sir I have a error 'streamlit' is not recognized as internal or external command

    • @pchow68
      @pchow68 3 месяца назад

      Install it...Go to Cmd and then write pip install streamlit

  • @user-is6mt5rt5u
    @user-is6mt5rt5u Год назад +2

    how to deploy the whole code in streamlit

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

    hi
    I have a question when i run the program it considered all the inputs as not spam email !i did not know how to fix this problem if u have an idea help me an thanks

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

    wow thank you so much

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

    Hi sir, I want to ask. When I tried to run the streamlit, the web apps says that the 'main' name does not defined. May I know the solution of this?

  • @user-sy6gy2kv7w
    @user-sy6gy2kv7w 5 месяцев назад

    Sir this is based on which algorithm??

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

    I am getting the accuracy as 0.269 and also after giving the message it showing the same output for every messgae.
    can you help me about the issue

  • @BanyoPK
    @BanyoPK 3 года назад

    Awesome! thanks for sharing!

  • @xy3155
    @xy3155 3 года назад +1

    where did you get the dataset, do you have any citation paper or website?

  • @adnanmajeed4825
    @adnanmajeed4825 2 года назад

    you are awesome man

  • @existingstars3665
    @existingstars3665 2 года назад

    Please upload quickly about radial basis function in spam detection in jupyter

  • @alasantri2266
    @alasantri2266 3 года назад +2

    what algorithm ML is used?

  • @existingstars3665
    @existingstars3665 3 года назад

    Can any one explain about radial bases function in spam detection please with accuracy please in jupyter notebook please

  • @pippalb.4061
    @pippalb.4061 3 года назад

    Sir, please let me know about feature selection.. What are the features of ur data set? If we use countv, bag of words to find most used words as ham and spam , so what are the features?? I m really confused about the features? And how we used this features?? Can we call feature " the most used ham words" ? Are they will be my features in my dataset?? I m totally confused!! And in this way, as u do ur first building model spam.csv ; what will be your feature selection method? Or technique? Are they cv , tf-idf or bog? Or how do i find filter, wrap and embd feature selection method?? I m totally confused!!

  • @zeerakzubair2452
    @zeerakzubair2452 3 года назад

    Sir can you please tell how to find accuracy for this project

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

      you can use the from sklearn.matrics import accuracy_score
      and after that you would be able to use the function accuracy _score () just pass the true value as the first parameter I mean the original data values and second parameter should be the predicted values of dala so this will give you the accuracy score between them.

  • @amratnisa3158
    @amratnisa3158 3 года назад

    Kindly tell me the front end and back end of the project