-
Notifications
You must be signed in to change notification settings - Fork 80
Conversation
🚀 Deployed on https://deploy-preview-1253--etna-docs.netlify.app |
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## master #1253 +/- ##
==========================================
+ Coverage 88.11% 88.75% +0.64%
==========================================
Files 178 193 +15
Lines 11170 11738 +568
==========================================
+ Hits 9842 10418 +576
+ Misses 1328 1320 -8
... and 17 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Can we add examples to neural network notebook?
And we should add some information about choosing right family of SSM
And yet another thing - look at |
self.RNN = nn.LSTM( | ||
num_layers=self.num_layers, hidden_size=self.latent_dim, input_size=self.input_size, batch_first=True | ||
) | ||
self.projectors = nn.ModuleDict( |
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.
In the paper there is also the third type of transformations for the bounded parameters -- may be we can create the separate issue to add this option + prediction intervals
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
4268d19
Before submitting (must do checklist)
Proposed Changes
Implementation of the Deep State Space Model
Closing issues