We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac4641 commit 8714744Copy full SHA for 8714744
src/sensai/data_transformation/dft.py
@@ -595,7 +595,7 @@ def __init__(self,
595
* If the relevant features are already normalised, pass ``skip=True``
596
* If the relevant features cannot be normalised (e.g. because they are categorical), pass ``unsupported=True``
597
* If the relevant features shall be normalised, the other parameters apply.
598
- No parameters, i.e. ``RuleTemplate()``, are an option if ...
+ No parameters, i.e. ``Rule(regex)``, are an option if ...
599
600
* a default transformer factory is specified in the :class:`DFTNormalisation` instance and its application
601
is suitable for the relevant set of features.
0 commit comments