Adjusted R squared explained | Adjusted R squared explained with Python example

  Рет қаралды 9,532

Unfold Data Science

Unfold Data Science

Күн бұрын

Пікірлер: 48
@mukutsharma4078
@mukutsharma4078 3 жыл бұрын
Best and easiest explanation on the internet
@UnfoldDataScience
@UnfoldDataScience 3 жыл бұрын
Thanks Mukut.
@dr.walidsoula
@dr.walidsoula Жыл бұрын
Clear explanation of Adjusted R squared 👏
@nitinchauhan242
@nitinchauhan242 2 жыл бұрын
i watch your video today andi got amazed by your skills how you explain simply thankA lot
@UnfoldDataScience
@UnfoldDataScience 2 жыл бұрын
Thanks Nitin for feedback
@nareshjadhav4962
@nareshjadhav4962 3 жыл бұрын
Thanks Aman. Much cleared now😊
@UnfoldDataScience
@UnfoldDataScience 3 жыл бұрын
Welcome Naresh.
@souravbiswas6892
@souravbiswas6892 2 жыл бұрын
Awesome explanation, hence comes the concept of parsimonious model,- obtaining higher accuracy with fewer no of predictors..
@anuradhabalasubramanian9845
@anuradhabalasubramanian9845 2 жыл бұрын
Awesome Explanation Aman ! Great job
@rajalakshmisathivasagam4839
@rajalakshmisathivasagam4839 5 ай бұрын
Nice explanation.
@rahultivarekar6768
@rahultivarekar6768 2 жыл бұрын
NIce informative video. Thank you.
@lancelotdsouza4705
@lancelotdsouza4705 2 жыл бұрын
Thanks for the beautiful videos, love your explanations, so simple but yet profound. Can't thank you enough. Your videos are better than paid courses
@UnfoldDataScience
@UnfoldDataScience 2 жыл бұрын
Thanks for watching Lancelot. Your words mean a lot to me.
@sanketadamapure802
@sanketadamapure802 3 жыл бұрын
Great Aman Sir ....!!!🙂
@UnfoldDataScience
@UnfoldDataScience 3 жыл бұрын
Thanks For watching Sanket.
@henrikherrmann540
@henrikherrmann540 2 жыл бұрын
Great video
@upendram2820
@upendram2820 3 жыл бұрын
Very good sir..
@UnfoldDataScience
@UnfoldDataScience 3 жыл бұрын
Thanks Upendra.
@sadhnarai8757
@sadhnarai8757 3 жыл бұрын
Very good Aman
@UnfoldDataScience
@UnfoldDataScience 3 жыл бұрын
Thank you.
@fahadnasir1605
@fahadnasir1605 2 жыл бұрын
Thank you for very detailed video, outstanding work Aman. One questions - When I create model in python with one independent variable, the output shows adjusted R square in it, how will we interpret adjusted R square for a model which has one independent variable?
@aravinthmegnath3569
@aravinthmegnath3569 Жыл бұрын
For a model with one independent variable, the adjusted R-squared will be the same as the regular R-squared value. The R-squared value ranges from 0 to 1, with 1 indicating that the model perfectly fits the data, and 0 indicating no fit at all. Therefore, if you have a model with only one independent variable, you can interpret the adjusted R-squared value as the proportion of the variation in the dependent variable that can be explained by that independent variable.
@viratmani7011
@viratmani7011 3 жыл бұрын
Based on Rsquared score are we selecting features? Is R squared is a feature selection technique for linear regression?
@UnfoldDataScience
@UnfoldDataScience 3 жыл бұрын
In one way we can say yes, if your adjusted R squared is dropping you may want to revisit the variable and it's contribution on model learning.
@omkarfadtare3054
@omkarfadtare3054 2 жыл бұрын
Thanks you explain every concept in simple words which are so easy to understand..🙏👍 and Thanks to the recommendation engine as well which recommended me your channel 😄😄
@UnfoldDataScience
@UnfoldDataScience 2 жыл бұрын
It's my pleasure
@dilnawazahmed949
@dilnawazahmed949 2 жыл бұрын
Kya padhate h bhai aap Maza aa gya 👌👌
@UnfoldDataScience
@UnfoldDataScience 2 жыл бұрын
Pls share with friends as well. Thank you.
@dilnawazahmed949
@dilnawazahmed949 2 жыл бұрын
@@UnfoldDataScience Okay Sir 👍
@ankitachaudhari99
@ankitachaudhari99 2 жыл бұрын
Good crisp explanation
@UnfoldDataScience
@UnfoldDataScience 2 жыл бұрын
Thanks Ankita. Please share with friends as well.
@ankitachaudhari99
@ankitachaudhari99 2 жыл бұрын
@@UnfoldDataScience yes
@letslearnwithumesh4360
@letslearnwithumesh4360 2 жыл бұрын
You explain very good
@UnfoldDataScience
@UnfoldDataScience 2 жыл бұрын
Thanks a lot
@bhavithakusam7962
@bhavithakusam7962 3 жыл бұрын
What's the difference between adjusted-r square and feature importance? And when to use them
@UnfoldDataScience
@UnfoldDataScience 3 жыл бұрын
Feature importance is at feature level/Column level whereas adjusted R squared is at model level.
@SACHINKUMAR-px8kq
@SACHINKUMAR-px8kq 2 жыл бұрын
Thanks sir
@rezazaman5278
@rezazaman5278 2 жыл бұрын
Thanks for such excellent videos. Just to make my understanding correct about the formula: R2 = 1 - [(1-R2)*(n-1)/(n-k-1)] Questions : 1. Is Adj. R2 calculated based on train and test dataset independently or on entire dataset ? 2. model.score(X, y) : are X and y from entire dataset or from X_train,/y_train or from X_test/y_test separately ? n = is it the total observations in actual dataset or depends on the length of train and test dataset ? k = X.shape[-1] , X from actual dataset or from X_train/y_train? Thanks Aman.
@aravinthmegnath3569
@aravinthmegnath3569 Жыл бұрын
1.The adjusted R-squared is calculated based on the entire dataset used to build the model. It is a measure of how well the model fits the data overall and takes into account the number of independent variables in the model.
@subhajitdutta1443
@subhajitdutta1443 2 жыл бұрын
Hello Aman, Can u please help me to know if we add some important feature then what will happen to adjusted R square? Is it going to increase or decrease?
@UnfoldDataScience
@UnfoldDataScience 2 жыл бұрын
if its important, it should increase
@subhajitdutta1443
@subhajitdutta1443 2 жыл бұрын
@@UnfoldDataScience Thanks for your quick response.
@subhajitdutta1443
@subhajitdutta1443 2 жыл бұрын
Epic
@UnfoldDataScience
@UnfoldDataScience 2 жыл бұрын
Thanks Subhajit🙂
@willhallahan3986
@willhallahan3986 Жыл бұрын
Actually I have heard of research that indeed employee height influences payrates. Taller workers get more $$$$!
@supriyasingh8083
@supriyasingh8083 Жыл бұрын
How did one land at this formula
@shiv_at_work
@shiv_at_work 2 жыл бұрын
Happy Teacher's Day
@UnfoldDataScience
@UnfoldDataScience 2 жыл бұрын
Thanks Shivani.
R-squared, Clearly Explained!!!
11:01
StatQuest with Josh Starmer
Рет қаралды 219 М.
How to have fun with a child 🤣 Food wrap frame! #shorts
0:21
BadaBOOM!
Рет қаралды 17 МЛН
"Идеальное" преступление
0:39
Кик Брейнс
Рет қаралды 1,4 МЛН
Почему Катар богатый? #shorts
0:45
Послезавтра
Рет қаралды 2 МЛН
Adjusted R squared vs. R Squared For Beginners | By Dr. Ry @Stemplicity
9:36
Probability Vs Likelihood | Difference between Probability and Likelihood
7:57
Regression and R-Squared (2.2)
6:32
Simple Learning Pro
Рет қаралды 285 М.
7 Outside The Box Puzzles
12:16
MindYourDecisions
Рет қаралды 164 М.
How to have fun with a child 🤣 Food wrap frame! #shorts
0:21
BadaBOOM!
Рет қаралды 17 МЛН