Skip to content

Add optional fit_args parameter to D_LassoCV and MTLassoMixed#50

Merged
jdthorpe merged 1 commit intomicrosoft:masterfrom
mkincaid:fit_args
Mar 26, 2024
Merged

Add optional fit_args parameter to D_LassoCV and MTLassoMixed#50
jdthorpe merged 1 commit intomicrosoft:masterfrom
mkincaid:fit_args

Conversation

@mkincaid
Copy link

@mkincaid mkincaid commented Jun 6, 2023

The MTLassoCV factory has a dictionary argument fit_args which passes arguments through to the underlying MultiTaskLassoCV call, which can be used for, e.g. getting verbose output from it, or setting n_jobs for multithreading. This is also useful for the MTLassoMixed and D_LassoCV factories for the same reasons, so this implements it identically for those.

Provide optional fit_args for D_LassoCV and MTLassoMixed factories (already implemented for MTLassoCV)
@jdthorpe jdthorpe merged commit 3b4d2eb into microsoft:master Mar 26, 2024
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