Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -144,7 +144,7 @@ else:
|
|
| 144 |
|
| 145 |
p, r = precision_recall(bkps, bkps1)
|
| 146 |
st.header('Precision and Recall')
|
| 147 |
-
st.
|
| 148 |
|
| 149 |
st.header('Hausdorff metric')
|
| 150 |
st.subheader(hausdorff(bkps, bkps1))
|
|
|
|
| 144 |
|
| 145 |
p, r = precision_recall(bkps, bkps1)
|
| 146 |
st.header('Precision and Recall')
|
| 147 |
+
st.write(p, r)
|
| 148 |
|
| 149 |
st.header('Hausdorff metric')
|
| 150 |
st.subheader(hausdorff(bkps, bkps1))
|