diff --git a/benchmarks/linear_regression.py b/benchmarks/linear_regression.py index 53105e796..e0d15fb20 100644 --- a/benchmarks/linear_regression.py +++ b/benchmarks/linear_regression.py @@ -225,7 +225,7 @@ def main(): # Measure: Non Homomorphic Loss = non_homomorphic_loss # Measure: Homomorphic Loss = homomorphic_loss # Measure: Relative Loss Difference Between Homomorphic and Non Homomorphic Implementation (%) = difference - # Alert: Relative Loss Difference Between Homomorphic and Non Homomorphic Implementation (%) > 5 + # Alert: Relative Loss Difference Between Homomorphic and Non Homomorphic Implementation (%) > 2 if __name__ == "__main__": diff --git a/benchmarks/logistic_regression.py b/benchmarks/logistic_regression.py index e1184d0de..bd9f95a42 100644 --- a/benchmarks/logistic_regression.py +++ b/benchmarks/logistic_regression.py @@ -302,7 +302,7 @@ def main(): # Measure: Non Homomorphic Accuracy = non_homomorphic_accuracy # Measure: Homomorphic Accuracy = homomorphic_accuracy # Measure: Accuracy Difference Between Homomorphic and Non Homomorphic Implementation (%) = difference - # Alert: Accuracy Difference Between Homomorphic and Non Homomorphic Implementation (%) > 5 + # Alert: Accuracy Difference Between Homomorphic and Non Homomorphic Implementation (%) > 2 if __name__ == "__main__":