What is R-Squared (R^2) ... REALLY?

Поділитися
Вставка
  • Опубліковано 31 січ 2024
  • What does it mean that X explains a certain percent of the variability in Y? Learn all about R^2.

КОМЕНТАРІ • 18

  • @HelloWorld_Coding364
    @HelloWorld_Coding364 4 місяці тому +2

    this is crystal clear explaination

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

    wow Thankyou Brian, very clear explaination

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

    crystal clear, well done!

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

    This is the most amazing and simple explanation I've seen so far, good job mate.

  • @RamakrishnaN-ms4kl
    @RamakrishnaN-ms4kl 4 місяці тому +1

    Fantastic sir. ❤ Thanks a lot 🙏🙏🙏

  • @cybervigilante
    @cybervigilante 5 місяців тому +2

    You should explain why the differences are Squared.

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

      Great idea, Jim. That gives me an idea for a future video, talking about absolute versus squared differences and why we use squared errors. Thanks!

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

    good explanation

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

    Thankyou very much......

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

    At first I thought this was about R^2 like just the variable squared and not the regression coefficient. :-O

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

    cheers

  • @PriyankaRoy-r1g
    @PriyankaRoy-r1g 12 днів тому

    can you explain why is your intercept -500? the diagram shows that the intercept of the line should be positive. so why is it negative?

    • @briangreco2718
      @briangreco2718  12 днів тому

      The y-intercept is not shown on the graph at all, because the x axis only goes from 60 to 70. X = 0 is way to the left.

    • @PriyankaRoy-r1g
      @PriyankaRoy-r1g 11 днів тому

      @@briangreco2718 But the regression here is drawn with origin as 0. also the regression line is cutting the Y axis somewhere between 50-100, lets assume 75. so it shows when x=0, y=75, which basically is the intercept. I am a bit confused on this. how is the intercept -500 and the graph shows something else

    • @briangreco2718
      @briangreco2718  11 днів тому

      The graph doesn’t show the x=0, so you are reading the graph incorrectly. The equation is correct and you understand the equation correctly, but you are reading the graph incorrectly. There is no y axis.

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

    a.k.a brier score

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

      Brier score is more specifically for predictions of binary events, but yes they are very similar!