mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-13 07:46:53 +08:00
Merge branch 'main' of https://github.com/you-n-g/qlib into main
This commit is contained in:
@@ -26,6 +26,19 @@ class RecordTemp:
|
|||||||
"""
|
"""
|
||||||
artifact_path = None
|
artifact_path = None
|
||||||
|
|
||||||
|
@classmethod
|
||||||
|
def get_path(cls, path=None):
|
||||||
|
names = []
|
||||||
|
if cls.artifact_path is not None:
|
||||||
|
names.append(cls.artifact_path)
|
||||||
|
|
||||||
|
if path is not None:
|
||||||
|
names.append(path)
|
||||||
|
|
||||||
|
return "/".join(names)
|
||||||
|
|
||||||
|
artifact_path = None
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def get_path(cls, path=None):
|
def get_path(cls, path=None):
|
||||||
names = []
|
names = []
|
||||||
|
|||||||
Reference in New Issue
Block a user