Verifying the Assumptions of Linear Regression in Python

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

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

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

    You should also teach if we found any of the assumptions true than how to solve it

  • @leoncheneyon7317
    @leoncheneyon7317 5 лет назад +1

    AMAZING. I was not able to find examples of assumptions anywhere else in python. All the thanks Bhavesh.

  • @dennischuangdz
    @dennischuangdz 4 года назад

    Thanks for sharing Bhavesh!

  • @UnknownYTofficial-A6
    @UnknownYTofficial-A6 4 года назад

    Very helpful ... Nice

  • @ruteshrathod3844
    @ruteshrathod3844 5 лет назад

    Just Saw this video link on Linked In as you are in in my network and vedio is understandable and worth to watch

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

    Amazing Work Man....

  • @prabhakaranshanmugam5295
    @prabhakaranshanmugam5295 5 лет назад

    Super.. keep doing more videos. Thanks a lot 🙏🏻

  • @Sukant98
    @Sukant98 4 года назад

    Thank you!

  • @palankit11
    @palankit11 4 года назад

    how we can check starting itself that there is linear relationship or not between dependent and independent variables?

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

    Hi Bhavesh, I've always found your content to be very accurate and informative, thanks a lot for putting in the effort. In this particular topic, do you mind sharing how to do course correction if any of these assumptions are not fulfilled ?

  • @anshulagarwal9318
    @anshulagarwal9318 4 года назад

    sir can you please clarify whether we check for assumptions on the training set or test set?

  • @upendra8050
    @upendra8050 5 лет назад +1

    Thanks, Bhavesh. Very nice video. I really enjoyed it. Do you mind doing a follow-up video of how to address the issues if the features don't follow these assumptions.

    • @bhattbhavesh91
      @bhattbhavesh91  5 лет назад +2

      I'm glad you liked the video Upendra! Sure, I'll create a follow-up video soon!

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

    What to do when residuals are centred around 0 but mean =78 and there are outliers in residuals

  • @adityaghosh8601
    @adityaghosh8601 4 года назад

    Thank you soooooooooooooooo much

  • @Sharukkhan-kx9rw
    @Sharukkhan-kx9rw 4 года назад

    Hi Bhavesh Bhatt, Doing so well man,
    Suppose if my model performs well by accepting 3 out of 5 Assumptions. Can I use that model to do further steps?

  • @researchburst4984
    @researchburst4984 4 года назад

    Can you make a video on Autocorelation ?

  • @Sharukkhan-kx9rw
    @Sharukkhan-kx9rw 4 года назад

    Hi Bhavesh, Thanks for the video
    My Data has Ordinal Independent variable, and Interval/Ratio Dependent variable
    How to do Encoding Features?

  • @sanithnair6569
    @sanithnair6569 4 года назад

    If features do not follow some of assumptions, should we make the variables to follow assumptions. eg normality

  • @shankargonti8609
    @shankargonti8609 5 лет назад

    why we need to check to wither Linear Regression fellowing Assumptions or Not. when it required.

  • @aniketghosh978
    @aniketghosh978 4 года назад

    Is this assumptions are same whe im using scikit learn in linear regrations

    • @bhattbhavesh91
      @bhattbhavesh91  4 года назад

      Algorithms remain the same, packages keep changing!

  • @winviki123
    @winviki123 5 лет назад

    Hi
    Could you please make a playlist for deep learning??

    • @bhattbhavesh91
      @bhattbhavesh91  5 лет назад +3

      Sure! I'll make a playlist on Deep Learning soon.

    • @winviki123
      @winviki123 5 лет назад

      @@bhattbhavesh91 thank you

  • @pratikbhangale3538
    @pratikbhangale3538 4 года назад

    Sir, I am facing issues with Homoscedasticity and Autocorrelation greater than alpha.
    Homoscedasticity: Residual value remain constant with increase in predicted value.
    What should I do?

    • @أبويزيد-ض5ي
      @أبويزيد-ض5ي 2 года назад

      If your data was randomly collected (no biases which will be the majority of cases in real life when data is collected), then automatically the homoscedasiticity assumption is met.

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

    I am getting a huge VIF values.