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 d6952ac commit 03a152aCopy full SHA for 03a152a
sklbench/benchmarks/sklearn_estimator.py
@@ -458,10 +458,6 @@ def measure_sklearn_estimator(
458
metrics[method]["time std[ms]"],
459
_,
460
) = measure_case(bench_case, method_instance, *data_args)
461
- if batch_size is not None:
462
- metrics[method]["throughput[samples/ms]"] = (
463
- (data_args[0].shape[0] // batch_size) * batch_size
464
- ) / metrics[method]["time[ms]"]
465
if ensure_sklearnex_patching:
466
full_method_name = f"{estimator_class.__name__}.{method}"
467
sklearnex_logging_stream.seek(0)
0 commit comments