Spaces:
Runtime error
Runtime error
Update visualization.py
Browse files- visualization.py +1 -1
visualization.py
CHANGED
|
@@ -128,7 +128,7 @@ def plot_mse_histogram(mse_values, title, anomaly_threshold, color='blue'):
|
|
| 128 |
|
| 129 |
ax.hist(mse_values, bins=100, edgecolor='black', color=color, alpha=0.7)
|
| 130 |
ax.set_xlabel('Mean Squared Error')
|
| 131 |
-
ax.set_ylabel('
|
| 132 |
ax.set_title(title)
|
| 133 |
|
| 134 |
mean = np.mean(mse_values)
|
|
|
|
| 128 |
|
| 129 |
ax.hist(mse_values, bins=100, edgecolor='black', color=color, alpha=0.7)
|
| 130 |
ax.set_xlabel('Mean Squared Error')
|
| 131 |
+
ax.set_ylabel('N')
|
| 132 |
ax.set_title(title)
|
| 133 |
|
| 134 |
mean = np.mean(mse_values)
|