Skip to content
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

Bug Fixes for non-converging models #32

Closed
wants to merge 1 commit into from

Conversation

biona001
Copy link

@biona001 biona001 commented Feb 14, 2019

Here are some fixes I needed to do on Julia 1.0 to get the code running when models don't converge. Specifically,

  • Changed warn() (0.6 syntax) to @warn().
  • For glmnetcv, fits is a vector of 1 by n vectors, which potentially contains empty vectors. I filtered out empty vectors before concatenating them, otherwise a dimension mismatch error will be thrown.

@JackDunnNZ
Copy link
Collaborator

Seems like these were incorporated in #18 and #38

@JackDunnNZ JackDunnNZ closed this Dec 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants