45 - Linear regression using Sci-Kit Learn in Python

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

КОМЕНТАРІ • 29

  • @casimirronnlof7396
    @casimirronnlof7396 4 роки тому +3

    Thank you! I tried to find a very beginner-friendly tutorial, and this is the best one I've found!

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

    Great video. I've had classes for both machine learning and deep learning. I've passed the classes with good grades,but this series has really helped me deepen my understanding over data analysis in general. Great job on your videos,I'm very thankful!

  • @surflaweb
    @surflaweb 3 роки тому +1

    this is not very good is AMAZING. thanks sir I learned a lot with this tutorials.
    Thanks for share the code also.. keep it up

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

    this is marvelous..... i am searching through your channel right now to explore more... i am a beginner in machine learning and i believe your tutoring approach is giving big hope

  • @felip6180
    @felip6180 4 роки тому +2

    The R² value is good, and the residual plot (using seaborn) shows the randomness of the residue, implying the fit was good

  • @javi19841000
    @javi19841000 4 роки тому +1

    Very good video, Thank you so much... Good work

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

    One of the best expatiations. 👏👏👏👏👏👏👏👏

  • @sidohamadi4635
    @sidohamadi4635 2 роки тому +1

    Thank you sreeni

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

    thanks

  • @1UniverseGames
    @1UniverseGames 3 роки тому

    Thank you sir, learned a lot as a novice student

  • @et1428
    @et1428 3 роки тому

    You are the best.

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

    Great content!

  • @finnmccool8671
    @finnmccool8671 5 років тому +1

    Good tutorial. Simple and straight forward. Maybe a plot of the regression line and the original data points would have been nice for a visual. Seaborn does this but I don't think it gives the equation for the line??

    • @DigitalSreeni
      @DigitalSreeni  5 років тому +1

      You are right, Seaborn displays the linear regression line by default but it does not display the equation. Of course you can always get the slope and intercept values using linregress from stats in scipy package (or linear_model in sklearn like I showed in the video).

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

    in case anyone gets "module not found" for sklearn - open conda prompt and run "conda install -c anaconda scikit-learn"

  • @sathishkumarpalani9511
    @sathishkumarpalani9511 4 роки тому

    Very nice lecture sir

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

    thanks alot for the Video. Where can we find the file you were using?

  • @himanshu8006
    @himanshu8006 4 роки тому

    thanks, it was helpful

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

    Hi Sreeni, why didn't you train_test_split in testing and training the model?
    Is it ok to train the model directly without splitting the data set.
    please explain to me when it is necessary to used train_test_split

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

      I do not do train and test split for linear regression as the fitting provides MSE metric that reflects the accuracy of the fit.

  • @et1428
    @et1428 3 роки тому

    Why do you predict 2.3?

  • @hasanshaikh2014
    @hasanshaikh2014 3 роки тому

    this lecture is not up to the level as compared to other lectures @sreeni please explain with more examples when you write the code because at some point in time it feels like what is the use of this code and why it is written.

    • @DigitalSreeni
      @DigitalSreeni  3 роки тому

      It is unfortunate that you do not find the explanation to be clear. Any suggestions on what is missing so I can fix it the next time I cover this topic?

    • @hasanshaikh2014
      @hasanshaikh2014 3 роки тому

      @@DigitalSreeni after watching the 6th time this lecture now I understand the whole concept which is covered in this lecture.