-
Notifications
You must be signed in to change notification settings - Fork 54
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
Features/292 lasso regression example #307
Conversation
Codecov Report
@@ Coverage Diff @@
## master #307 +/- ##
==========================================
- Coverage 96.87% 96.78% -0.09%
==========================================
Files 49 53 +4
Lines 7875 8128 +253
==========================================
+ Hits 7629 7867 +238
- Misses 246 261 +15
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this all looks good to me. but can you make the example script so someone can run it from the base directory? (as discussed previously
Add a lasso regression example illustrating the usage of the library. The lasso regression example uses coordinate descent with soft-thresholding. Besides the HeAT version, also Numpy and PyTorch examples are provided in order to show the similarity in their implementations.