-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add warning about upcoming change of default value for alpha_min_ratio
The default value of alpha_min_ratio will depend on the sample size relative to the number of features in 0.13. If `n_samples > n_features`, the current default value 0.0001 will be used. If `n_samples < n_features`, 0.01 will be used instead. See #41 (comment)
- Loading branch information
Showing
2 changed files
with
40 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters