Logistic Regression Practical Implementation In Python|Krish Naik|Hindi

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ก.ย. 2024
  • Logistic regression is a process of modeling the probability of a discrete outcome given an input variable. The most common logistic regression models a binary outcome; something that can take two values such as true/false, yes/no, and so on.
    github url : github.com/kri...
    Stats Playlist In Hindi: • Starter Roadmap For Le...
    Machine Learning Playlist In Hindi: • Introduction To Machin...
    Python Playlist: • Tutorial 1- Python Ove...
    Connect with me here:
    Twitter: / krishnaik06
    Facebook: / krishnaik06
    instagram: / krishnaik06

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

  • @Tech_insider168
    @Tech_insider168 5 หลายเดือนก่อน +2

    00:02 Implementation of Logistic Regression in Python
    02:17 Implementing logistic regression in Python with feature selection and null value handling
    04:31 Converting categorical data to numerical format for logistic regression
    06:45 Understanding independent and dependent features
    09:16 Logistic regression involves important parameters like penalty, normalization, and scaling
    11:25 Setting penalty and other parameters in logistic regression
    13:59 Scoring is crucial in classification problems
    16:45 Implementing logistic regression in Python with classification matrix
    18:40 Understanding the relation between pattern length settlement in logistics

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

    Mujhe samajh nhi aara ki koi project mil gaya aur use first kya karna hai kaise kaise karna hai
    Elasticnet Skeweness quadratic anova test sub kahan use karna hai aur kaise use karna hai
    I'm very confused

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

    Thanks sir 😍

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

    This is incomplete video like others, what about 3rd category " Setosa", which you removed before developing your model. Also you didn't show predicted value or category with new inputs?

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

    It would be if you can explain the things for beginners. Basically this is a feedback for you it would be better if you explain more in your every video instead of explaining the upper things only.

    • @i.khushii
      @i.khushii 2 หลายเดือนก่อน

      It is beginner level only .. i m also a beginner … U just need to learn about pandas and some libraries prior to..

  • @baberraheem-j3s
    @baberraheem-j3s 2 หลายเดือนก่อน

    Sir, what about activation functions? You have not talked about activation functions in your model implementation.

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

    Accuracy formula reverse nahi hoga kya??
    accuracy_score(y_true, y_pred)

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

    can u please explain logistic regression with its dot product and mathematical implementation on python?

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

    Sir keep going with Stats playlist (in Hindi)

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

    Rocking ...Sir glad to hear you in Hindi. I hope ML ka jo dar lag raha hai woh nikal jayega aab. Thank you so much Sir

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

    Full course data science sikhne ke baad job mil jayegi sir?
    I have 15 year of experience in html, excel , ms word
    Sir please reply.
    Sir abhi python Sikh rha hu

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

    Hello sir
    I'm afreen from hyderabad
    Can you make 1 complete video on any
    Dataset and explain how can we do complete data science project step by step
    Eda feature engineering feature scaling and train and test data algorithm Pridction

  • @RakeshKumarBaitha-il5uo
    @RakeshKumarBaitha-il5uo 4 หลายเดือนก่อน

    How to test this model using new data set. Can anyone help me ?

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

    How did you use y_pred u didn’t define it

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

    Hi Krish Naik Sir, Request you to upload some ML Use case on Healthcare.

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

    18:14 huyii nahi Sir hue 😂
    Great Explanation!

  • @JavedAhmed-i9k
    @JavedAhmed-i9k 11 หลายเดือนก่อน +1

    aapne x me se target variable nikal diya pahele hi. to ye train kaise karega?

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

      There is y train also

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

    bro error here which didnt findout the solution
    ---------------------------------------------------------------------------
    KeyError Traceback (most recent call last)
    in
    1 #find out the category of setosa species
    ----> 2 data=data[data['species']!='setosa']
    3 data.head()
    2 frames
    /usr/local/lib/python3.8/dist-packages/pandas/core/indexes/range.py in get_loc(self, key, method, tolerance)
    386 except ValueError as err:
    387 raise KeyError(key) from err
    --> 388 raise KeyError(key)
    389 return super().get_loc(key, method=method, tolerance=tolerance)
    390
    KeyError: 'species'

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

    Thank you sir.

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

    When I'm trying to run classifier_regressor.fit(x_train,y_train) it says input contains Nan,infinity value loop or too large value for dtype float. I'm running code on colab. How to solve this error?

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

      Please check for your Nan values or missing values before training model.

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

      @@jitendrarathod6246 I did that but still got the same error

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

    best video on end to end logistic regression, thanks

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

    Sir, How to choose the value for random state? is it always supposed to be 42?

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

    Sir when I'm removing setosa I'm getting "NAN" Why?

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

      Please let me know if you get the solution to the same, also are you using Colab by any chance

    • @djd16
      @djd16 8 หลายเดือนก่อน +1

      did you get the soln?

    • @ZainAli-sl1vp
      @ZainAli-sl1vp 4 หลายเดือนก่อน

      BCZ IT HAD NONE VALUE

  • @VaibhaviRamteke-r8i
    @VaibhaviRamteke-r8i 7 หลายเดือนก่อน

    what is difference between best score and accuracy? I tried doing with different datasets and I am getting same value for best score and accuracy

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

    Finally got TH-cam channel where I can learn every thing ❤

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

    💥thanks sir your 7days videos are really helpful

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

    Hello sir, How to solve A Classification problem in which training data has only one class? 'This solver needs samples of at least 2 classes in the data, but the data contains only one class: 1', please help me out

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

    Sir in cell number 11 I am writing the same code using .map() method but I am getting NaN values in species column as an output.pleas help.

    • @Kumar-he7ey
      @Kumar-he7ey ปีที่แล้ว

      i think you should check the place where species many of the data set there was written like = class =

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

    Sir please upload more lectures of ML

  • @Tanveerkhan-sc7jf
    @Tanveerkhan-sc7jf 2 ปีที่แล้ว

    Data science ka course bhi hindi me ayega kya?

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

    Hello sir
    Can I apply for data science jobs after doing MCA aiml specialization course

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

    The best and detailed tutorial. Thank You So much sir.

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

    can we apply logistic regression for positive, negative, and neutral output of 3 dimensional data example. positive=1,negative=0 and neutral=2

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

      Yeah but in this case u apply softmax regression becoz u have 3 clasess like u say positive negitive and netural

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

    Thank you sir

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

    Thank you Krish naik Sir

  • @tahirak.7565
    @tahirak.7565 ปีที่แล้ว

    Very well explained

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

    hindi me best lag raha hai sir

  • @SACHINKUMAR-px8kq
    @SACHINKUMAR-px8kq 2 ปีที่แล้ว

    thanks sir for this amazing video

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

    konsa shortcut use kr rahe ho defulat value dekhne ke liye logistc reg me

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

    Thanks

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

    How do we select relevant features?

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

    Well explained!

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

    sir please explain this implementations in English language only !!!!

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

    Thnnnquu so much sir for this video 👍👍👍