You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`algorithm`:`estimator`| None || Name of measured estimator. |
119
119
|`algorithm`:`estimator_params`| Empty `dict`|| Parameters for estimator constructor. |
120
+
|`algorithm`:`num_batches`:`training`| 5 || Number of batches to benchmark `partial_fit` function, using batches the size of number of samples specified (not samples divided by `num_batches`). For incremental estimators only. |
120
121
|`algorithm`:`online_inference_mode`| False || Enables online mode for inference methods of estimator (separate call for each sample). |
121
122
|`algorithm`:`sklearn_context`| None || Parameters for sklearn `config_context` used over estimator. |
122
123
|`algorithm`:`sklearnex_context`| None || Parameters for sklearnex `config_context` used over estimator. Updated by `sklearn_context` if set. |
0 commit comments