Skip to content

Commit

Permalink
minor spell fix (#2601)
Browse files Browse the repository at this point in the history
  • Loading branch information
turbotimon authored Nov 21, 2024
1 parent bb24999 commit 14a30b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/02-data-processing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"\n",
"`DataTransformer` aims to provide a unified way of dealing with transformations of `TimeSeries`:\n",
"\n",
"- `transform()` is implemented by all transformers. This method takes in either a `TimeSeries` of a sequence of `TimeSeries`, applies the transformation and returns it as a new `TimeSeries`/sequence of `TimeSeries.\n",
"- `transform()` is implemented by all transformers. This method takes in either a `TimeSeries` or a sequence of `TimeSeries`, applies the transformation and returns it as a new `TimeSeries`/sequence of `TimeSeries.\n",
"- `inverse_transform()` is implemented by transformers for which an inverse transformation function exists. It works in a similar way as `transform()`\n",
"- `fit()` allows transformers to extract some information from the time series first before calling `transform()` or `inverse_transform()`\n"
]
Expand Down

0 comments on commit 14a30b6

Please sign in to comment.