Junaid-EEE11 commited on
Commit
dcda405
·
1 Parent(s): 7e9e952

Update utils/preprocessing.py

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