-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: new method include_regularization_terms()
for l1
and l2
#86
Conversation
…seModel for adding regularizers
include_regularization_terms()
for l1
and l2
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #86 +/- ##
===========================================
+ Coverage 31.27% 53.92% +22.65%
===========================================
Files 15 16 +1
Lines 1573 1591 +18
===========================================
+ Hits 492 858 +366
+ Misses 1081 733 -348
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
for storing and retriving data
Checklist
pre-commit
is installed and set up.Features
include_regularization_terms()
compute
to run the model on a manual set of paramsFix
allow_input_downcasting
alwaysTrue
Documentation
Maintenance
config.add
into.add()
and.update()
methodsdill
package for pickling