Skip to content

Commit

Permalink
Let ManualScaler inherit from the corresponding protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Panchenko committed Feb 21, 2024
1 parent ab40f2b commit c439c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sensai/data_transformation/sklearn_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def fit(self, arr: TransformableArray):
pass


class ManualScaler:
class ManualScaler(SkLearnTransformerProtocol):
"""
A scaler whose parameters are not learnt from data but manually defined
"""
Expand Down

0 comments on commit c439c34

Please sign in to comment.