1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-12 07:16:54 +08:00

first version of online serving

This commit is contained in:
lzh222333
2021-03-11 03:00:30 +00:00
parent 2ca2071d95
commit 48f0fc147f
4 changed files with 234 additions and 3 deletions

View File

@@ -11,8 +11,8 @@ class TaskCollector:
@staticmethod
def collect_predictions(
experiment_name: str,
get_key_func,
experiment_name: str,
get_key_func,
filter_func=None,
):
"""