Skip to content

Commit

Permalink
docs: fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed May 21, 2024
1 parent 9b6b266 commit 9efbe2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/safeds/data/labeled/containers/_time_series_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ class TimeSeriesDataset(Dataset[Table, Column]):
... {"id": [1, 2, 3], "feature": [4, 5, 6], "target": [1, 2, 3], "error":[0,0,1]},
... target_name="target",
... time_name = "id",
... extra_names=["error"]
... window_size=1,
... extra_names=["error"],
... )
"""

Expand Down

0 comments on commit 9efbe2b

Please sign in to comment.