We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7475807 commit ddadd66Copy full SHA for ddadd66
examples/error_mitigation/tools/validation.py
@@ -31,7 +31,7 @@
31
# Estimate variances from noise
32
33
# Perform regression with and without variance weighting
34
-labels = ['exp_v1', 'lin', 'exp_v0', 'exp_re']
+labels = ['exp_v1', 'lin']
35
ests = [estimates, estimates_ols,]
36
for est, lab in zip(ests, labels):
37
print(f"{lab}: {1/num_ys*np.sum(np.square(np.array(est)-true_y0))}")
0 commit comments