mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-09 05:01:12 +08:00
DOC: Clarify default window-safety for Filters.
This commit is contained in:
@@ -167,8 +167,8 @@ class Filter(RestrictedDTypeMixin, ComputableTerm):
|
||||
output of a Pipeline and for reducing memory consumption of Pipeline
|
||||
results.
|
||||
"""
|
||||
|
||||
# make filters window safe
|
||||
# Filters are window-safe by default, since a yes/no decision means the
|
||||
# same thing from all temporal perspectives.
|
||||
window_safe = True
|
||||
|
||||
ALLOWED_DTYPES = (bool_dtype,) # Used by RestrictedDTypeMixin
|
||||
|
||||
Reference in New Issue
Block a user