Spaces:
Sleeping
Sleeping
santiviquez
commited on
Commit
•
1920367
1
Parent(s):
8b25c4b
update requirements
Browse files- app.py +0 -1
- requirements.txt +1 -2
app.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
import nannyml as nml
|
3 |
from sklearn.metrics import f1_score
|
4 |
-
import numpy as np
|
5 |
|
6 |
st.title('Is your model degrading?')
|
7 |
st.caption('### :violet[_Estimate_] the performance of an ML model. :violet[_Without ground truth_].')
|
|
|
1 |
import streamlit as st
|
2 |
import nannyml as nml
|
3 |
from sklearn.metrics import f1_score
|
|
|
4 |
|
5 |
st.title('Is your model degrading?')
|
6 |
st.caption('### :violet[_Estimate_] the performance of an ML model. :violet[_Without ground truth_].')
|
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
streamlit==1.24.1
|
2 |
nannyml==0.9.1
|
3 |
-
|
4 |
scikit-learn==1.2.2
|
|
|
|
|
1 |
nannyml==0.9.1
|
2 |
+
streamlit==1.24.1
|
3 |
scikit-learn==1.2.2
|