Ridge, Lasso and Elastic-Net Regression in R

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

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

  • @statquest
    @statquest  3 года назад +19

    NOTE: There seems to be an update to the elastic net package and if you run the code, your results might not be exactly what I got in the video. However, the concepts are still the same.
    Support StatQuest by buying my book The StatQuest Illustrated Guide to Machine Learning or a Study Guide or Merch!!! statquest.org/statquest-store/

  • @alexxu8839
    @alexxu8839 2 года назад +16

    Really appreciate how you explain every argument of the function. Such a life saver!

  • @alexanderlewzey1102
    @alexanderlewzey1102 6 лет назад +73

    This is literally one of the best channels on youtube! This channel will be massive in a couple of years.

    • @statquest
      @statquest  6 лет назад +11

      Thank you so much! I really hope that it continues to grow. I have a lot of fun working on these videos.

    • @injusticeanywherethreatens4810
      @injusticeanywherethreatens4810 2 года назад +4

      greetings from th future. You weren't wrong!

  • @shs-vg5wy
    @shs-vg5wy Год назад +2

    I love how every time I feel super anxious trying to find out solutions for my questions, you being a lifesaver and also make me laugh lol

  • @laurielommel1582
    @laurielommel1582 4 года назад +13

    Thank you so much for this amazing work you are doing and your wonderful explanations! You cannot imagine the help you are providing for stat-ungifted students like me! Greetings from Belgium!

  • @rong8687
    @rong8687 4 года назад +1

    I really love your videos! They are so easy to understand! I could hardly understand what lecturers taught in lectures, but I could quickly understand your video with lively pictures and detailed annotations! I love your beautiful song as well!

  • @jiazhou776
    @jiazhou776 3 года назад +1

    Just a beginner to explore Elastic net regression. Your videos are the best I found to get around with all the concepts. Thanks for your works. They will help me with my research! All the best :)

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

      Glad it was helpful!

  • @lowyieldbondfunds
    @lowyieldbondfunds 5 лет назад +9

    StatQuest killing it yet again. Literally using every video to supplement my grad degree.

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

      Awesome!!! I'm glad my videos are so helpful. :)

  • @MrNut89
    @MrNut89 5 лет назад +4

    Oh my god... I've been struggling for hours and read so many VERY THICK books and gone through so many videos that I was honestly just sick of things! Then I found you. Where have you been all my life? XD Thank you so much! This was both silly enough that it cheered me up after so much frustration AND it was slow and direct enough for even me to understand! Thank you so much!

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

      Awesome!!! I’m glad you like the videos. :)

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

    Most comprehensive explanation of how to implement ridge / lasso in R I can find. Thanks!

  • @olcaybolat3452
    @olcaybolat3452 2 года назад +1

    Josh this is so clear, I don't know why you don't have many reviews with R. I hope we would get similiar R contents ! Thank you.

    • @statquest
      @statquest  2 года назад +1

      Thank you very much! :)

  • @ChristianGardner
    @ChristianGardner 2 года назад +1

    You are the literal 🐐 of learning anything I’ve ever needed to know for statistics and modeling in R

  • @mamoncitomc4637
    @mamoncitomc4637 Год назад +1

    one of the best videos ive watched for my upper division statistics classes

  • @danielalveal9780
    @danielalveal9780 2 года назад +1

    Thank you so much Josh! before watching your videos this was literally impossible for me to learn. I really appreciate your work.

  • @dssk2001
    @dssk2001 3 года назад +1

    My entire project for courses done based on your concepts. Thank you very much

  • @KayYesYouTuber
    @KayYesYouTuber 3 года назад +1

    Fantastic video. Thanks Josh. You have made it so simple and easy to understand.

  • @tranglerui
    @tranglerui 2 года назад +1

    Thanks so much for you series videos, and for this tutorial paradigm. You are always BAM!!!!

  • @jordanmakesmaps
    @jordanmakesmaps 5 лет назад +21

    Have you considered making a book that includes your explanations of concepts along with code examples? I really think it would make its way to the top along with ESL and ISLR. Thanks for your work!

    • @statquest
      @statquest  5 лет назад +17

      Wow! That's a huge complement. Maybe one day I'll make a book. Right now I only have enough spare time to make these videos - but maybe they will be successful enough that I can work on teaching stats and ML full time.

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

      @@statquest You definitely should! There is a huge amount of people getting into Analytics and Machine Learning without a proper quantitative background who struggle with textbooks like ISLR.

    • @thomashessilt9738
      @thomashessilt9738 4 года назад +1

      And with a CD in the back to play the introduction songs for each statistical test or chapter. Like in the good old days!

  • @benben0814
    @benben0814 6 лет назад +4

    My wish came true! Thank you Josh!

    • @statquest
      @statquest  6 лет назад +2

      Hooray! It took one week longer than I hoped, but better late than never! :)

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

    You just make it very clear and understandable. Thank you Josh!

  • @meetharita
    @meetharita 4 года назад +1

    Excellent Explanations. This was very much useful for my assignment. Thanks a million!

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

      Glad it was helpful!

  • @afrakilic5672
    @afrakilic5672 3 года назад +1

    adamlığın zekatını ver be. böyle iyi anlatılır mı

  • @nancyanderson5413
    @nancyanderson5413 2 года назад +1

    I am a devoted fan of your channel, thank you very much.

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

    For anyone who is a bit confused, giving a concrete example, say you're trying to predict if someone will commit fraud. Y contains records of people who have and have not committed fraud. Meanwhile, X contains the "features" about those people, like their sex, age, income, and so on. Each feature is a column in X, and each row is a person. You are trying to predict if someone will commit fraud, so you put in these features (x.train) into a linear regression algorithm, with if those people actually did commit fraud (y.train).
    If anyone is curious why glmnet requires x.train to be a 2 column+ matrix (two or more features), the package maintainer Trevor Hastie said, "glmnet is designed to select variables from a (large) collection. Allowing for 1 variable would have created a lot of edge case programming, and I was not interested in doing that. Sorry!"

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

      This is a great comment. Thank you! :)

    • @razzlfraz
      @razzlfraz 4 года назад +1

      @@statquest You're welcome! ^_^

  • @danniawu1030
    @danniawu1030 4 года назад +1

    I can't love your videos more
    pls keep making videos for us!
    greetings from Germany

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

      Thank you very much!!! :)

  • @Mgggggggggggggggggggggg
    @Mgggggggggggggggggggggg 4 года назад +2

    the best channel ever! you save my life!

  • @macilguiddir3680
    @macilguiddir3680 6 лет назад +1

    Top, as usual! Exactly what I needed! Thanks, my friend

  • @joshualaferriere4530
    @joshualaferriere4530 4 года назад +5

    Would have been nice if you showed the final model and prediction accuracy over a holdout test set

  • @arungandhi5612
    @arungandhi5612 3 года назад +1

    amazing I learnt so much which i could not learn in class,

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

      Glad it was helpful!

  • @joshuasuasnabar6058
    @joshuasuasnabar6058 4 года назад +2

    BAAAAAAM! Thanks a lot Josh Starmer!

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

    I agree, with the opinion that this is one of the best channels on statistical RUclips!
    I ´d like to answer how do you make the same in logistic and cox regression. Specifically, how do you obtain the line -> mean
    Example: With Ridge Cox Regression
    alpha0.fit

    • @statquest
      @statquest  2 года назад

      Unfortunately I've only used 'mse' and haven't tried logistic or cox regression.

    • @deprofundis3293
      @deprofundis3293 Год назад

      Hi @shattowsky!! Did you ever figure out how to do this step for logistic regression??? I'm in the same boat - I really hope you see this and respond!!

  • @aliciachen9750
    @aliciachen9750 5 лет назад +7

    i like how the seed is the same as the hitchhiker's guide's answer to life... lol.

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

      Exactly! That’s my favorite seed.

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

    Hey Josh.. Your videos are too good.. Simple yet explanatory.. We are lucky to have you here.. i wanted to ask a question to you on this video.. why do we generally use to have training set as 2/3 or maybe 70% of total data.. why not any other number.. suppose if we have 10 million rows and i want to train a model then 50% of the data as training set still gives us a good amount of data to train.. then why always 70:30..

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

      70/30 is just a convention, it's not a rule. 70/30 tends to work well in practice, but that's the only justification for using it.

  • @belantaribrahim850
    @belantaribrahim850 2 года назад +1

    Truly amazing work 👏 🙌 👌

    • @statquest
      @statquest  2 года назад +1

      Thank you so much 😀!

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

    This is amazing! Thank you for making these!

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

    This video is awesome, as the others. Thank you!

  • @黃岱瑋
    @黃岱瑋 4 года назад +1

    Clearly explained video!!!
    Hi, I am doing an elastic-net regression to logistic regression to see whether the result is yes or no. My question is that at the video 16:17, how can I calculate the deviance instead of mse by using categorical "y.test" and numeric "predicted"?
    Hope to see your reply soon. Thanks!!!

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

      See: www.sthda.com/english/articles/36-classification-methods-essentials/149-penalized-logistic-regression-essentials-in-r-ridge-lasso-and-elastic-net/

    • @黃岱瑋
      @黃岱瑋 4 года назад

      @@statquest Thanks!!! This helped me a lot!!!

  • @sheilaquan9824
    @sheilaquan9824 4 года назад +1

    Wow nice music and lecture!

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

    Love your videos! Would be great if you had this one for python coders also

  • @jives.
    @jives. 3 года назад +2

    StatQuest gang rise up

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

    Sir you must be a full time professor in any reputed university. You can explain the math to a nonmath person. I have found your lecture the best lecture till date. thanks a lot for posting it.
    sir I have a query could you please guide me where should I start to study for applying the lasso and ridge for panel data.. god bless you sir.. Sir please help me...

  • @omarelashkar2308
    @omarelashkar2308 2 года назад +1

    Great explanation!

  • @최다인-y5u
    @최다인-y5u 4 года назад +1

    Loved it! Thank you so much:)

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

    You are simply the best !!!!

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

    Josh, thank you for this great video. How can we extract 15 parameters used for predicting outcome from the fit model?

  • @hahahaha-m4o
    @hahahaha-m4o 5 лет назад +1

    11:35 , When choosing `family = "multinomial"`, should I check deviance rather than MSE?

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

    Super great video!

  • @joycem.205
    @joycem.205 4 года назад +1

    How can I compare models in terms of the importance of variables?
    Thanks for this video!!!

  • @deprofundis3293
    @deprofundis3293 3 года назад +1

    Apologies if this is an inane question, but is it actually necessary to do the partitioning of a training set (as opposed to simply "ideal" to do it)? I watched the creator of the package's webinar and have looked over the package documentation, and it didn't seem to be a requirement that I partition my data like you do in this example (ie, deliberately creating a training subset). It appears that he performs the cross-validation on the same dataset as the elastic net regression. I really don't think I have enough data to create a training set...I have an unfortunately small sample size (despite extensive efforts - it's a tough field) and a lot of explanatory variables (many of which are correlated). (And it's a categorical DV, so I'm doing a multinomial model, fwiw.)

    • @statquest
      @statquest  3 года назад +1

      Always just do what you can with the data you have. If you don't have enough data for separate training and testing datasets, then don't split the data up.

    • @deprofundis3293
      @deprofundis3293 3 года назад +1

      @@statquest thank you, I really appreciate your reply!!

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

      @@statquest Hi again - I was wondering if you knew how to do this using LOOCV. I emailed Trevor Hastie, explaining my small dataset issue, and he said that LOOCV would make more sense for me, then. But I've looked everywhere and can't find any tutorials or example code that show how to do this. I mean, I know that I'd set the number of folds to be the same as my sample size, but I don't know how else to set the R code up, which steps to skip, etc...all of the examples seem to do the train/test splitting. I understand if it's too much to ask, but any guidance at all would be greatly appreciated!!

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

    Great Video. Can you give a real life case study example like for linear regression to predict the amount spent by a customer on a e-commerce site or for logistic regression whether the person will default on loan payment, etc.

  • @leoccleao
    @leoccleao 4 года назад +1

    Uhuuu Thanks again for opening new windows for us. Question: for Logistic regression, can I just use classification accuracy to compare models? Logloss would be the counterpart for MSE, but you know... try to tell a CEO the logloss is higher for a given alpha lol

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

      You can use a confusion matrix for logistic regression and all associated metrics (accuracy) ruclips.net/video/Kdsp6soqA7o/видео.html . You can also use ROC/AUC: ruclips.net/video/4jRBRDbJemM/видео.html

  • @yulinliu850
    @yulinliu850 6 лет назад +1

    Thank you Josh!

  • @benedettaconte4634
    @benedettaconte4634 3 года назад +1

    Please could you do a lesson to explain us how to perform the elastic net with logistic regression? Should we use differences in likelihood instead of mean squared error? Thanks!!

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

      Although I'm not certain how it is done, I think you are correct - that we simply replace the SSR with the log likelihood.

  • @AdrianaCastilloC
    @AdrianaCastilloC Год назад

    This is GREAT, Josh!! Thanks for the video. Do you have by any chance any video or source I can watch/read for running this script when using spatial data? I have a shapefile and I need to run a Lasso model. Any help would be greatly appreciated!!!!

    • @statquest
      @statquest  Год назад

      Not that I know of. :(

    • @AdrianaCastilloC
      @AdrianaCastilloC Год назад +1

      @@statquest Thanks anyway :) Just for the record: seems that the function "glmnetcv" package "spm2" works for that.

    • @statquest
      @statquest  Год назад

      @@AdrianaCastilloC bam!

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

    Hi Josh... An awesome Video.. Thanks
    @10:15 - the attribute lambda.1se = that resulted in simplest model(fewest non zero paramenters) and within 1 std error of Lambda that had the least sum
    I request for a better understanding here....
    When we say within 1 std error - we mean - the model for which the predicted values are within 1 std error from y.. is that correct?
    Please clarify
    Also What is a cross Validation error?

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

      lambda.min represents the value for lambda that resulted in the lowest cross validation error (the average of the sums of the squared residuals between the observed and predicted values for each iteration of cross validation). lambda.1se is the value for lambda that results in the simplest model such that the cross validation error is within one standard error of the minimum.
      Choice of lambda.1se vs lambda.min boils down to this...Statistically speaking, the cross validation error for lambda.1se is indistinguishable from the cross validation error for lambda.min, since they are within 1 SE of each other. So we can pick the simpler model without much risk of severely hindering the ability to accurately predict values for 'y' given values for 'x'.

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

      Thank You Very Much

  • @thegreenpotato1
    @thegreenpotato1 4 года назад +1

    You're a hero man

  • @deprofundis3293
    @deprofundis3293 3 года назад +1

    Hi again - I was wondering if you knew how to do this using LOOCV. I emailed Trevor Hastie, explaining my small dataset issue, and he said that LOOCV would make more sense for me, then. But I've looked everywhere and can't find any tutorials or example code that show how to do this. I mean, I know that I'd set the number of folds to be the same as my sample size, but I don't know how else to set the R code up, which steps to skip, etc...all of the examples seem to do the train/test splitting. I understand if it's too much to ask, but any guidance at all would be greatly appreciated!!

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

      Unfortunately I can't help you with your code.

  • @reyruben619
    @reyruben619 3 года назад +1

    Thank you so much!

  • @AghilAlaee
    @AghilAlaee 4 года назад +1

    Hi, just God bless you.

  • @nancyanderson5413
    @nancyanderson5413 2 года назад +1

    I Will definitely buy your book, and if you want to sell it in Spanish I can do the Translation for you.

    • @statquest
      @statquest  2 года назад

      WOW!!! Thank you very much!!!

  • @Patrick-fw4hr
    @Patrick-fw4hr 3 года назад

    Thank you so much for your videos, they always help a lot to understand what really happens behind the formulas!
    I've been wondering whether one needs to use the foldid argument in the cv.glmnet function in the first (fitting) loop of the elastic net. The documentation says that if alpha is being cross-validated, one may use a fixed foldid vector to make the folding comparable for all alpha values. Is that one of the issues with the glmnet update? Thanks! :)

  • @peperazo
    @peperazo Год назад

    Excellent video, it helped me a lot to understand these regressions. I have a question, in the Elastic Net example we have manipulated the alpha values ​​from 0 to 1 and it gave us that Lasso is still the best. But can you change the lambda values ​​to find different Elastic Net regressions and see if any of them are better than Lasso?
    What is the value of lambda worked in the last example?

    • @statquest
      @statquest  Год назад +1

      cv.glmnet() automatically tests different values for lambda for us and uses cross validation to find the best one. See: 9:11

    • @peperazo
      @peperazo Год назад +1

      @@statquest You are totally correct, I forgot that part. Thank you very much, the video is perfect and very well explained!!!!

  • @1996janjan
    @1996janjan Год назад

    Thanks for the informative video! I was wondering why we would split up the sample in a testing and training set and also you use the k-fold cross-validation method? Is this standard procedure? It is my understanding that one either uses the k-fold corss-validation or the validation set approach.
    Thanks for your help!

    • @statquest
      @statquest  Год назад +1

      It's actually quite common to combine both methods.

    • @1996janjan
      @1996janjan Год назад +1

      @@statquest Thanks for the quick response. This information is very helpful!

    • @Pablovgd
      @Pablovgd Год назад

      @@statquest Follow up question on this: Am I understanding it correctly that the K fold validation here is only happening on the train set to estimate the best value for the lambda parameter? Would it make sense to, for example, also use K-fold CV while splitting the data in test/train (like in your video on cross validation). So in practice if we divide the data in 5 folds: use 4 folds to do the CV to determine lambda and train the model & 1 fold for testing, then use 4 different folds to do the CV to the determine labda and the fifth one for testing, and so on. Hope I made myself clear enough. Thanks a lot in advance!!

    • @statquest
      @statquest  Год назад

      @@Pablovgd If you have a lot of data, you can do it that way.

  • @PASALAPRAVALLIKA-hs6mt
    @PASALAPRAVALLIKA-hs6mt 6 месяцев назад

    I appreciate for your detail explanation by taking best visualization content and examples. Can you also upload code in python as well?

    • @statquest
      @statquest  6 месяцев назад

      I hope to do that one day.

  • @放射腫瘤部
    @放射腫瘤部 3 года назад

    Thanks a lot!
    I want to ask
    Do we need to scale the testing and validation set for prediction?
    What if we only have one sample to use? There’s no way to scale it to obtain a risk score..?

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

      You can remember the scaling coefficients from the training data and apply them to the testing data.

  • @kenn756
    @kenn756 6 лет назад +1

    Hey Josh could you please do a video on comparing Bagging, Boosting and Stacking?

    • @statquest
      @statquest  6 лет назад +3

      Yes! That is on the to-do list. Hopefully I can get to it soon.

    • @kenn756
      @kenn756 6 лет назад

      @@statquest Awesome!

  • @danielcordeiro6003
    @danielcordeiro6003 2 года назад +1

    Why do we dived the data into training and testing if the cv.glmnet already does cross validation? Or in other words. Shoudn't we introduce all data in the cv.glmnet function and set it to 3-fold?

    • @statquest
      @statquest  2 года назад

      You could do it that way, but often people like to reserve a small amount of data for validation, as done here.

  • @赵宛冰
    @赵宛冰 6 лет назад +2

    Could you please answer my question?If you want to use the obtained omics data such as protein/gene matrix to build a machine learning model, should you remove the correlated variables by Elastic-Net Regression or some methods like this??
    Thank you a lot!

    • @statquest
      @statquest  6 лет назад

      It depends on the method. Removing noise from your data usually helps, though, so it's not a bad idea to try it.

    • @赵宛冰
      @赵宛冰 6 лет назад +1

      @@statquest If it is in modeling, the multicollinearity variable should be removed. However, when doing pathway enrichments during the differential expression analysis, it is desirable to obtain the clusters of similar variables. Should the two situations be treated differently?

    • @statquest
      @statquest  6 лет назад

      @@赵宛冰 Of course, those are two separate problems.

    • @赵宛冰
      @赵宛冰 6 лет назад +1

      @@statquest So in omics filed,we also do not include redundant variables in the model even though those variables are significantly differential expression if they are highly correlated?Thank you for your answer!LOVE U~

    • @statquest
      @statquest  6 лет назад +1

      @@赵宛冰 It really depends on what you are trying to accomplish. If you are interested in pathway analysis, then all you use are the differentially expressed genes - all of them - even correlated ones. If you are interested in separating samples - using PCA or LDA or k-means clustering or whatever, again, the differentially expressed genes - all fo them, even the correlated ones - are very useful. However, if you are trying to use gene expression to predict if someone will develop cancer or heart disease, then it's not clear if the correlated genes will help or not. My guess is that they would still help, and Elastic-Net regression does the best in that situation - it treats correlated variables as a group and reduces their influence as a group.

  • @raiydos7796
    @raiydos7796 Год назад +1

    Thank you so much for the video!
    I know the video is 4 years old, but just in case someone reads this, at 11:03 as you explained in previous videos, Ridge doesn't eliminate parameters. What is really happening here? I couldn't understand
    Thank you again!

    • @statquest
      @statquest  Год назад

      So, Lasso and Elastic-Net can both remove parameters, and using lambda.1se gives us the model that performs within 1 standard error of the absolute best, but has the fewest parameters. However, we will also use lambda.1se for Ridge, even though ridge can't remove parameters, just to be consistent.

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

    Very intuitive way of teaching. I used lasso for a bunch of categorical variables and it's giving one Beta estimates for each unlike glm or lm. e.g. Education variable has many levels - No education, High school, Graduate, Masters and Doctorate but lasso has given one coefficient -0.254. How to interpret these Beta?

    • @statquest
      @statquest  3 года назад +2

      You have to transform your categorical variables via one-hot-encoding. See: stats.stackexchange.com/questions/136085/can-glmnet-logistic-regression-directly-handle-factor-categorical-variables-wi/210075

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

    Hi stat community and Josh! What if I want to compare elastic net and naive elastic net results according to Zou and Hastie (2005) approach which is a simple rescaling of the coefficient, what I have to do? Is the cv.glmnet function the naive version of the elastic net or is it adjusted? Thank you!

    • @statquest
      @statquest  3 года назад +1

      Hopefully someone else can answer this question! :)

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

    I love your videos!

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

    Really nice video!
    I would love to know how can I extract the adjusted R² for the linear regression.
    Thak you Josh, you make a great job with these videos, they are really useful!

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

    Thanks for the helpful video. In the last part you do a 10-fold CV for each lambda value and for each alpha value, since you are looping and running glmnet for each combination of lambda and alpha. What is the purpose of doing an additional 66 - 34 training-testing split and evaluating the models again? Why not just take the MSEs from the results of the cross-validation?

    • @statquest
      @statquest  4 года назад +1

      It is common to reserve a separate set of data, which I call x.test and y.test, that was not used in training at all to give a sense of long term performance. Why? To quote from: datascience.stackexchange.com/questions/18339/why-use-both-validation-set-and-test-set
      "You cannot use the cross validation set to measure performance of your model accurately, because you will deliberately tune your results to get the best possible metric, over maybe hundreds of variations of your parameters. The cross validation result is therefore likely to be too optimistic."

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

      @@statquest This makes sense, thanks for responding quickly and for the answer!

  • @wenjiechen101
    @wenjiechen101 2 года назад

    Thank you so much for the vedio! May I ask how can we know what is the fitted model looks like after regulization?

    • @statquest
      @statquest  2 года назад

      I'm not really sure what you mean by "looks like". Are you asking how to extract the specific parameter estimates or how to draw a graph of the model?

    • @wenjiechen101
      @wenjiechen101 2 года назад

      @@statquest Yes, I meant how to extract the specific parameter estimates. Especially when we need to do the interpretation.

    • @statquest
      @statquest  2 года назад

      @@wenjiechen101 Use the coef.glmnet() function. For example, to get the coefficients for the first model in this example, we would use: coef.glmnet(alpha0.fit, s=alpha0.fit$lambda.1se) NOTE: This will print out all 5000 coefficients! So you might try head(coef.glmnet(alpha0.fit, s=alpha0.fit$lambda.1se)) to just look at the first 6.

    • @statquest
      @statquest  2 года назад

      For more details, see: cran.r-project.org/web/packages/glmnet/glmnet.pdf

    • @wenjiechen101
      @wenjiechen101 2 года назад +1

      @@statquest Thank you so much!

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

    clear ever! thank you!

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

    how can we deal with the variable in dataform which is not continuous with glmnet, such as categorical variable and ordinal variable?I have read many papers and all of them told me dataform should be transfer into matrix before we conduct the glmnet.but ,you know,in matrix,all the variables are the same type.so??thank you.

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

      Lets say your data looks like this:
      Type Value
      A 1
      A 2
      B 3
      B 2
      C 4
      C 3
      and we call this "Data"
      And we want to predict Value based on Type which is a group or (factor) variable type. In R, using glmnet, you can use command:
      X

    • @砷硼
      @砷硼 5 лет назад

      sorry for the late reply,thank you very much

  • @sindhubiswas6539
    @sindhubiswas6539 4 года назад +1

    Suppose I am fitting an ordinary Least Squares model to my data set and found it has multicollinearity. Can i use the steps that you just discussed?

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

    hi josh, iam watchin from Brazil, yout videos are really awesome. in this example, its possible to use regression in non-numeric variable?

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

      By "non-numeric", do you mean "categorical"? If so, then yes, you can use those variables as well.

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

    @StatQuest with Josh Starmer Is there a way we can look up at the coefficents for the parameters (Variables) of the model? To look up wich variables are kept in the model and wich shrink.

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

      Sure, just compare the optimal coefficients to the original least-squares fit.

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

      @@statquest Yes but how do i acces the coefficiients i mean :D.

    • @statquest
      @statquest  3 года назад +1

      @@galan8115 You use the "coef()" function. The parameters for the "coef()" function are the same as they are for the "predict()" function. For example, here is how to get the parameters for the Ridge regression: coef(alpha0.fit, s=alpha0.fit$lambda.1se)

    • @galan8115
      @galan8115 3 года назад +1

      @@statquest Thank you!

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

    Please do a video on Auto Correlation ACF & PACF...,

  • @콘충이
    @콘충이 4 года назад +1

    Thank you so much

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

    Is the SME formula same for logistic regression?

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

    I'm new to R and though I've looked I wasn't able to find the answer to this: how do I extract the fitted weights from the fit object?
    also: I've performed this (with a slight modification: I did logistic regression by making the necessary changes according to the video) on my data but the MSE values do not change for different alphas at all - how to interpret this?

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

      This page describes how to access the coefficients: web.stanford.edu/~hastie/glmnet/glmnet_alpha.html
      Basically, you use the print() function, as in print(alpha0.fit), to determine the value of lambda that you are interested in, and then you use the coef() function to extract those coefficients, as in coef(alpha0.fit, s=0.1) (where 's' is the value for lambda. I'm not sure why it's called 's').

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

      @@statquest thanks a bunch. really useful vids! very generous of you to make them.

  • @Jas-ti7hr
    @Jas-ti7hr 3 года назад

    Thank you for your video! It's very helpful!
    Is it possible that we might get different results because of the update of the package or functions? I got the slight different results and that had the the best method altered. When alpha = 0.9, we got the lowest value at 1.182, compared to mse being 1.184 when alpha = 1. Is there any possible explanation? Thank you!

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

      I'm not sure. Did you use my code our write your own?

    • @Jas-ti7hr
      @Jas-ti7hr 3 года назад

      @@statquest Yes, I tried to do it on my own step by step, and then I downloaded your script, but I got the same results as mine :(

    • @statquest
      @statquest  3 года назад +1

      @@Jas-ti7hr I just reran my own script and got the same values you got, so there must be a change in the updated version of the package. This is a little disconcerting, but it is what it is. Thanks for pointing it out.

    • @Jas-ti7hr
      @Jas-ti7hr 3 года назад +1

      @@statquest thank you very much for the checking!

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

    Hi Josh,
    What is "y" here?
    I see you are taking y=apply(x[,1:real_p],1,sum)+rnorm(n)
    But why do we need the sum?
    I'm working on dataset "divorce_margarine" available in package "dslabs"
    In this case, what should be my "y"?

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

      'y' is the dependent variable. In other words, 'y' is thing we are trying to predict. In this equation, we are making 'y' a function of the first 15 "independent variables" (the things that are making the predictions). We are using Regularization to filter out the other variables that are not related to 'y'. In your case, 'y' should be whatever you are trying to predict.

    • @rishiprasana8285
      @rishiprasana8285 4 года назад +1

      @@statquest Got it. Thanks a lot. I'm watching every video of yours and they are amazing :)

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

      @@rishiprasana8285 Thanks! :)

  • @ms_1918
    @ms_1918 4 года назад +1

    Thank you

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

    Hey Josh. So after running both a ridge and lasso regression models on my data; the MSE values are the same.
    What does this mean/say about my models..? I tried looking this up but I can't really find anything.

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

      It may mean that the penalty is 0.

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

      @@statquest So in other words, my best model is simply just a least squares regression?
      I also tried using range of alpha values from 0.0 to 1.0, and all 11 MSE values are the same :

  • @lizhang9898
    @lizhang9898 6 лет назад +1

    hi Josh would you consider a series on multlevel modelling? love your videos

    • @statquest
      @statquest  6 лет назад +1

      I've added Multilevel Models to my "To-Do" list, although it might be a while before I can get to it.

    • @lizhang9898
      @lizhang9898 6 лет назад

      looking forward to it!

    • @lizhang9898
      @lizhang9898 6 лет назад +1

      Hi Josh, if it doesn't sound too greedy and pushy :-), perhaps would you also consider a video comparing different mediation analysis packages on R, such as "mediation", "mbess", "processr" (R version of the SPSS macro) etc. I (and some other folks) have been trying to figure out their differences and respective advantages and will certainly appreciate your perspective.

    • @statquest
      @statquest  6 лет назад +1

      I'll put that on the to-do list as well.

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

    Very nice, but could you show an example with a dataset with missing values?

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

      I think this video is for a cleaned dataset wherein you have already imputed missing values , gotten rid of outliers to name a few.
      What you are talking about comes in data preprocessing step

  • @ll-bc4gn
    @ll-bc4gn Год назад

    Hello (: about the "real_p", is there a reason you choose 15 instead of other numbers?

    • @statquest
      @statquest  Год назад

      What time point, minutes and seconds, are you asking about?

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

    Pl prepare a video on Bayesian regression

  • @blackV199
    @blackV199 2 года назад

    I have question, LASSO is useful for feature selection, how did you know from the start that only 15 feature (out of the 5000) will be informative ? I want to use LASSO to find and use the informative genes.

    • @statquest
      @statquest  2 года назад

      This video is intended to show how LASSO works and thus, the datasets were created in such a way to highlight feature selection. Thus, we created a dataset were 15 of the features were useful.

  • @xiangnan-oz9hs
    @xiangnan-oz9hs 6 лет назад +1

    Give you thumbs-up!

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

    Hi Josh,
    Not sure if I screwed up - when I ran your Example 2 with 1500 useful variables (took 10 minutes to complete on my dirty laptop!), I got the following result:
    alpha mse fit.name
    1 0.0 1400.375 alpha0
    2 0.1 1545.035 alpha0.1
    3 0.2 1545.035 alpha0.2
    4 0.3 1545.035 alpha0.3
    5 0.4 1545.035 alpha0.4
    6 0.5 1545.035 alpha0.5
    7 0.6 1545.035 alpha0.6
    8 0.7 1545.035 alpha0.7
    9 0.8 1545.035 alpha0.8
    10 0.9 1545.035 alpha0.9
    11 1.0 1545.035 alpha1
    Does this mean that Ridge Regression is better? How could it be? The result showed that the mse figures are the same for all alpha except when alpha is zero.
    Anthony

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

      Did you use my code or did you write your own? Also, can you specify the time point (minutes and seconds) in the video that you're asking about?

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

      @@statquest
      I don't think you ran the example in the video. The code was taken from your GitHub page. Specifically, Example 2 starts from the following:
      ## Example 2
      ## 3500 useless variables, 1500 useful (so lots of useful variables)
      ## 1,000 samples and 5,000 parameters
      And the main difference is just these code below:
      ---------------------------------
      set.seed(42)
      n

    • @statquest
      @statquest  4 года назад +1

      @@anthonysun2193 If you type ?cv.glmnet , you'll get the instruction manual for the cv.glmnet() function. This will tell you that cv.glmnet returns "glmnet.fit a fitted glmnet object for the full data.". This contains all of the estimated parameters. Given my code, you can access the parameter estimates with the lines:
      fit

    • @anthonysun2193
      @anthonysun2193 4 года назад +1

      @@statquest
      This is great! Thank you so much again, Josh!

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

    Excellent video! Would it be possible to produce the Python version of it?

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

      I'll keep that in mind.

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

    Can you add a code to see the predicted Y for each participant? Such that we can compare the actual-y vs. predicted-y?
    Can you also add the code for the residuals? I am interested to categorize participants based on their residuals.
    Thank you so much (I keep my fingers crossed that you see my comment and help me to figure it out).
    Samaneh

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

      The predicted y values are stored in alpha0.predicted (or alpha1.predicted, or alphaWhateverWeSetAlphaTo.predicted). The residuals for alpha0.predicted = y.test - alpha0.predicted.

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

    Would this run faster or more efficiently on a large dataset than just a GLM?

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

      I'd be surprised if it was faster, since we have to use cross validation to find the best values for the hyperparameter.

  • @Endocrin-PatientCom
    @Endocrin-PatientCom 5 лет назад

    I supposed our end goal is not the simplest model but minimal test data error during the cross validation

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

      It's a combination of those two goals. We want the simplest model gives us the lowest MSE. If two different MSEs are indistinguishably low (i.e. within one standard error of each other) then we pick the one with the simpler model. The "within one standard error" threshold suggests that if we collected a new dataset, the model that just got the lowest score on the original dataset, may not get the lowest score on the new dataset (since there will be a different MSE for every dataset).

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

    In 14:55 I Dont understand the notation of the double list

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

      Technically, we don't need the double brackets for assignment, but it helps me keep in mind that this list isn't just a named array. When we want to extract the values from the list, we use the double brackets, '[[', ']]', to say that we just want the value stored there, and not the name and the value.