mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-09 11:50:09 +08:00
DOC: Fix bincount in docstring.
This commit is contained in:
@@ -790,7 +790,7 @@ class Factor(RestrictedDTypeMixin, ComputableTerm):
|
||||
Returns
|
||||
-------
|
||||
deciles : zipline.pipeline.classifiers.Quantiles
|
||||
A Classifier producing integer labels ranging from 0 to 4.
|
||||
A Classifier producing integer labels ranging from 0 to 9.
|
||||
"""
|
||||
return self.quantiles(bins=10, mask=mask)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user