mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-08 07:43:58 +08:00
Merge pull request #1365 from quantopian/mooooore-doc-tweaks
Regression docstring fixes
This commit is contained in:
@@ -783,8 +783,8 @@ class Factor(RestrictedDTypeMixin, ComputableTerm):
|
||||
target : zipline.pipeline.Term with a numeric dtype
|
||||
The term to use as the predictor/independent variable in each
|
||||
regression. This may be a Factor, a BoundColumn or a Slice. If
|
||||
`target` is two-dimensional, correlations are computed asset-wise.
|
||||
correlation_length : int
|
||||
`target` is two-dimensional, regressions are computed asset-wise.
|
||||
regression_length : int
|
||||
Length of the lookback window over which to compute each
|
||||
regression.
|
||||
mask : zipline.pipeline.Filter, optional
|
||||
|
||||
Reference in New Issue
Block a user