You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With half features (~10K with the higher variance) it seems to work - still very high-dim settings so I could run with that, but maybe worth checking out?
The text was updated successfully, but these errors were encountered:
It looks like this memory issue is caused by my use of stats::terms(x = self$formula, data = self$data) in cases where the formula is too long. I will work on getting a fix in place. The main reason I use the terms function is to get the names of all the relevant predictor variables in cases where a user formula has used the . shortcut to capture all variables in a dataframe, e.g., outcome ~ ., but there is probably a more direct way to do this.
Hi Byron,
Could you please take a look at this example? I had come across similar issues 1 year ago:
Created on 2025-01-16 with reprex v2.1.1
With half features (~10K with the higher variance) it seems to work - still very high-dim settings so I could run with that, but maybe worth checking out?
The text was updated successfully, but these errors were encountered: