Skip to content

Commit 67163a2

Browse files
committed
adds docu
1 parent 28077df commit 67163a2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

openml/extensions/sklearn/extension.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,6 +1101,12 @@ def _run_model_on_fold(
11011101
"""Run a model on a repeat,fold,subsample triplet of the task and return prediction
11021102
information.
11031103
1104+
Furthermore, it will measure run time measures in case multi-core behaviour allows this.
1105+
* exact user cpu time will be measured if the number of cores is set (recursive throughout the model)
1106+
exactly to 1
1107+
* wall clock time will be measured if the number of cores is set (recursive throughout the model) to any given
1108+
number (but not when it is set to -1)
1109+
11041110
Returns the data that is necessary to construct the OpenML Run object. Is used by
11051111
run_task_get_arff_content. Do not use this function unless you know what you are doing.
11061112

0 commit comments

Comments
 (0)