1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 14:01:28 +08:00

Update estimator.rst

This commit is contained in:
Wendi Li
2020-09-27 02:01:12 +08:00
committed by you-n-g
parent 0aa57252de
commit 2bca76ebee

View File

@@ -617,7 +617,7 @@ The `Fetcher` provides the following interface
- `get_experiment(exp_name, exp_id, fields=None)`
The interface takes three parameters. The first parameter is the experiment name, the second parameter is the experiment id, and the third parameter is list of fields. The default value of `fields` is None, which means all fields.
The interface takes three parameters. The first parameter is the experiment name, the second parameter is the experiment id, and the third parameter is a list of fields. The default value of `fields` is None, which means all fields.
.. note::