-
Notifications
You must be signed in to change notification settings - Fork 80
Conversation
Codecov Report
@@ Coverage Diff @@
## tsdataset_2 #956 +/- ##
==============================================
Coverage ? 83.75%
==============================================
Files ? 132
Lines ? 7792
Branches ? 0
==============================================
Hits ? 6526
Misses ? 1266
Partials ? 0 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
🚀 Deployed on https://deploy-preview-956--etna-docs.netlify.app |
for transform in self.transforms: | ||
tslogger.log(f"Transform {repr(transform)} is applied to dataset") | ||
df = transform.transform(df) | ||
ts = TSDataset(df=df, freq=self.freq) |
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.
Is it working? What about regressors and known future? It seems like we are losing this information here.
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.
Added comment
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.
Answer questions above.
Before submitting (must do checklist)
Proposed Changes
Closing issues
closes #876