mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Update docstring for Language.evaluate
This commit is contained in:
parent
fa8fa474a3
commit
6ee6e41234
|
@ -1279,7 +1279,7 @@ class Language:
|
|||
"""Evaluate a model's pipeline components.
|
||||
|
||||
examples (Iterable[Example]): `Example` objects.
|
||||
batch_size (int): Batch size to use.
|
||||
batch_size (Optional[int]): Batch size to use.
|
||||
scorer (Optional[Scorer]): Scorer to use. If not passed in, a new one
|
||||
will be created.
|
||||
component_cfg (dict): An optional dictionary with extra keyword
|
||||
|
|
Loading…
Reference in New Issue
Block a user