mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
fix: benchmarks for regression (#1188)
Wrong variable names for measures in linear regression and missing one in logistic Closes #1187
This commit is contained in:
@@ -28,6 +28,7 @@ def name_to_id(name):
|
||||
name = name.replace("]", "")
|
||||
name = name.replace(",", "")
|
||||
name = name.replace(".", "-")
|
||||
name = name.replace("^", "")
|
||||
|
||||
return urllib.parse.quote_plus(name.lower())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user