Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/requirements/lxml-html-clea…
Browse files Browse the repository at this point in the history
…n-0.4.0
  • Loading branch information
dennisbader authored Nov 21, 2024
2 parents 173f565 + 14a30b6 commit cede3b5
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 cede3b5

Please sign in to comment.