Step by Step Tutorial on Logistic Regression in Python | sklearn |Jupyter Notebook

Поділитися
Вставка
  • Опубліковано 15 лис 2024

КОМЕНТАРІ • 39

  • @KingLeoBull
    @KingLeoBull 4 години тому

    Just clear and simple, easy to understand. Many thanks.

  • @purples2065
    @purples2065 Рік тому +11

    Such an underrated channel for how accurate and straight to point is the content compared to other channels with lots of unnecessary talks....you earned a subscriber!, I'm definitely recommending your channel if anyone enquired about your content

    • @alaberedaisy8171
      @alaberedaisy8171 10 місяців тому

      Honestly!!!!🤧🤧
      Big kudos to your teachings

  • @anis.ldx1
    @anis.ldx1 8 місяців тому +1

    Thank you so much for this amazing explanation. You're the best at explaining logistic regression! You deserve way more recognition!

  • @JimmyPit-vk2oo
    @JimmyPit-vk2oo 11 місяців тому +1

    Thanks for your sharing, I currently get trapped in how to conduct logistic regression model in Python, you just save me, thanks a lot again!

  • @Eysh2009
    @Eysh2009 Рік тому +2

    Thank you SO MUCH for this. You're an amazing teacher, and this class was definitely really helpful!

  • @ShiftKoncepts
    @ShiftKoncepts Рік тому

    Took me about an hour but this was my first introduction to Python. thanks!

  • @siddiquisaadat6758
    @siddiquisaadat6758 Рік тому

    Very well explained I was struggling with many things and your accurate explaination cleared many doubts. Thankyou and please countinue uploading. This was Veeeery helpful !

  • @abrahamopanfo8197
    @abrahamopanfo8197 10 місяців тому

    awesome implementation of logistic regression. Another way to measure the accuracy is to use confusion matrix and accuracy score metrics

  • @huyne_info
    @huyne_info Рік тому +1

    Thank you so much for your time and effort !!! I am waiting for your next videos about other argorithms for the classification problems !!

  • @phanidheeraj4383
    @phanidheeraj4383 Рік тому

    Well Explained the complicated Algorithms....Thank You.

  • @stevenlomon
    @stevenlomon Рік тому +1

    Thank you so much for this!!!!! You have no idea how much it helps :D

  • @dewasembiring7286
    @dewasembiring7286 Рік тому +1

    Thanks a lot for your explanation, it gives me a new sight for this topic

  • @LisaKhan-y7c
    @LisaKhan-y7c 5 місяців тому

    Request for more Machine Learning Videos in details.

  • @laurentkloeble5872
    @laurentkloeble5872 5 місяців тому

    at last something hands on with real problems. I'm tired of maths abstract bullshit formulas....

  • @meetsaurabhtiwari
    @meetsaurabhtiwari 10 місяців тому

    Hi your voice sooooo calm and cool
    Upload more video

  • @Essentialenglishwords-ii7ek
    @Essentialenglishwords-ii7ek Рік тому +2

    by using log_reg.score() for each (x,train ,and x_ test) it replace the other sq errors right?

  • @DiscoPvPMegaWalls
    @DiscoPvPMegaWalls 4 місяці тому

    Thank you! this is excellent

  • @joemalone9267
    @joemalone9267 10 місяців тому

    As I am teaching myself about Logistic Regression with SKLearn, I read in the documentation that fit_intercept defaults to True, so it would have been running in all your calculations.I'm wondering why it was added as True?

  • @abrahamopanfo8197
    @abrahamopanfo8197 10 місяців тому

    can you make a video and explain how to visualize logistic regression?

  • @Mr.POP_D
    @Mr.POP_D 2 роки тому +1

    Your video is so much helpful... But there is voice problem..sometimes its became high

    • @regenerativetoday4244
      @regenerativetoday4244  2 роки тому

      Yes, I noticed it. I just couldn't find time to redo it. So uploaded it as it is. Thanks for watching! and Sorry about that experience!

  • @serge9259
    @serge9259 11 місяців тому

    I just love you so much right now

  • @e.eiyayi2381
    @e.eiyayi2381 Рік тому +1

    So how to know which of the independent variables strongly impacts the dependent variable?

    • @nobio9591
      @nobio9591 Рік тому

      Do correlation with variables through Berson(r)

  • @freeprivatetutor
    @freeprivatetutor Рік тому

    all clear, to the point video with 0 nonsense. thanks a lot

  • @12kdeveloper58
    @12kdeveloper58 Рік тому

    when we use cat.cosd and one hot encoder ?
    why u didnt use one hot encoder ? please im confused with this

  • @vid-savage619
    @vid-savage619 Рік тому

    I have a question.
    1) .score that represent R-square in Logistic Regression model. Why it can interpret accuracy of the regression?
    2) I use confusion matrix to find accuracy. is it a same solution or not and why?

    • @regenerativetoday4244
      @regenerativetoday4244  Рік тому

      In classification you can get exact same class. So accuracy can be a metric and you can canculate confusion matrix. But in regression exact match doesn't happen usually. If you try to find accuracy you will get 0% accuracy most of the time. The prediction is mostly an estimation. So you evaluate the model by using R-squared or mean absolute error or mean squared error, or something similar.

    • @vid-savage619
      @vid-savage619 Рік тому

      @@regenerativetoday4244 Thank you so much!!!! I appreciate it

  • @aniketbanerjee3463
    @aniketbanerjee3463 Рік тому

    aren't we supposed to use "family = sm.families.Binomial()" when building the logistic regression model in "sm.GLM(y_train, X_train, family = sm.families.Binomial())"
    Please explain.

  • @petereleojoalfa9787
    @petereleojoalfa9787 9 місяців тому

    Perfect

  • @tarilaerge1
    @tarilaerge1 Рік тому

    Thanks a lot !!!

  • @parthvitekar8790
    @parthvitekar8790 Рік тому

    simple and very easy to understand ....loved it!!!
    do you have an instagram channel?

  • @sanviarora9681
    @sanviarora9681 Рік тому

    🤩🤩

  • @nobio9591
    @nobio9591 Рік тому

    Thanks a lot

  • @kpppppppp314
    @kpppppppp314 Рік тому +1

    Can you explain why random state=0

    • @martinsanchez-hw4fi
      @martinsanchez-hw4fi Місяць тому

      It is done so the ressults are reproducible. The numbers generated will be the same on your computer if you set that state

  • @nobio9591
    @nobio9591 Рік тому

    Thaaaaaaaaanks