1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

Update mlp results and add doc

This commit is contained in:
Jactus
2020-12-08 17:49:09 +08:00
committed by you-n-g
parent 579caa757c
commit 6ef339b1ec
3 changed files with 4 additions and 3 deletions

View File

@@ -194,7 +194,8 @@ def gen_and_save_md_table(metrics, dataset):
def run(times=1, models=None, dataset="Alpha360", exclude=False):
"""
Please be aware that this function can only work under Linux. MacOS and Windows will be supported in the future.
Any PR to enhance this method is highly welcomed.
Any PR to enhance this method is highly welcomed. Besides, this script doesn't support parrallel running the same model
for multiple times, and this will be fixed in the future development.
Parameters:
-----------