Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,15 +1,6 @@
|
|
| 1 |
import pandas as pd
|
| 2 |
import numpy as np
|
| 3 |
-
from sklearn.model_selection import train_test_split
|
| 4 |
-
from sklearn.preprocessing import LabelEncoder
|
| 5 |
-
from sklearn.ensemble import RandomForestClassifier
|
| 6 |
-
from sklearn.neighbors import KNeighborsClassifier
|
| 7 |
-
from sklearn.tree import DecisionTreeClassifier
|
| 8 |
-
from sklearn.svm import SVC
|
| 9 |
-
from sklearn.linear_model import LogisticRegression
|
| 10 |
-
from sklearn.metrics import accuracy_score, precision_score, recall_score, f1_score
|
| 11 |
import warnings
|
| 12 |
-
from sklearn.preprocessing import OneHotEncoder
|
| 13 |
from scipy.stats import ttest_rel
|
| 14 |
import matplotlib.pyplot as plt
|
| 15 |
import seaborn as sns
|
|
|
|
| 1 |
import pandas as pd
|
| 2 |
import numpy as np
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
import warnings
|
|
|
|
| 4 |
from scipy.stats import ttest_rel
|
| 5 |
import matplotlib.pyplot as plt
|
| 6 |
import seaborn as sns
|