Spaces:
Sleeping
Sleeping
Commit
·
4469e16
1
Parent(s):
d1d8839
Update utils/preprocessing.py
Browse files- utils/preprocessing.py +0 -1
utils/preprocessing.py
CHANGED
@@ -12,7 +12,6 @@ def preprocess_data_for_streamlit(data_path):
|
|
12 |
# utils/preprocessing.py
|
13 |
import pandas as pd
|
14 |
from sklearn.model_selection import train_test_split
|
15 |
-
from sklearn.preprocessing import StandardScaler
|
16 |
|
17 |
def preprocess_data(data_path, test_size=0.2, random_state=42):
|
18 |
df = pd.read_csv(data_path)
|
|
|
12 |
# utils/preprocessing.py
|
13 |
import pandas as pd
|
14 |
from sklearn.model_selection import train_test_split
|
|
|
15 |
|
16 |
def preprocess_data(data_path, test_size=0.2, random_state=42):
|
17 |
df = pd.read_csv(data_path)
|