STIMALiU / AdvRCourse

Course in advanced R programming
29 stars 31 forks source link

Problem to fix #15

Open MansMeg opened 6 years ago

MansMeg commented 6 years ago

I am the one who opened issue on Github repo for Advanced R Programming Lab 6 previously.

Currently, I and my classmates are stuck on the Lab 7, in task 1.2 instruction 4.

  1. Fit a ridge regression model using your ridgereg() function to the training dataset for different values of λ. How to include custom models in caret is described here.

I think there is lack of information in instruction. Because, I can not understand what I am supposed to do exactly. I am okay with first sentence. I can run my ridgereg for different values of lambda without caret, however, no idea for second sentence. What is the connection with caret here?

I looked at the link you mentioned here. I read the documentation. I have seen the getModelInfo() way. But, I couldn't see the connection with our ridgereg function as well.