-
Notifications
You must be signed in to change notification settings - Fork 20
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
SparseInversion not as robust as Inversion #134
Comments
The value of γ may be too small in this case? When the sparsity constraint is too strong, we would quickly have collapsed ensemble that could trigger singularity issue in convex optimization. I'll investigate this issue a little bit more to see if we can better guarantee the robustness. |
That would be great, thanks! Is there any guideline we could document for the value of |
The value of |
Added a small note in the documentation for this |
As a continuation here, we have removed the |
I tried using the SparseInversion algorithm instead of Inversion for an integration test in CEDMF.jl, and I run into a
SingularException
in L111.The configuration used for the integration test is
In general, we are missing documentation for how to choose
reg
and how to make the convex optimization part of the update robust.Stack trace:
The text was updated successfully, but these errors were encountered: