mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-17 17:34:35 +08:00
Merge branch 'main' of https://github.com/you-n-g/qlib into main
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -56,4 +56,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Test workflow by config
|
- name: Test workflow by config
|
||||||
run: |
|
run: |
|
||||||
workflow_by_config examples/benchmarks/GBDT/workflow_config_gbdt.yaml
|
qrun examples/benchmarks/GBDT/workflow_config_gbdt.yaml
|
||||||
|
|||||||
@@ -39,6 +39,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