Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[New Model]: msaenet (Multi-Step Adaptive Elastic-Net) #561
Comments
|
Looking at this, I will have |
|
If you can so some testing in the next day or so, that would be a good idea. |
|
Thanks. Sorry, I have just installed the dev version and I do not see Regards, |
|
You can get it by sourcing this file then using |
|
Thanks. I run, several models without any error. I have tried to replicate a Thanks, |
|
When I tested, it seemed that the |
|
Yes, I see the same effect with I did this, just for the sake of reproducibility: With syntetic binary data generated with Not centered and with
|
|
Who doesn't use column names? =] Just added a check. I'm going to close this one out. Thanks |
|
@coforfe @topepo -- thanks a lot for adding my method and package to caret. This is awesome! Please just let me know if there is anything I can do to make the API better. To share some of my experience: SCAD-net and MCP-net usually do better than elastic-net in terms of reducing false positive selections. I use EBIC myself to select the optimal step, but AIC and BIC are also good choices sometimes. -Nan |
Hello,
There is a new algorithm (
regression) available and specially suitable for p>>n cases:msaenet: Multi-Step Adaptive Elastic-Net
Multi-step adaptive elastic-net (MSAENet) algorithm for feature selection in high-dimensional regressions proposed in Xiao and Xu (2015) (pdf).
Link in CRAN: msaenet
Thanks,
Carlos.