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 28077df commit 67163a2Copy full SHA for 67163a2
1 file changed
openml/extensions/sklearn/extension.py
@@ -1101,6 +1101,12 @@ def _run_model_on_fold(
1101
"""Run a model on a repeat,fold,subsample triplet of the task and return prediction
1102
information.
1103
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
+
1110
Returns the data that is necessary to construct the OpenML Run object. Is used by
1111
run_task_get_arff_content. Do not use this function unless you know what you are doing.
1112
0 commit comments