ENH: Make aliases filters, factors, and classifiers to give them their methods

This commit is contained in:
Joe Jevnik
2016-10-28 15:04:18 -04:00
parent 13c8139d45
commit c8e40a3736
8 changed files with 175 additions and 43 deletions
+7
View File
@@ -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."""