Commit Graph

15 Commits

Author SHA1 Message Date
Andrei Stoian
b34984d44c fix: benchmarks for regression (#1188)
Wrong variable names for measures in linear regression and missing one in logistic

Closes #1187
2021-12-15 11:04:30 +01:00
Andrei Stoian
f1ba37891a feat: Update regression benchmarks and examples (#1163)
Use our quantization API, improve datasets, metrics and quantization precisions

Closes #972
2021-12-14 13:14:03 +01:00
Arthur Meyre
eaaae6efaf chore: fix inputsets in benchmark 2021-12-02 11:59:42 +01:00
Umut
39557720ca refactor(benchmarks): increase error tolerance of some benchmarks 2021-11-25 11:26:03 +03:00
Umut
67f50fb8ce refactor(benchmarks): use 'bench' header prefix for all benchmark directives 2021-10-14 17:38:01 +03:00
Umut
1c935f2d92 refactor(benchmarks): reduce alert tolerance from 5% to 2% from the cleartext version 2021-10-12 18:01:44 +03:00
Umut
280ba7f8cd fix(benchmarks): use quantized cleartext loss instead of non quantized one in linear regression 2021-10-12 18:01:44 +03:00
Umut
47f03e427f feat(benchmarks): add support for full and unit targets 2021-10-12 17:47:27 +03:00
Umut
c8b95de3e4 feat(benchmark): add alerts to benchmarks 2021-10-12 12:52:49 +03:00
Umut
57b3be2f6d fix(benchmarks): treat warnings as errors in benchmarks 2021-10-07 18:40:33 +03:00
Umut
bd95714c23 feat: add more metrics to linear regression benchmark 2021-09-29 17:56:19 +03:00
Arthur Meyre
381c81b76c refacto: remove iter usage for passing a dataset
- it is still supported but not required and more confusing
2021-09-15 20:07:21 +02:00
Umut
c253219277 feat: implement performing and publishing benchmarks with a single make target 2021-09-15 10:08:08 +03:00
Benoit Chevallier-Mames
8522e58280 refacto: rename 'dataset' into a clear 'inputset'
closes #340
2021-09-14 17:31:55 +02:00
Umut
d02e848fca refactor: update benchmark infrastructure to be compatible with the new progress tracker 2021-09-08 12:31:32 +03:00