Project 9. Heart Disease Prediction using Machine Learning with Python | Machine Learning Projects

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

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

  • @Siddhardhan
    @Siddhardhan  2 года назад +31

    Dataset link:
    drive.google.com/file/d/1CEql-OEexf9p02M5vCC1RDLXibHYE9Xz/view?usp=drivesdk

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

      Please provide dataset for homeopathic expert system chatbot

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

      OR how to write dataset for homeopathic chatbot
      Please help

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

      Nice explation

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

      How to buil this project web application

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

      can you provide project report for this please

  • @abhishekbarua2508
    @abhishekbarua2508 9 месяцев назад +6

    just completed the 2 starting projects...feeling a hudge relief for better understanding...u made it so simple that every ground level can understand it...Thank you so much brother...Lots of blessings will shower on u ..Thank u for everything 😇😇😇😇😇

  • @goofy0811
    @goofy0811 3 года назад +20

    I am a beginner with Python and really like the simple way in which you have explained all the steps to perform in this project. Thank you so much for this.

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

      You're most welcome 😇 happy to help

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

      @@Siddhardhan Hi, I am also a beginner in python.. My final year project is also somehow related to it... I would like to seek some help from you regarding that..Your way of explanation is very good.. Please kindly share where I can contact you incase of assistance..✨☺️

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

      @@talhaahsan6808 hey bro im doing the same project is there some way we can get in touch and discuss

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

      @@Siddhardhan NameError: name 'np' is not defined
      how to solve this error, pls tell

  • @midnightpurple555
    @midnightpurple555 8 месяцев назад +3

    This is my introduction to AI and honestly it was so easy to understand. Thank you.

  • @miranmahmud193
    @miranmahmud193 2 года назад +4

    Thanks. I’m a beginner, the explanation was helpful for me.

  • @dnagardhankar
    @dnagardhankar Год назад +9

    If you are getting this warning-
    UserWarning: X does not have valid feature names, but Logistic Regression was fitted with feature names warnings.warn(
    change X_train and Y_train to X_train.values() and Y_train.values()

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

      yes iam getting that

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

      In which line of code ??

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

      bhai tuje bhi error aayi hai na kaise SAHI HOTA hai mujhe bhi to btaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

  • @RA_S_EL.
    @RA_S_EL. 9 месяцев назад

    You are a best teacher in my life

  • @raveenachakrapani1090
    @raveenachakrapani1090 3 года назад +4

    Precise and clear. Thanks a lot. Very useful.

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

    Thanks sir for the heart disease project , i extended this by making a model and import the model to Raspberry pi where i used heartbeat sensor to collect data live and predict the chance of heart attack by using the ML trained model

  • @nivyaks5826
    @nivyaks5826 9 месяцев назад

    This video is really helpful for me .Thank you soo much. expecting more videos like this

  • @azrflourish9032
    @azrflourish9032 3 года назад +11

    Thank you especially for 'Making predictive system' part!

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

      You're very welcome!😇

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

      @@Siddhardhan sarcasm tha 🤡

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

      @@Siddhardhan Sir plz resolve my confusion 🙏. As I want to publish the research paper in the same i.e. Heart disease prediction using machine learning but the problem is that already using these models papers have been published so how mine will differentiate from others. Hope you will resolve my doubt as soon as possible. Thanks in advance ☺

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

      @@Siddhardhan I got 100% accuracy by using random forest classifier for same dataset as used by you . Sir have I done something wrong?

    • @md.riazhossain2412
      @md.riazhossain2412 2 года назад

      @@RoyalRealReview Hello, brother, can you help me out regarding this project? I am going through some problem.

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

    wow your the best have seen so far

  • @ShrutiJadhav-n2z
    @ShrutiJadhav-n2z Год назад

    It was a very informative video. Easy to understand concepts. Thank u so much!!! Keep growing.

  • @zzzmd11
    @zzzmd11 2 года назад +2

    very well explained. Thank you for the great video as always..

  • @harinishetty2817
    @harinishetty2817 2 года назад +1

    This is amazing explained very well.

  • @eccentric4314
    @eccentric4314 7 месяцев назад +3

    If you guys facing error in last (answer part ) you can correct the logistic regression code to
    # training the LogisticRegression model with Training data
    model.fit(X_train.values, Y_train.values)

  • @rakshitashetty7461
    @rakshitashetty7461 2 года назад +4

    Very well explained about each and every line of the code ❤️

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

    It's an amazing explanation vedio, thanks a lot😌

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

    Great Session, Boosted my Confidence, Keep Going Bro.

  • @wendesenfikerte4663
    @wendesenfikerte4663 18 дней назад +1

    Sir, can we also use logistic regression for the diabetes project as well?, what is really the difference and the advantages one model to the other ?

  • @gayathri8514
    @gayathri8514 9 месяцев назад

    Thank You so much sir for this project video
    It is very useful

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

    Thanks a ton for this great video. It was really very helpful

  • @jzz-n4j
    @jzz-n4j 2 месяца назад

    ur videos r so useful thank u so much

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

    very nice and simple explanation . good

  • @RefreshingThoughts
    @RefreshingThoughts 3 года назад +11

    In this dataset there is an indicator for whether they have heart condition or not. A patient can develop the condition at any timeframe. How will you train the model to say what timeframe the patient had positive indication of heard disease?

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

    very well explained, thanks for sharing such stuff

  • @calvinmokaya-en7st
    @calvinmokaya-en7st 9 месяцев назад

    well explained sir.i like it

  • @Anonymousss05
    @Anonymousss05 5 месяцев назад

    Very helpful video it is❤

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

    Thanx a lot
    It is my first ml project 😁

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

      You're welcome! Congratulations 🥳

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

      Can you share your RUclips channel link sir

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

      Good morning sir,i have doubt in heart disease prediction concept ,i am also doing research in same topic sir. Myself new for research kindly do needful sir

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

    Your videos are so helpful

  • @tejashviraj_
    @tejashviraj_ 12 дней назад

    Thank you🙌

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

    Thankyou for the video❤️🙏

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

    Great explaination.

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

    Thanks 😊❤️

  • @joshuanketsiah7
    @joshuanketsiah7 Год назад +3

    In your earlier video discussing the prediction of diabetes, you highlighted the significance of standardizing the data before inputting it into the Machine Learning model. However, I noticed that in the training of this particular model, the standardization process was not implemented. I am interested in understanding the reason behind this oversight.

    • @joshuanketsiah7
      @joshuanketsiah7 Год назад +4

      if anyone else has this questioin, I got my answer from this video ruclips.net/video/WLwjvWq0GWA/видео.html from 6:05

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

    Simple and excellent

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

    well explained project tutorial.

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

    U deserve more subscribers bro.. 👍

  • @DeepakKumar-yl3ok
    @DeepakKumar-yl3ok 2 года назад

    Nicely explained

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

    thankyou sir very excellent video

  • @hafizsakib2734
    @hafizsakib2734 28 дней назад +1

    25:01 last watched

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

    you are the best. thank you very much :)

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

    thank you mate for this video
    god bless you

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

    Nice info and projects sir

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

    awesome video

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

    Thank you sir this was very helpful 🙏

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

    In video at 10:15 I not understand how you get Sklearn
    Where can get that is any folder name as sklearn or syntax, please get me to clarify the doubt

  • @izhaarkhan9913
    @izhaarkhan9913 3 года назад +8

    hey, thank you for making this video it really helped me out. I am currently working on the same project I was hoping that you could help me out more. I want to 3 more ML algorithms for this same project can you suggest me which algorithms will be suited best. And how do i work with them.

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

      Are you doing final year. Cse project?

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

      @SUPREETHA S ISE2B hey, please can you help me in this project?

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

      @@athmika2211 iam

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

      Can refer this link for other 3 algorithms ruclips.net/video/oRRoy74_GsU/видео.html

    • @md.riazhossain2412
      @md.riazhossain2412 2 года назад

      Hello, brother, can you help me out regarding this project?

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

    Good job bro 👍

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

    Subscribed 🥳

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

    Bro I like the way you're explaining everything it's just feel so easy the way you teach these things just wanted to ask you don't u think u made mistake here by predicting x pred because all I know is we need to predict y pred because that's our target variable why r u predicting x data please let me know

  • @babuperumal6995
    @babuperumal6995 2 года назад +1

    thank you

  • @AryanSaxena-k7m
    @AryanSaxena-k7m 10 месяцев назад

    Thanks for amazing video .. can project like these are ok to apply for intership ...

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

    @Siddhardhan Why we used logistic regression for heart disease and support vector for diabetic ....whereas both are binary classification problems?

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

    Awesome work

  • @shofiyyahzahrah8006
    @shofiyyahzahrah8006 2 года назад +4

    Hi Sir, Thanks for providing insightful projects . It helps me a lot. Can I use linear regression model for Diabetes prediction too, Sir ?

  • @manateluguabbaiinuk-mahanu761
    @manateluguabbaiinuk-mahanu761 2 года назад +8

    Appreciate your work @Siddhardhan. Can you please do end-to-end projects either ML (or) DL (Starting from understanding the business case study to Deployment)?

  • @yuvrajsinghyadav440
    @yuvrajsinghyadav440 2 года назад +10

    Can you please share the data file used in the predictive system too?

    • @NONAME-ho7ny
      @NONAME-ho7ny Год назад

      rename in line 6 as heart_data = pd.read_csv('/content/heart_disease_data.csv')

  • @tanushree6026
    @tanushree6026 5 месяцев назад

    thank you so much

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

    @Siddhardhan sir suppose if I want to see the graph of predicted value(0 or 1) than how can we see the graph in this model......?

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

    Can we make a proper user interface for that ??

  • @omolereabove-all2072
    @omolereabove-all2072 2 года назад

    Nice work, try to use a little seaborn for Visualisation and feature scaling.

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

    Thank you!

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

    Thank you so much

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

    Q: when the model is trained on X_train and Y_train then why we need to check the accuracy on same data set, ideally should it not the prediction done on X_train and calculate the accuracy between predicted numbers and Y_test

  • @savierosj74
    @savierosj74 3 года назад +3

    Hi, amazing video
    Thanks
    I have a question please
    How do i enter multiple datas into the "input data for predicting" part in your code.

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

      you can get those values from the dataset

  • @RajeshKalaShinas
    @RajeshKalaShinas 10 месяцев назад

    Thanks sir for the easy explanation, I have a doubt. i am implementing this for my bachelor project. can i create my own data set with minimum variables, and run LR. because i am using IOT sensors data like Heart beat, BP, Oxygen level etc

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

    Good work

  • @ujjwalrana3871
    @ujjwalrana3871 4 месяца назад +1

    why we didnt do standard scaler of the data , why we didn't scale the data?

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

    Thank u 🙏

  • @21-manjunathgowd62
    @21-manjunathgowd62 2 года назад +4

    It is an excellent explanation brother.. please make a video on Applying different machine learning techniques for prediction of covid-19 severity

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

    Any recent dataset bro? Why did you download from kaggle. There are more sources ?

  • @littlekrishna8004
    @littlekrishna8004 9 месяцев назад

    Which type of algorithm you used in this project sir?

  • @18loller
    @18loller Год назад

    What is the reason that you didn't use the StandardScaler on this dataset within the preprocessing part while on the diabetes side you did?

  • @navotech1905
    @navotech1905 2 года назад +1

    Hi sir, do you have the Dataset downloaded? It seems that Kaggle has removed the page & the dataset.

  • @PIYUSH-lz1zq
    @PIYUSH-lz1zq 3 года назад +1

    Hi sid great project 👍... A request 😊 can make a video on deployment of this project.

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

    Example is good but highly incomplete due to : 1) Data is not standardized 2) accuracy score by itself is not a good indicator of logistic regression 3) You also need confusion matrix, ROC - AUC, Precision/Recall/F1 score 4) since it's a medical diagnosis, accuracy score threshold needs to be higher 5) dataset is slightly imbalanced

  • @anakhaas7366
    @anakhaas7366 2 года назад +2

    Dataset not available in the link given... Please upload 🙏

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

      drive.google.com/file/d/1CEql-OEexf9p02M5vCC1RDLXibHYE9Xz/view?usp=drivesdk

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

    hey, if we seperate the data before splitting it, won't the target varible mix up(like 1st target with 5th fifth person and so on) with paramenters and give innaccuracy results?

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

    Good sir

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

    Hellow, Sir Nice Video Can You told me which Algorithium is used in this

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

    sir please do a project on brain disease prediction using CNN ,it will be really helpful

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

    brother can we deploy the input boxes in a local server and so that when we click on the "predict-button". it will says that whether the peron has risk of heart diesase or not??

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

      Yes, you can. The model can be exposed as api or you can also use streamlit. Please refer my deployment videos

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

    can we get theory report of this project sir.the explanation was so good ,understandable to everyonr and useful.
    can i get theory report of it

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

    great

  • @parameshwarameena6287
    @parameshwarameena6287 6 месяцев назад +1

    why the standardization of the data is not done in this project

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

      I think because it contains both numerical and categorical columns. So if you do perform standardization it will also standardize the categorical features which should not be done

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

    Hi Sir Can you make a video for example if we want to add a button for visualization also in the deployment how can we do that?

  • @069beleasmabashir6
    @069beleasmabashir6 10 месяцев назад

    It is showing [1] for all values of input.

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

    Sir, in chrome ur entering data set ryt that page how we will get that any installation should be done for that??

  • @miranmahmud193
    @miranmahmud193 2 года назад +1

    Can you please upload a project that predicts based on images? For example: I have image of two type: Cancer & No-cancer. I want to develop a model that can predict whether a test image has Cancer or not.

  • @madhumithan6653
    @madhumithan6653 2 года назад +1

    Hi sir Thanks for the video,can u share the dataset link you used in this video.The link you have provided is showing error for me

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

    Sir, in this project, are we predicting which type of heart disease the person has?

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

    Getting "NotFittedError" while building predictive system...how to fix that?

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

      I guess You need to use the model.fit() function before making any predictions. I hope this could fix that error.

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

    Sir i am little bit confused...
    Can u tell me...how that one input instance is predicted?
    That one input instance is predicted using training set?

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

    bro we can do this project with K-NN model ?if yes....how? plz reply

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

    do you have base papers on this topic

  • @eagleblaze9292
    @eagleblaze9292 Год назад +3

    How can we say a person have heart disease by only 0.81 accuracy? Make complete end to end realiable project

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

    thanks for sharing . how we can plot data with multiple input variables in sklearn.

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

    Hi, if distribution of target variable is 80/20 ratio what problem do we get..can't we apply this logistic model? how do we fix that situation. Please help?

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

    Hiee sir I need one help actually I made that Heart Disease prediction using machine learning project by watching your video one to two input ran fine but after that it's showing error how to fix that please please please tell me