This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# This is a combination of 16 commits.
# This is the 1st commit message: Add Ridge class for linear models. # This is the commit message #2: Reduce the number of combinations tested on CI (#5) # This is the commit message #3: add standard scaler with tests # This is the commit message #4: small fixes, added TODOs to linear model # This is the commit message #5: format example and other files # This is the commit message #6: add tensor map to pickable dictionary object # This is the commit message #7: format example and other files # This is the commit message #8: Added tests # This is the commit message #9: skeleton for ridge test # This is the commit message #10: Added a shape test for Ridge + more utils # This is the commit message #11: fix type to int # This is the commit message #12: Added numerically stable solver # This is the commit message #13: Add tests for ridge solver: vs exact results # This is the commit message #14: Add test: Infinite regularization + predict # This is the commit message #15: changing temporray TensorMap member variables to dicts to allow saving of model as torchscript # This is the commit message #16: Add test: consistent scaling of weights
- Loading branch information
1 parent
83cb654
commit 8c4ce56
Showing
27 changed files
with
2,888 additions
and
72 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
examples |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.. _userdoc-how-to: | ||
|
||
How-to guides | ||
============= | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
../examples/linear-model |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.