Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 30, 2024
1 parent 4b86931 commit f073698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skbase/base/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def clone(self):
This function is equivalent to returning ``sklearn.clone`` of ``self``.
Equivalent to constructing a new instance of ``type(self)``, with
parameters of ``self``, that is,
parameters of ``self``, that is,
``type(self)(**self.get_params(deep=False))``.
If configs were set on ``self``, the clone will also have the same configs
Expand Down Expand Up @@ -643,7 +643,7 @@ def get_config(self):
typically used as transient flags for controlling behaviour.
``get_config`` returns dynamic configs, which override the default configs.
Default configs are set in the class attribute ``_config`` of
the class or its parent classes,
and are overridden by dynamic configs set via ``set_config``.
Expand Down

0 comments on commit f073698

Please sign in to comment.