Skip to content
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

Add ETT to internal datasets #134

Merged
merged 3 commits into from Nov 9, 2023
Merged

Add ETT to internal datasets #134

merged 3 commits into from Nov 9, 2023

Conversation

ostreech1997
Copy link
Collaborator

Before submitting (must do checklist)

  • Did you read the contribution guide?
  • Did you update the docs? We use Numpy format for all the methods and classes.
  • Did you write any new necessary tests?
  • Did you update the CHANGELOG?

Proposed Changes

Closing issues

Closes #111.

Copy link

codecov bot commented Nov 8, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (internal_datasets@2b56c37). Click here to learn what that means.

Additional details and impacted files
@@                 Coverage Diff                  @@
##             internal_datasets     #134   +/-   ##
====================================================
  Coverage                     ?   88.94%           
====================================================
  Files                        ?      205           
  Lines                        ?    13024           
  Branches                     ?        0           
====================================================
  Hits                         ?    11584           
  Misses                       ?     1440           
  Partials                     ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented Nov 8, 2023

🚀 Deployed on https://deploy-preview-134--etna-docs.netlify.app

@github-actions github-actions bot temporarily deployed to pull request November 8, 2023 07:38 Inactive
@martins0n martins0n self-requested a review November 8, 2023 07:45
data = data.melt("timestamp", var_name="segment", value_name="target")

df_full = TSDataset.to_dataset(data)
if dataset_type in ("ETTm1", "ETTm2"):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's make it more transperent: else case should rise errors in the end

@github-actions github-actions bot temporarily deployed to pull request November 9, 2023 10:55 Inactive
@ostreech1997 ostreech1997 merged commit 78a0de1 into internal_datasets Nov 9, 2023
15 checks passed
@ostreech1997 ostreech1997 deleted the issue-111 branch November 9, 2023 12:42
ostreech1997 added a commit that referenced this pull request Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants