Heart Disease Prediction - Data Every Day

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ต.ค. 2024
  • Hi guys, welcome back to Data Every Day!
    On today's episode, we are looking at a dataset of patients' medical records and trying to predict if a given patient will have heart disease or not. We will be using logistic regression, support vector machine, and neural network models to make our predictions.
    Here is a link to the Kaggle dataset:
    www.kaggle.com...
    And here is a link to my notebook from the video:
    www.kaggle.com...
    Thanks so much for watching! If you enjoyed today's episode, be sure to subscribe and hit the bell for more content!
    See you all tomorrow! :)

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

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

    This was of great help, thank you

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

      Thanks so much, Akhila!

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

    Great video Bro

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

    Very helpful thanks

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

    Sir what if we have to take input from user and then predict about the disease... please share how to convert into that type of model

  • @Mohamm-ed
    @Mohamm-ed 3 ปีที่แล้ว

    Really great video thanks for your effor

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

      Thank you!

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

    Can you do this in weka?

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

    great video! I've got a qstn~ Why one-hot encoding process is needed ??

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

      Actually, I am new in machine learning and I can't manage what the exact purpose of every single processes ㅠ.ㅠ :D

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

      Great question! At the end of the day, a model is really just a function that takes in some numeric input and spits out a numeric output.
      For categorical variables/inputs, we need a way to convert them into numeric form.
      One-hot encoding accomplishes this. It's a lossless way of encoding the information contained in a categorical input.

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

    Me and friends were doing cardiac arrhythmias prediction ..
    Is this the same one bro?

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

      I don't think so. This one is specifically for heart disease. You can view the dataset I used here:
      www.kaggle.com/ronitf/heart-disease-uci

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

    Is chest pain a type of pain or is it a level of pain? If it is a level of pain then it would not be nominal. Agree?

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

      Correct. Since the information provided about the features is a bit vague, I tested out each categorical feature as both ordinal and nominal to see what made the models perform best. The combination I have in the video was the best I could find.

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

    How would you calculate the recall_score or f1 score?

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

      Do you mean what's the formula or how can we do it with code?

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

    think ST is systolic blood pressure

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

      Ah, thanks!

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

    Hey