Junaid-EEE11 commited on
Commit
0fcc3c8
·
1 Parent(s): fc54e2d

Update utils/preprocessing.py

Browse files
Files changed (1) hide show
  1. utils/preprocessing.py +1 -1
utils/preprocessing.py CHANGED
@@ -1,7 +1,7 @@
1
  # utils/preprocessing.py
2
  import pandas as pd
3
  from sklearn.preprocessing import StandardScaler
4
- import feature_engineering
5
 
6
  def preprocess_data_for_streamlit(data_path):
7
  df = pd.read_csv(data_path)
 
1
  # utils/preprocessing.py
2
  import pandas as pd
3
  from sklearn.preprocessing import StandardScaler
4
+ from utils import feature_engineering
5
 
6
  def preprocess_data_for_streamlit(data_path):
7
  df = pd.read_csv(data_path)