Skip to content

initial alignment of configs to final results #176

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Mar 21, 2025
Prev Previous commit
Next Next commit
Update sklbench/utils/measurement.py
  • Loading branch information
ethanglaser authored Mar 21, 2025
commit f6c69674518d1bb2f5956d779c87ecf584d69d04
2 changes: 1 addition & 1 deletion sklbench/utils/measurement.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def measure_time(
)
logger.debug(times)
except ModuleNotFoundError:
pass
logger.debug(times)
# mean, std = box_filter(times)
# if std / mean > std_mean_ratio:
# logger.warning(
Expand Down