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

Merge branch 'main' into main

This commit is contained in:
you-n-g
2020-11-14 17:17:02 +08:00
committed by GitHub
10 changed files with 230 additions and 86 deletions

View File

@@ -5,6 +5,7 @@
from __future__ import division
from __future__ import print_function
import sys
import numpy as np
import pandas as pd
@@ -19,7 +20,7 @@ try:
except ImportError as err:
print(err)
print("Do not import qlib package in the repository directory")
exit(-1)
sys.exit(-1)
__all__ = (
"Ref",