Logistic Regression in Python Step by Step in 10 minutes

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

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

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

    one of the wonderfull video about regression logistic I came accross, Well done

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

    Simple & easy to understand. Thank you!!

  • @dz4263
    @dz4263 4 ปีที่แล้ว

    10-minute explanation of Log Res with code example. Just the right video length. Thanks!

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

    thanks for this video. The steps are so clear. Please can you show another example with neural networks and decision trees or maybe a guide to help me grasp the concept

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

    Very Nice Explanation,Sir. Needs More Tutorial From You.

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

    Thank you so much. I have learned a lot. Thank you.

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

      I'm so glad! and do remember to subscribe 😋

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

    Thanks for this video, it cleared my doubts.

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

      Glad to hear that! and pls remember to subscribe 😊

  • @alxb.5467
    @alxb.5467 3 ปีที่แล้ว +3

    But now, how do you print the curly line in the chart? Representing the regression!
    Thanks for your time and your great video

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

      did you get the answer for this question , because I have same doubt

    • @alxb.5467
      @alxb.5467 3 ปีที่แล้ว +1

      @@gedasivaramchowdary4442 nop

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

      That's just the regression line and I already did something similar in a different video. It's a plot of y_pred against x_test

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

    Thank you ❤

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

    How can we get final weights corresponding each independent variables from the developed model?

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

    very helpful

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

    great video, thanks! how to incorporate loss functions into this, too?

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

    thanks! nicely explained

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

      You're welcome! and pls remember to subscribe 😊

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

    this is so helpful ! Thankyou very much

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

    Thanks for the explanation

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

    Thank u sir for made this tutorial

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

    If you want to learn how to do Logistics regression in one video, this is not the video you are looking for then

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

    the source code link is not working

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

    "Oops! That page can’t be found." Dislike.

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

      Sorry. There you go www.datarmatics.com/data-science/how-to-perform-logistic-regression-in-pythonstep-by-step/ Updated now!

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

      @@KindsonTheGenius Thanks. Liked now.

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

      Glad to hear!

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

    page not found bro

  • @sauravdas6416
    @sauravdas6416 4 ปีที่แล้ว

    Where have you defined lr object

    • @anuragmukherjee1878
      @anuragmukherjee1878 4 ปีที่แล้ว

      It has been defined as log_reg in the code.

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

      If you are confused about it, just write
      lr = log_reg
      at the end of step #5

  • @akhilanthony3649
    @akhilanthony3649 4 ปีที่แล้ว

    we r not getting output after 5th step and its showing lr is not defined
    can u please tell us why this happens?

  • @MrYamrajji
    @MrYamrajji 4 ปีที่แล้ว

    no trend line 🙄🤔

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

    Hy mister Kindson, I liked this videos and I would like to say that if you can put videos about logistics Regression to Spam email e Ham email.

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

    This model is actually not performing great it is simply overfitting

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

    Here is another simplified Logistic Regression tutorial if you are a beginner: th-cam.com/video/tcjR8JYSb9E/w-d-xo.html

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

    I watched the entire video but you haven't plotted the final plot with line and data points. just copy pasted things.

  • @ArifulIslam-mg5ki
    @ArifulIslam-mg5ki 3 ปีที่แล้ว +1

    the source code link is not working