Skip to content

Commit

Permalink
Update __init__.py (microsoft#1287)
Browse files Browse the repository at this point in the history
doc for search_records
lerit authored Oct 12, 2022
1 parent 50a1dda commit 9c20c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qlib/workflow/__init__.py
Original file line number Diff line number Diff line change
@@ -160,7 +160,7 @@ def search_records(self, experiment_ids, **kwargs):
.. code-block:: Python
R.log_metrics(m=2.50, step=0)
records = R.search_runs([experiment_id], order_by=["metrics.m DESC"])
records = R.search_records([experiment_id], order_by=["metrics.m DESC"])
Parameters
----------

0 comments on commit 9c20c37

Please sign in to comment.