Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

'1/C' syntax for lambda_name in StabilitySelection class #28

Open
a-n-ermakov opened this issue Mar 15, 2019 · 0 comments
Open

'1/C' syntax for lambda_name in StabilitySelection class #28

a-n-ermakov opened this issue Mar 15, 2019 · 0 comments

Comments

@a-n-ermakov
Copy link
Contributor

a-n-ermakov commented Mar 15, 2019

Different estimators have different penalty param names, and also have different meanings:

  • alpha param in Lasso is a regularization strength (for bigger values of alpha regularization strength is ascending)
  • C param in LogisticRegression and SVM is a opposition of regularization strength (for bigger values of C regularization strength is descending)

Besides that, plot_stability_path generates different plots for such estimators (shrinking on left or right sides of plot).

Using 1/C syntax it's possible to synchronize these meanings and make it more intuitive.

@a-n-ermakov a-n-ermakov changed the title '1/C' syntax for lambda_name '1/C' syntax for lambda_name in StabilitySelection class Mar 15, 2019
@a-n-ermakov a-n-ermakov changed the title '1/C' syntax for lambda_name in StabilitySelection class '1/C' syntax for lambda_name in StabilitySelection class Mar 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant