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

black formating (black is upgraded in github)

This commit is contained in:
Young
2021-04-27 04:04:43 +00:00
parent 9a74fe34f6
commit 5a7eecabee
6 changed files with 9 additions and 9 deletions

View File

@@ -129,7 +129,7 @@ class FilterCol(Processor):
class TanhProcess(Processor):
""" Use tanh to process noise data"""
"""Use tanh to process noise data"""
def __call__(self, df):
def tanh_denoise(data):
@@ -144,7 +144,7 @@ class TanhProcess(Processor):
class ProcessInf(Processor):
"""Process infinity """
"""Process infinity"""
def __call__(self, df):
def replace_inf(data):