mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-29 07:05:04 +08:00
DOC: Correctly write optional arg to CustomFactor.
This commit is contained in:
@@ -448,7 +448,7 @@ class CustomFactor(RequiredWindowLengthMixin, CustomTermMixin, Factor):
|
||||
describing the data to load and pass to `self.compute`. If this
|
||||
argument is passed to the CustomFactor constructor, we look for a
|
||||
class-level attribute named `inputs`.
|
||||
window_length : (optional), int
|
||||
window_length : int, optional
|
||||
Number of rows of rows to pass for each input. If this
|
||||
argument is passed to the CustomFactor constructor, we look for a
|
||||
class-level attribute named `window_length`.
|
||||
|
||||
Reference in New Issue
Block a user