We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7179553 commit be69384Copy full SHA for be69384
1 file changed
openml/runs/trace.py
@@ -32,7 +32,7 @@ def __init__(self, run_id, trace_iterations):
32
self.run_id = run_id
33
self.trace_iterations = trace_iterations
34
35
- def get_selected_iteration(self, fold, repeat):
+ def get_selected_iteration(self, fold: int, repeat: int) -> 'OpenMLTraceIteration':
36
"""
37
Returns the trace iteration that was marked as selected. In
38
case multiple are marked as selected (should not happen) the
0 commit comments