ksvmuralidhar
commited on
Commit
•
a1e9dce
1
Parent(s):
684906e
Update classification_model_monitor.py
Browse files
classification_model_monitor.py
CHANGED
@@ -212,7 +212,7 @@ def display_misclassified_examples(misclassified_classes, misclassified_examples
|
|
212 |
|
213 |
def classification_model_monitor():
|
214 |
try:
|
215 |
-
st.write(
|
216 |
|
217 |
prediction_db = PredictionDBRead()
|
218 |
metrics_db = MetricsDBRead()
|
|
|
212 |
|
213 |
def classification_model_monitor():
|
214 |
try:
|
215 |
+
st.write('<h4>Classification Model Monitor<span style="color: red;"> (out of service)</span></h4>', unsafe_allow_html=True)
|
216 |
|
217 |
prediction_db = PredictionDBRead()
|
218 |
metrics_db = MetricsDBRead()
|