sklearn.linear_model.lasso_stability_path(X, y, scaling=0.5, random_state=None, n_resampling=200, n_grid=100, sample_fraction=0.75, eps=8.8817841970012523e-16, n_jobs=1, verbose=False)
[source]
DEPRECATED: The function lasso_stability_path is deprecated in 0.19 and will be removed in 0.21.
Stability path based on randomized Lasso estimates
Parameters: |
X : array-like, shape = [n_samples, n_features] training data.
|
---|---|
Returns: |
alphas_grid : array, shape ~ [n_grid] The grid points between 0 and 1: alpha/alpha_max
|
© 2007–2017 The scikit-learn developers
Licensed under the 3-clause BSD License.
http://scikit-learn.org/stable/modules/generated/sklearn.linear_model.lasso_stability_path.html