Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Lasso Regression in Python #4416

Open
2 of 4 tasks
HarshCasper opened this issue Mar 3, 2020 · 0 comments
Open
2 of 4 tasks

Implement Lasso Regression in Python #4416

HarshCasper opened this issue Mar 3, 2020 · 0 comments

Comments

@HarshCasper
Copy link
Contributor

This is a(n):

  • New algorithm
  • Update to an existing algorithm
  • Error
  • Proposal to the Repository

Details:

Lasso regression is a type of linear regression that uses shrinkage. Shrinkage is where data values are shrunk towards a central point. The lasso procedure encourages simple, sparse models.

My proposal is to add a Code to perform Lasso Regression for Stock Prices Analysis on Python in a Jupyter Notebook Environment. I would like to be assigned this issue @AdiChat

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

No branches or pull requests

1 participant