mirror of
https://github.com/wassname/catalyst.git
synced 2026-09-09 11:19:23 +08:00
ENH: Make aliases filters, factors, and classifiers to give them their methods
This commit is contained in:
@@ -18,6 +18,13 @@ PIPELINE_DOWNSAMPLING_FREQUENCY_DOC = dedent(
|
||||
"""
|
||||
)
|
||||
|
||||
PIPELINE_ALIAS_DOC = dedent(
|
||||
"""\
|
||||
name : str
|
||||
The name to alias this term as.
|
||||
""",
|
||||
)
|
||||
|
||||
|
||||
def pad_lines_after_first(prefix, s):
|
||||
"""Apply a prefix to each line in s after the first."""
|
||||
|
||||
Reference in New Issue
Block a user