-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bootstrapFit()
, lassoCoefficients()
, adaptivelassoCoefficients()
, regularmodel()
, and adjustedlassoCoefficients()
Examples Cause CI to Fail
#46
Comments
I cannot replicate this issue locally on Windows. |
bootstrapFit()
, lassoCoefficients()
, and adaptivelassoCoefficients()
Examples Cause CI to Fail
In case the examples may be running out of RAM, I just found that there are 7 GB RAM available on the Linux and Windows machines: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources |
bootstrapFit()
, lassoCoefficients()
, and adaptivelassoCoefficients()
Examples Cause CI to FailbootstrapFit()
, lassoCoefficients()
, adaptivelassoCoefficients()
, and regularmodel()
Examples Cause CI to Fail
The underlying issue appears to be that if many models will be run in an example, then CI will fail. |
bootstrapFit()
, lassoCoefficients()
, adaptivelassoCoefficients()
, and regularmodel()
Examples Cause CI to FailbootstrapFit()
, lassoCoefficients()
, adaptivelassoCoefficients()
, regularmodel()
, and adjustedlassoCoefficients()
Examples Cause CI to Fail
@mattfidler, I have reviewed all of the examples, and the list at the top of this issue are the ones that cause CI to fail. I tried switching them from focei to saem, and that only fixed some parts. Do you have any ideas of how to resolve the issue that appears to be that running multiple models in the CI from GitHub actions causes them to fail? |
Related to #30
For
bootstrapFit()
, seeFor
lassoCoefficients()
, see:For
adaptiveLassoCoefficients()
, see:For
regularmodel()
, see:For
adjustedlassoCoefficients()
, see:The text was updated successfully, but these errors were encountered: