1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-11 23:06:58 +08:00

Update exp base method

This commit is contained in:
Jactus
2021-03-17 13:37:17 +08:00
parent 34f0be2836
commit d78e42e2fe
2 changed files with 24 additions and 2 deletions

View File

@@ -181,14 +181,14 @@ class ExpManager:
def _get_exp(self, experiment_id=None, experiment_name=None) -> Experiment:
"""
get specific experiment by name or id. If it does not exist, raise ValueError
Get specific experiment by name or id. If it does not exist, raise ValueError.
Parameters
----------
experiment_id :
The id of experiment
experiment_name :
The id name experiment
The name of experiment
Returns
-------