Linear Regression in Python - Full Project for Beginners

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

КОМЕНТАРІ • 48

  • @TitoExpressionz
    @TitoExpressionz 20 годин тому

    you explain so well. I have learnt so much in this video. Going to use this in my project for sure. Thank you

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

    Amazing! Please keep doing these beginner friendly projects, theyre incredibly useful

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

    It is very helpful. Keep up with the great work!

  • @AmitKumar-ou3cg
    @AmitKumar-ou3cg 20 днів тому +1

    This is really awesome, it helped me to understand linear regression concept , love the way you teach through projects.

  • @techsnail8581
    @techsnail8581 8 місяців тому

    Great video! Here's a quick tip: consider using distplot to display Yhat and Y_test in the same axis to evaluate your model's performance.

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

    You're really underrated dude, this video was very well made especially for beginners interested in the field. Thank you so much!

  • @shakilahammed1887
    @shakilahammed1887 22 дні тому

    You are great brother.

  • @David-cx3fc
    @David-cx3fc 11 місяців тому +1

    I have watched endless Regression videos. I graduated with a math degree a couple years ago, and my programming skills are beginner level. I've done Datacamp stuff, youtube guided projects, you name it. This is by far the most concise, easy to follow, welcoming, calming video I have ever watched explaining how to do a regression project. I appreciate the quick definitions along the way, that help the audience including myself, not feel stupid lol. And explaining every small step really helps. Also the big picture explanation of how leverage this code and automate it, was helpful. Very few if any, ever talks about that step. I'm trying to get crack into the tech world and land a data job. Just this one video has truly given me the confidence, to not feel overwhelmed and that its obtainable. Sorry for the lengthy response haha Please keep making videos man, you rock!!

  • @PietroCalafiore
    @PietroCalafiore 7 місяців тому

    Thank you for this lesson, Alejandro: it helped me tremendously. Have a nice day and great holidays.

    • @alejandro_ao
      @alejandro_ao  6 місяців тому +1

      thank you! i'm glad to hear it helped. i hope you had great holidays :)

  • @celsogonzalezlopez6488
    @celsogonzalezlopez6488 19 днів тому

    very helpful, thank you

  • @user-jp8hs7lj6q
    @user-jp8hs7lj6q Місяць тому

    looking forward to another END TO END video but for more intermediate level!

  • @itstanjorepainting
    @itstanjorepainting 6 днів тому

    Thank you so much sir ❤ please keep us updated in ml world like this ............

  • @nonnisite1954
    @nonnisite1954 27 днів тому

    I'm a math major with a minor in CS. I'm looking to break into data science. Your video was very informative and easy to follow. Thank you!

    • @alejandro_ao
      @alejandro_ao  27 днів тому

      you are literally in the best position to start off in the world of AI. enjoy the ride!

  • @shaneshshukla
    @shaneshshukla 13 днів тому +1

    the video I wanted to find..amazing content..keep working great things will happen.

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

    this is such a good beginner-friendly tutorial! thank u sm

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

      hey there! it makes me very happy to hear that! keep it up ;)

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

    Amazing video ! for me as a beginner, that was very helpfull, thank you

  • @ThomasRoshan-nl2py
    @ThomasRoshan-nl2py 3 місяці тому

    Dude your explanation is far more better than anyone else and simple to understand i do not comment actually but i can say that u explain really good.

    • @alejandro_ao
      @alejandro_ao  3 місяці тому

      i really appreciate it! glad it was helpful :)

  • @user-jp8hs7lj6q
    @user-jp8hs7lj6q Місяць тому

    big thanks for this video -- i learned a lot!!

  • @yanis4135
    @yanis4135 Місяць тому

    Amazing video i learned a lot from you thank you for the job

  • @AnesuGandiwa
    @AnesuGandiwa Місяць тому

    It is very helpful brother, Keep up good work!

  • @khimyang1831
    @khimyang1831 5 місяців тому +3

    Wonderful video! I was able to follow along happily until the scatterplot command, for which I got the error, "TypeError: scatterplot() takes from 0 to 1 positional arguments but 2 were given". Had to change the command to sns.scatterplot(x=predictions, y=y_test). Everything else was perfect, and I learned a lot - THANK YOU!!!

    • @meggy5
      @meggy5 3 місяці тому +1

      i got at that point too, thanks for the fix :))

    • @itstanjorepainting
      @itstanjorepainting 6 днів тому

      Yeah me too then I searched and fixed it

  • @krystian_n6270
    @krystian_n6270 6 місяців тому

    Great work ! Im waiting for others ML algorithms.

    • @alejandro_ao
      @alejandro_ao  6 місяців тому

      thanks!! i’ll try to make more of this 💪

  • @davidcardenas9751
    @davidcardenas9751 20 днів тому

    After watching a lot of videos for Linear Regression your video is by far THE BEST!!! thanks. Just one thing couldn't use scatterplot got a 'scatterplot() takes from 0 to 1 positional arguments but 2 were given' error.

    • @sakshamsharma708
      @sakshamsharma708 17 днів тому

      yeah, I suggest you use the following instead :
      plt.scatter(predictions, y_test, alpha=0.5)
      it does the same thing, hope it helps

    • @abdulmughees9318
      @abdulmughees9318 13 днів тому

      Put x= and y=. and it works

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

    Really thanks it is very helpful

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

      hey there, i'm glad it was helpful! keep it up :)

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

    please make video on lasso,ridge,svm,knn,gradient boost etc..

  • @lauriepoorie
    @lauriepoorie 2 місяці тому

    The coefficient does not determine the most important. The magnitude of each variable varies in the formula. A small coefficient applied to a variable with more magnitude can be the most variance on the model

  • @AmineKhaled-eo4cx
    @AmineKhaled-eo4cx 3 місяці тому

    u are the best

  • @IkerSanchez-kn5kf
    @IkerSanchez-kn5kf Місяць тому

    Hey. Nice video. There's just a thing I'm not sure about. Shouldn't normality, homoscedasticity and tests regarding residuals be done over y_train - predict, where predict is based on the training set? You verified the normality assumption on residuals of y_test - "predict_test". Which one is it?

  • @everythingispossible6310
    @everythingispossible6310 3 місяці тому

    Can you tell me from where I can get this csv file ?