Closed mvdoc closed 2 years ago
Without this fix, the targets were still updated individually even though the best alpha was selected based on the cv score averaged across targets.
This PR also adds a test to make sure that if local_alpha=False, then we get only a single alpha across all targets.
local_alpha=False
Very nice !
Without this fix, the targets were still updated individually even though the best alpha was selected based on the cv score averaged across targets.
This PR also adds a test to make sure that if
local_alpha=False
, then we get only a single alpha across all targets.