1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-03 11:00:57 +08:00

Black Format

This commit is contained in:
you-n-g
2021-12-20 18:21:31 +08:00
committed by GitHub
parent 92ff3d20b9
commit 2aca74cd21

View File

@@ -306,7 +306,7 @@ class CSRankNorm(Processor):
Cross Sectional Rank Normalization.
"Cross Sectional" is often used to describe data operations.
The operations across different stocks are often called Cross Sectional Operation.
For example, CSRankNorm is an operation that grouping the data by each day and rank `across` all the stocks in each day.
"""