-
Notifications
You must be signed in to change notification settings - Fork 0
flashcd #3
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
base: main
Are you sure you want to change the base?
Conversation
Bench anderson
solvers/sk_oracle.py
Outdated
| warnings.filterwarnings("ignore", category=ConvergenceWarning) | ||
|
|
||
| supp = self.identify_support(X, y, lmbd, fit_intercept) | ||
| self.X = self.X[:, supp] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think if you do that here it will break because you will return a w/beta which is too small
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or you need to change the way get_result is implemented currently
|
When I run glum on finance I have a memory error: this is logic dince it tries to instanciate a hessian. |
|
@QB3 I think the "slow, exact" convergence should be posted on the |

No description provided.