Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files- prediction.py +0 -1
- requirement.txt +1 -3
prediction.py
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
import pandas as pd
|
| 3 |
-
import numpy as np
|
| 4 |
import pickle
|
| 5 |
|
| 6 |
with open("model_svm.pkl","rb") as file_1:
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
import pandas as pd
|
|
|
|
| 3 |
import pickle
|
| 4 |
|
| 5 |
with open("model_svm.pkl","rb") as file_1:
|
requirement.txt
CHANGED
|
@@ -1,5 +1,3 @@
|
|
| 1 |
streamlit
|
| 2 |
pandas
|
| 3 |
-
matplotlib
|
| 4 |
-
numpy
|
| 5 |
-
scikit-learn
|
|
|
|
| 1 |
streamlit
|
| 2 |
pandas
|
| 3 |
+
matplotlib
|
|
|
|
|
|