Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,11 +3,9 @@ import streamlit as st
|
|
3 |
import warnings
|
4 |
warnings.filterwarnings("ignore")
|
5 |
import sklearn
|
6 |
-
|
7 |
from sklearn.linear_model import LogisticRegression
|
8 |
from sklearn.model_selection import train_test_split
|
9 |
from sklearn.metrics import accuracy_score
|
10 |
-
|
11 |
import numpy as np
|
12 |
import matplotlib.pyplot as plt
|
13 |
|
|
|
3 |
import warnings
|
4 |
warnings.filterwarnings("ignore")
|
5 |
import sklearn
|
|
|
6 |
from sklearn.linear_model import LogisticRegression
|
7 |
from sklearn.model_selection import train_test_split
|
8 |
from sklearn.metrics import accuracy_score
|
|
|
9 |
import numpy as np
|
10 |
import matplotlib.pyplot as plt
|
11 |
|