mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-06 13:00:45 +08:00
DOC: Typo.
This commit is contained in:
committed by
Eddie Hebert
parent
48b05397e2
commit
bf2e8e3586
@@ -372,9 +372,9 @@ class BatchTransform(EventWindow):
|
|||||||
(e.g. 'price'). If not supplied, fields will be
|
(e.g. 'price'). If not supplied, fields will be
|
||||||
extracted from incoming events.
|
extracted from incoming events.
|
||||||
create_panel : bool <default=True>
|
create_panel : bool <default=True>
|
||||||
If False, will create a pandas panel every refresh
|
If True, will create a pandas panel every refresh
|
||||||
period and pass it to the user-defined function.
|
period and pass it to the user-defined function.
|
||||||
If True, will pass the underlying deque reference
|
If False, will pass the underlying deque reference
|
||||||
directly to the function which will be significantly
|
directly to the function which will be significantly
|
||||||
faster.
|
faster.
|
||||||
compute_only_full : bool <default=True>
|
compute_only_full : bool <default=True>
|
||||||
|
|||||||
Reference in New Issue
Block a user