mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-14 16:26:55 +08:00
update ops.py docstring
This commit is contained in:
@@ -1182,7 +1182,7 @@ class Slope(Rolling):
|
|||||||
Returns
|
Returns
|
||||||
----------
|
----------
|
||||||
Expression
|
Expression
|
||||||
a feature instance with regression slope of given window
|
a feature instance with linear regression slope of given window
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, feature, N):
|
def __init__(self, feature, N):
|
||||||
@@ -1210,7 +1210,7 @@ class Rsquare(Rolling):
|
|||||||
Returns
|
Returns
|
||||||
----------
|
----------
|
||||||
Expression
|
Expression
|
||||||
a feature instance with regression r-value square of given window
|
a feature instance with linear regression r-value square of given window
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, feature, N):
|
def __init__(self, feature, N):
|
||||||
|
|||||||
Reference in New Issue
Block a user