leeper / prediction

Tidy, Type-Safe 'prediction()' Methods

Home Page:https://cran.r-project.org/package=prediction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for ridge::linearRidge prediction

dfrankow opened this issue · comments

commented

I'm trying to get margins for ridge regression. To do that, I need the predictions package to support ridge::linearRidge. I have a PR I'll send for review.

commented

Here's the pull request: #45

thanks!

commented

You're welcome.

However, I concluded I won't be able to make progress on margins for ridge. See leeper/margins#140 (comment).

I hope this change is still helpful in some way.