Project 4. Fake News Prediction using Machine Learning with Python | Machine Learning Projects

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ธ.ค. 2024

ความคิดเห็น •

  • @Siddhardhan
    @Siddhardhan  3 ปีที่แล้ว +19

    Hi! You can join this Telegram group for regular updates about my videos: t.me/siddhardhan
    Thank you!

    • @vishalkumarpal9897
      @vishalkumarpal9897 3 ปีที่แล้ว

      Where is link of hands on data science course ?? 12:02

    • @vimal554
      @vimal554 3 ปีที่แล้ว

      Sir one doubt where is output of this project ☝🏻☝🏻☝🏻

    • @antibioticsOfWorld
      @antibioticsOfWorld 3 ปีที่แล้ว

      @@vimal554 output itself is shown ..either a news is fake or true.. if u can elaborate ur doubt ..let me know.. i hope i can help u 😄

    • @harissaeed5811
      @harissaeed5811 2 ปีที่แล้ว

      Fake Supporters Detection how can we do this using ml ? need your help

    • @durgabhavani5964
      @durgabhavani5964 2 ปีที่แล้ว

      @@vishalkumarpal9897 sir can u pls send fake job posting prediction document

  • @harshaddeshmukh2935
    @harshaddeshmukh2935 ปีที่แล้ว +18

    Hat's of to your teaching skills sir! As a beginner, this was my 1st ML project & I have completed it successfully & understood each & everything. Now, I am pretty sure that the pure golden content is hidden deeply in TH-cam & as a viewer it's our responsibility to find it & share it with others who need it! Thanks a lot sir!

  • @bantuman01
    @bantuman01 ปีที่แล้ว +5

    It's so satisfying when someone blessed with talent such as yours is able to simplify a project enough for the average student to get a grasp of what the project is all bout. Thank you so much!

  • @mohdhammadkhan5570
    @mohdhammadkhan5570 3 ปีที่แล้ว +14

    You have provided so much projects while the paid courses worth of 30000 provides 6-7 projects.
    Great work💯

    • @Siddhardhan
      @Siddhardhan  3 ปีที่แล้ว +3

      you are most welcome 😇

  • @THEINDIANSAVIOR
    @THEINDIANSAVIOR 6 หลายเดือนก่อน +3

    Your programming part is really skilled and logics are also good i was searching for these kinds of topics

  • @siripireddyvaibhav4615
    @siripireddyvaibhav4615 2 ปีที่แล้ว +9

    for unicodedecode error for reading csv use this:
    news_dataset = pd.read_csv('train.csv', encoding="unicode_escape",error_bad_lines=False)

    • @devanshprataptiwari5804
      @devanshprataptiwari5804 2 ปีที่แล้ว +1

      thanks a lot buddy....wasted more than an hour but got resolved by you

    • @sweety6734
      @sweety6734 2 ปีที่แล้ว +1

      It is showing parserError how to solve

    • @aslah4188
      @aslah4188 ปีที่แล้ว

      ​@@sweety6734 same how to solve?

    • @satyajeetverma800
      @satyajeetverma800 หลายเดือนก่อน

      @@sweety6734 news_dataset = pd.read_csv('/content/train.csv', quoting=3, on_bad_lines='skip') use this

  • @devarpanatribedi1281
    @devarpanatribedi1281 7 หลายเดือนก่อน +1

    Outstanding teaching style you possess sir, I can't thank you enough for this pure gold-like content. I appreciate your idea of bringing these project-related videos and making them understandable to all students. Thank you.

  • @gameofcodes9832
    @gameofcodes9832 3 ปีที่แล้ว +13

    This series is really useful for beginners like me.
    If you could do a video on deploying these models for real-world use then it would be a great help.

    • @Siddhardhan
      @Siddhardhan  3 ปีที่แล้ว +2

      Sure thing! will do after deep learning course

    • @gameofcodes9832
      @gameofcodes9832 3 ปีที่แล้ว

      @@Siddhardhan wow great.
      BTW did you already started deep learning series?

  • @rn4341
    @rn4341 2 ปีที่แล้ว +7

    man, im new to this and I cant thank you enough for this material. I understood everything you did, but i still have trouble doing this on my own due to my lack of experience in the syntax and what modules to import :/

  • @mathlab_kz
    @mathlab_kz ปีที่แล้ว +4

    In case u have an error “EOF inside string etc.”, just wait until the train file finishes loading. It is pretty huge

  • @extremexplorer8930
    @extremexplorer8930 6 หลายเดือนก่อน

    Awesome so clear Understanding of Machine Learning....Best Machine learning Channel on youtube where we can truly learn Others are there for Views only.

  • @huzaifaali5245
    @huzaifaali5245 2 ปีที่แล้ว +2

    most useful project as it helps me learns a lot . Thanks alot sir

  • @bushin.ashura
    @bushin.ashura 2 หลายเดือนก่อน

    Thanks a lot Siddhardhan. I will let my friends know about your channel.

  • @navneetgupta4669
    @navneetgupta4669 3 ปีที่แล้ว +1

    Nice tutorial. The best part is that the video doesn't have annoying ads.

  • @rishi-e3h
    @rishi-e3h 4 หลายเดือนก่อน +1

    in case anyone gets error in stemming function or the loc news_dataset['content'] = news_dataset['content'].apply(stemming)
    use the below code just before stemming function (it worked for me)
    news_dataset['content']=news_dataset['content'].apply(str)

    • @ilovemasubhat
      @ilovemasubhat 16 วันที่ผ่านมา

      lovely good shit man

  • @sejalanand23
    @sejalanand23 3 ปีที่แล้ว +2

    Really appreciate your explaining each and every line. Thank you for your time.

  • @PenAndSpecs007
    @PenAndSpecs007 2 ปีที่แล้ว +1

    Another amazing project sir! Loved it.

  • @sonamraj5323
    @sonamraj5323 4 หลายเดือนก่อน +1

    Thank you so much for all your efforts sir ,it means alot...

  • @ymachannel9150
    @ymachannel9150 3 หลายเดือนก่อน +1

    if u are facing error in news_dataset['content'] = news_dataset['content'].apply(stemming)
    it's likely u did not add .stem at the back of port_stem
    so use this stemmed_content = [port_stem.stem(word) for word in stemmed_content if word not in stopwords.words("english")]

    • @ilovemasubhat
      @ilovemasubhat 16 วันที่ผ่านมา

      thanks for this but unfortunately still there is error how to fix bro please tell

  • @akhilaarvapalli
    @akhilaarvapalli 3 ปีที่แล้ว +2

    Hi sir while running model.fit(x_train,y_train) output it showing LogisticRegression()
    In this way empty can you tell my error

    • @Siddhardhan
      @Siddhardhan  3 ปีที่แล้ว +2

      no. it's fine. it's not an error

    • @akhilaarvapalli
      @akhilaarvapalli 3 ปีที่แล้ว

      @@Siddhardhan tq sir

  • @tohando
    @tohando 3 ปีที่แล้ว +4

    Nicely done! I like the recap at the end of the video. Keep up the good work!

    • @Siddhardhan
      @Siddhardhan  3 ปีที่แล้ว

      Thank you so much 😇

  • @chiragperiwal1229
    @chiragperiwal1229 2 ปีที่แล้ว +4

    The error while applying stemming function can be solved by using
    news_dataset['content']=news_dataset['content'].apply(str)
    this line of code before applying the stemming function.

    • @jawalatamang4151
      @jawalatamang4151 10 หลายเดือนก่อน

      Can u tell me how long this stemming take ?

  • @sabarikrishna4900
    @sabarikrishna4900 2 ปีที่แล้ว +2

    Thank you so much sir, For providing us such good videos in the field of Ai & ML. All your videos helped me a lot, my interest in this field has boosted a lot since watching your videos.
    Keep posting more videos like this sir you are inspiring us a lot 🥰

    • @mahakgarg3152
      @mahakgarg3152 ปีที่แล้ว

      My file is showing its too large to display .What can I do now?

  • @yohannesayana9456
    @yohannesayana9456 3 ปีที่แล้ว +10

    Your video is incredible. but is there a means to check the prediction by inserting textual news instead of numerical index?

  • @samiershovo
    @samiershovo ปีที่แล้ว

    30:41 The shortcut for the character is ctrl + 6

  • @saritha3957
    @saritha3957 ปีที่แล้ว +1

    Best video for Beginners

  • @naveenarameshvardhinij3526
    @naveenarameshvardhinij3526 3 ปีที่แล้ว +4

    Hi, Can we able to put the exact news text and find the prediction rather than using index in predective system.if so can you explain?

  • @bishalrajak8681
    @bishalrajak8681 2 ปีที่แล้ว +3

    Nicely explained . Can you please make a video regarding the mathematics behind Logistic regression in details

  • @premswaroop4337
    @premswaroop4337 2 ปีที่แล้ว

    sir i really love the way u explain each and everything in detail, thank u

  • @sandipansarkar9211
    @sandipansarkar9211 2 ปีที่แล้ว +2

    hello I am unable to import the data set due to "utf-8".encoding issuePlease provide the exact code for that.Nowhere it is mentioned

    • @zhrafin2578
      @zhrafin2578 6 หลายเดือนก่อน

      same

  • @behappyvp4956
    @behappyvp4956 4 หลายเดือนก่อน

    Thank you very much. Wish you all the best.

  • @miranbaban9554
    @miranbaban9554 3 ปีที่แล้ว +2

    Dear, I have a question here.
    So how i can predict for a piece of new news, i mean it should be predicted directly without setting the label from ourselves. so how we can predict that.

    • @saiganesh6982
      @saiganesh6982 หลายเดือนก่อน

      Hey even i am having same doubt do you got the solution

  • @dikshagupta3276
    @dikshagupta3276 2 ปีที่แล้ว +1

    Hi siddhardhan nice explanation
    Pls make some end to end project where you discuss on eda and features engineering, features selection ,remove outlier I want this type of project pls make these type of project

  • @paulubakanma0
    @paulubakanma0 ปีที่แล้ว

    Thank you for this amazing video. I hope to use it for my project defense

  • @antibioticsOfWorld
    @antibioticsOfWorld 3 ปีที่แล้ว +1

    You are just superb explaining each and everything properly 🙌🙏 thank you

    • @Siddhardhan
      @Siddhardhan  3 ปีที่แล้ว +1

      Thanks and welcome😇

    • @antibioticsOfWorld
      @antibioticsOfWorld 3 ปีที่แล้ว

      @@Siddhardhan I am doing my masters in Queen mary London and i was just surfing random videos ..even though i knew all the concepts in this i didn't feel like skipping a bit.. truly well explained..i have also sent u the LinkedIn request ! U will have bright future 😄

  • @ShrishtiSwaraj-p8i
    @ShrishtiSwaraj-p8i 9 หลายเดือนก่อน

    Thankyou so much Sir. Helped me a lot.

  • @ΓιώργοςΒαμβακούσης-ρ1τ
    @ΓιώργοςΒαμβακούσης-ρ1τ 3 ปีที่แล้ว

    Good job Siddhardhan!

  • @dora_2002
    @dora_2002 2 ปีที่แล้ว +1

    hello sir. I am getting an error in the line -news_dataset['content'] = news_dataset['content'].apply(stemming).what to do sir??

  • @nandinigulati5704
    @nandinigulati5704 2 ปีที่แล้ว

    such good videos. Quality content. Thank you

  • @sezermezgil9304
    @sezermezgil9304 3 ปีที่แล้ว +5

    Great tutorial ! And i have a question while we were making predictive system we have used data from X_test and we said we are using this because the model have not seen these datas.But we also write a code ''X_test_prediction=model.predict(X_test)''.Didn't it see the test datas after we predicted that ? thx.

    • @asimmubeen
      @asimmubeen 3 ปีที่แล้ว +2

      Your actual test output that you are predicting is in Y_test variable. Basically your X_test_predictions are predicted Y-values. I hope it will help.

  • @akritisingh7240
    @akritisingh7240 7 หลายเดือนก่อน +2

    Can you tell how can i attach this code to frontend???

  • @followmanish
    @followmanish 7 หลายเดือนก่อน +1

    thanks for the tutorial. but can you suggest how can we related the model with realtime world. like if I pass any news title to it, it should return the Real/False.

  • @adityamallick8867
    @adityamallick8867 2 ปีที่แล้ว +1

    I am having trouble applying the Logistic Regression model on the test data that is provided on the Keggle page along with the training data given. How should I go about doing that??

  • @piyushsharma7956
    @piyushsharma7956 2 ปีที่แล้ว +1

    sir while data preprocessing an error keeps coming in the file downloaded from kaggle,
    ParserError: Error tokenizing data. C error: EOF inside string starting at row 1259
    what to do?
    i have done various online solutions from stackoverflow but they arent helping

    • @srcreates7757
      @srcreates7757 7 หลายเดือนก่อน

      Is this problem solved or not

  • @santhoshm9679
    @santhoshm9679 ปีที่แล้ว +2

    Nltk.download(‘stopword’) not working
    Give idea to fix that

    • @PranavMalleboyina
      @PranavMalleboyina 6 หลายเดือนก่อน

      Make sure that all the imports are correctly written

  • @gammetube3976
    @gammetube3976 2 ปีที่แล้ว +1

    Thank u a lot! Sorry show us how we apply part of speech tagging(POS) to hate speech detection using machine learning

  • @anubhavjoshi3105
    @anubhavjoshi3105 2 ปีที่แล้ว

    thanks soo muxh for this awsm explaination

  • @ankit.thakre27
    @ankit.thakre27 11 หลายเดือนก่อน

    That stemming function...
    No error occurred
    But I select wrong ^ symbol
    What that cause...
    Every English later erased and symbols left....
    So whoever going to try this project...
    Please print the content after applying stemming. To verify
    And thanks siddhardhan for sharing colab file❤

  • @santoshr1708
    @santoshr1708 2 ปีที่แล้ว

    Thank you so much brother. Loved this one. You taught better than my trainer.

  • @sharath957
    @sharath957 3 ปีที่แล้ว

    Good contents in your channel. Just subscribed to your channel and looking forward for more hands one projects.

  • @aarifhussain7352
    @aarifhussain7352 10 หลายเดือนก่อน +1

    I cannot find the dataset you used this this code, please send me

  • @aminullahyousufi8142
    @aminullahyousufi8142 2 ปีที่แล้ว

    Thank you it was really helpful

  • @RajeshmayBurman
    @RajeshmayBurman 3 หลายเดือนก่อน +1

    Bro i have used this dataset and applied random forest everything is perfect accuracy precision but ig its overfited any outside news its displaying as fake ??????

  • @babareddy44
    @babareddy44 3 ปีที่แล้ว +3

    Hi, How can this model be used for real world news..

    • @Siddhardhan
      @Siddhardhan  3 ปีที่แล้ว +2

      Yes! You just need to prepare the dataset accordingly, similar to the data we trained. Then train the model. You may need to do some tweaking to the model to increase it's accuracy.

    • @babareddy44
      @babareddy44 3 ปีที่แล้ว +1

      @@Siddhardhan sorry, I didn't get, just an example if I have trained data of last year, how can it predict present news whether fake or real.. if someone posts IPL is postponed today, can this be predicted or confirmed as fake..

    • @Siddhardhan
      @Siddhardhan  3 ปีที่แล้ว +2

      Yes. It can. But we cannot say for sure that it can predict correctly. So, what you need to do is, train a Machine Learning model with some real news dataset. Larger the dataset, better is the prediction.

    • @Siddhardhan
      @Siddhardhan  3 ปีที่แล้ว +3

      And we can use a better model. Logistic regression is a basic Machine Learning model. Instead, you can use Deep Learning models like Recurrent neural networks (RNN). (RNN is used to train on text data & CNN is used to train on image data). By that way, you can make better prediction.

    • @Siddhardhan
      @Siddhardhan  3 ปีที่แล้ว +1

      But the approach is same as I have explained in the video.

  • @abhishekwaghmare2480
    @abhishekwaghmare2480 2 ปีที่แล้ว +1

    hello sir, when I try to download the dataset from link that you provided, it asks me to accept competition's rules before downloding file. What should I do?

  • @nothingmatters413
    @nothingmatters413 3 ปีที่แล้ว

    Thanx man this really helped me 😭❤️

  • @priyankanageswararaokambal3642
    @priyankanageswararaokambal3642 2 ปีที่แล้ว +1

    sir how to generate a confusion matrix for this code?

  • @randompersononearth90
    @randompersononearth90 ปีที่แล้ว +1

    can we also check the new news which is not present in the data set

    • @jitendralekhwani5243
      @jitendralekhwani5243 ปีที่แล้ว

      yesss you can check it but the result will be based on the dataset which you have trained.

  • @namansethi1767
    @namansethi1767 3 ปีที่แล้ว

    Thanks bro for all these projects

    • @Siddhardhan
      @Siddhardhan  3 ปีที่แล้ว +1

      you're most welcome 😇

  • @gourangpathak4443
    @gourangpathak4443 2 ปีที่แล้ว

    Amazing Project

  • @rajdeepsinhsisodiya2699
    @rajdeepsinhsisodiya2699 3 ปีที่แล้ว

    thank you so much your video helped me a lot

  • @youtubelegends4499
    @youtubelegends4499 3 ปีที่แล้ว +2

    Please tell me feasibility study (economic, technical, operational) for This project (fake news prediction)...
    Please 🥺🙏 reply as soon as possible

  • @ryanranjith672
    @ryanranjith672 10 หลายเดือนก่อน +1

    how to download dataset file

  • @vancedaccount562
    @vancedaccount562 2 ปีที่แล้ว +1

    If I enter latest news headlines from the internet will it be able to predict real or fake news. My college professor is asking for this feature. Please help me

  • @tanyanagpal6554
    @tanyanagpal6554 3 ปีที่แล้ว +2

    Really liked the video and that recap part is very nice... I wanted to ask one thing: Can we show a graph of fake and real news? If yes, then please tell me the procedure for it! Thank you !! in advance

    • @Siddhardhan
      @Siddhardhan  3 ปีที่แล้ว +1

      thanks a lot 😇 go through this to plot the data in logistic regression: stackoverflow.com/questions/46085762/sklearn-logistic-regression-plotting-probability-curve-graph

  • @ShaileshKumar-db2mk
    @ShaileshKumar-db2mk 2 ปีที่แล้ว +6

    How we can modify this project to giving title(text) of the News as input and the model give it is fake or not fake news?

    • @the_deSo
      @the_deSo ปีที่แล้ว

      Take another variable and put the news there as string then vectorize 49:25 that to another variable, then again feed it in x_new

  • @bigredonyu8709
    @bigredonyu8709 3 ปีที่แล้ว

    hello i wanna ask
    which approached is using here?
    is it supervised or unsuperrvised? thanks

    • @Siddhardhan
      @Siddhardhan  3 ปีที่แล้ว +1

      supervised. this is a classification problem as we are classifying whether the news is real or fake

    • @bigredonyu8709
      @bigredonyu8709 3 ปีที่แล้ว

      What is spesific method? Is it k means, random foress, svm or else sir?

  • @soumavosarkar2511
    @soumavosarkar2511 2 ปีที่แล้ว

    while using a different dataset for testing the accuracy i am getting error due to the total no. of words are not same in the train dataset and test data set. Can you provide a way out,please.

  • @yasirabdulkareem9844
    @yasirabdulkareem9844 2 ปีที่แล้ว

    Thanks 😊, just question, if we have unlabeled dataset , what we do in this case ? How can we label it ?

  • @kanikagoyal6095
    @kanikagoyal6095 2 ปีที่แล้ว

    hii @siddhardhan ....how to implement SVM and ANN in this project?

  • @MohammadKumail-pl8pf
    @MohammadKumail-pl8pf 5 หลายเดือนก่อน

    can you please try to make some projects with tensorflow and keras .
    as I also want to learn those libraries

  • @zainqureshi7593
    @zainqureshi7593 2 ปีที่แล้ว

    hi hope you are fine how much time it will take the excution of only text data and is there any change required to excute only the text data?

  • @ApulaAppuApulaAppu
    @ApulaAppuApulaAppu 3 ปีที่แล้ว

    @siddhardhan sir I'm getting error in import bumpy as no it s telling syntax error.. Could u please help me out of that....I have tried so much it's not happening

  • @MuhammadSaqib-f6v
    @MuhammadSaqib-f6v 28 วันที่ผ่านมา

    Sir can we convert text to number by using label encoding?????

  • @santoshpaul934
    @santoshpaul934 2 ปีที่แล้ว

    Sir, when i fit the logistic regression model the error "Unknown label type: 'unknown'" is coming. I stuck at that point. What should i do.

  • @asiyahasnath392
    @asiyahasnath392 ปีที่แล้ว

    I got an error while uploading data set(parser error).Any solution?please reply🛑🛑🛑🛑

    • @plazmaplayz2499
      @plazmaplayz2499 ปีที่แล้ว

      Wait for long time data set would be loading..... Just click run run every 5 mins and check the number if it's increasing

    • @asiyahasnath392
      @asiyahasnath392 ปีที่แล้ว

      @@plazmaplayz2499 thank u

  • @charles007able
    @charles007able 3 ปีที่แล้ว +2

    Great work @Siddhardhan, can you suggest steps to write a simple rule based news recommendation system (Popularity & Content based) with summary metrics (like page views, timestamp etc) from analytics as inputs. Much appreciated!!

    • @Siddhardhan
      @Siddhardhan  3 ปีที่แล้ว +1

      Hi! you can follow the same procedure. You just need a dataset that contains details about popularity score.

    • @charles007able
      @charles007able 3 ปีที่แล้ว +1

      @@Siddhardhan sure will do that, have learned a lot. Thanks a ton!

    • @Siddhardhan
      @Siddhardhan  3 ปีที่แล้ว

      Thanks a lot for your positive words 😇

  • @HarshKumar-fm6tg
    @HarshKumar-fm6tg 2 ปีที่แล้ว

    hi i am getting error like "expected string or bytes-like object " in the stemming process can you help me

  • @nishantchaudhary7528
    @nishantchaudhary7528 2 ปีที่แล้ว

    If we are getting new data/news, we have to convert that data through all the process before inputting in our model??

  • @ankurtripathi8305
    @ankurtripathi8305 3 ปีที่แล้ว +1

    Thank you for the video !! I have a question that:
    1) I f I have a news (New Query) and I want to predict that is fake or real , How can I do with this model?
    Regards
    Ankur

    • @JaswanthkumarPalavalasa
      @JaswanthkumarPalavalasa 6 หลายเดือนก่อน +1

      Take it as input , transform the data to Tf-idf verctorizer using transform function and then proceed with same steps.

  • @vanshdoshi3283
    @vanshdoshi3283 ปีที่แล้ว

    can anyone please explain me why merging the author and title column is done when we can directly feed the model without merging them as 2 different features to learn from

  • @dingdingding8697
    @dingdingding8697 3 ปีที่แล้ว +1

    How to create a web application for this project

  • @samuelpaul5923
    @samuelpaul5923 2 ปีที่แล้ว

    Actual accuracy parameter is like this "accuracy_score(y_true, y_pred)". But in your video, you are giving the predicted value in y_true secion and true value in y_pred section. Please check on it and let me know if am wrong

    • @Siddhardhan
      @Siddhardhan  2 ปีที่แล้ว

      Yeah. You are right. I made a mistake there. But the value won't change much...

  • @THEINDIANSAVIOR
    @THEINDIANSAVIOR 6 หลายเดือนก่อน

    sir but the thing is how to develop an app for this with frontend application lilke to give the random news for the project review

  • @bhavyav8355
    @bhavyav8355 3 ปีที่แล้ว

    sir i am facing an issue at data preprocessing, i have uploaded the above given dataset, it is stored as train.csv.zip, but when i execute it i am getting an error like badzipfile .How can i rectify it sir?

    • @Siddhardhan
      @Siddhardhan  3 ปีที่แล้ว

      Hi! your file may not be fully uploaded

    • @Siddhardhan
      @Siddhardhan  3 ปีที่แล้ว +1

      Once you upload the zip file completely, use the below code to extract the file:
      # extracting the compessed Dataset
      from zipfile import ZipFile
      dataset = '/content/train.csv.zip'
      with ZipFile(dataset,'r') as zip:
      zip.extractall()
      when you run this, your zip file will be extracted. it will contain multiple files. in that, use train.csv alone for the project.

    • @bhavyav8355
      @bhavyav8355 3 ปีที่แล้ว

      @@Siddhardhan okay, thank you

  • @trungnguyenthanh9644
    @trungnguyenthanh9644 3 ปีที่แล้ว

    Hi! I got error when read trai.csv . "ParserError: Error tokenizing data. C error: EOF inside string starting at row 5976". Can you help ?

    • @Siddhardhan
      @Siddhardhan  3 ปีที่แล้ว +1

      hi! use this line to read the CSV file:
      news_dataset=pd.read_csv('train.csv', engine='python', encoding='utf-8', error_bad_lines=False)

  • @manikyamsai3667
    @manikyamsai3667 2 ปีที่แล้ว

    What are the modules are there in this project.?

  • @sayif7081
    @sayif7081 ปีที่แล้ว

    why is the text column of the dataset not taken??

  • @whatsstatusvideo2201
    @whatsstatusvideo2201 2 ปีที่แล้ว

    PC to an external monitor and I'm watcNice tutorialng tNice tutorials video on one screen and working through exactly what Michael is doing and it is a big

  • @gauravfamily2209
    @gauravfamily2209 3 ปีที่แล้ว

    great. But include data visualization of dataset in the project.

  • @hawaabasheer5239
    @hawaabasheer5239 ปีที่แล้ว

    Where is the title column?why we didn’t feed it into model ?

  • @inlhathoda2172
    @inlhathoda2172 8 หลายเดือนก่อน

    my accuracy score on test data is coming out to be 0.53 which is a very poor value. I copied the same code what could be the reason behing this please explain?

  • @shivamsaini7976
    @shivamsaini7976 2 ปีที่แล้ว

    hey, if i make any changes in the dataset that you are providing then program will not work . why ?
    please tell me the solution guys my teacher are asking me to check the latest news these days and if i edit the dataset with the latest news the program will not work , please help me out tomorrow is my final practical

  • @rupamdutta3681
    @rupamdutta3681 9 หลายเดือนก่อน

    stemming is not working poperly. it removed almost all words. why?

  • @ChangeS-wl8qx
    @ChangeS-wl8qx 5 หลายเดือนก่อน

    i got many issues like in uploading file, in train_test_split etc but it suddenly worked . i tried to run all many times , but suddenly it got worked. i don't know what to say or how it will help

  • @akhilavatlam2228
    @akhilavatlam2228 3 ปีที่แล้ว

    Hello sir I uploaded the data set which u have provided above .....my doubt is when I uploaded it's saved as train.csv.zip file rather than train.csv ....can I complete this project ....or any error occurs

    • @Siddhardhan
      @Siddhardhan  3 ปีที่แล้ว +1

      hi! you can extract the file using the following code:
      # extracting the compessed Dataset
      from zipfile import ZipFile
      dataset = '/content/train.csv.zip'
      with ZipFile(dataset,'r') as zip:
      zip.extractall()
      when you run this, your zip file will be extracted. it will contain multiple files. in that, use train.csv alone for the project.

  • @sethukarasisethu6491
    @sethukarasisethu6491 ปีที่แล้ว

    Thanks a lot sir🌸

  • @akhilavatlam2228
    @akhilavatlam2228 3 ปีที่แล้ว

    I'm getting error after neww_dataset['content'] =news_dataset['content'].apply(stemming)

    • @Siddhardhan
      @Siddhardhan  3 ปีที่แล้ว

      hi! mail the details to datascience2323@gmail.com

    • @akhilavatlam2228
      @akhilavatlam2228 3 ปีที่แล้ว

      @@Siddhardhan ok sir 1min

  • @divyanshupal1102
    @divyanshupal1102 2 ปีที่แล้ว

    X_train, X_test, Y_train, Y_test = train_test_split(X, Y, test_size = 0.2, stratify=Y, random_state=2)
    if any error arises in this section kindly once all run simultaneously then no error will arises.

    • @aslah4188
      @aslah4188 ปีที่แล้ว

      Run entire codes?

    • @divyanshupal1102
      @divyanshupal1102 ปีที่แล้ว

      @@aslah4188 yes

    • @asz2183
      @asz2183 ปีที่แล้ว

      Still not working I'm stuck

    • @asz2183
      @asz2183 ปีที่แล้ว

      Like str and int type conflict that's the error thrown,

  • @asadullahasghar2443
    @asadullahasghar2443 ปีที่แล้ว

    NameError: name 'train_test_split' is not defined
    this error is shown and after removing this error,
    TypeError: '