simran0608 commited on
Commit
3cb6066
·
verified ·
1 Parent(s): 98b0379

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -4,10 +4,9 @@ import seaborn as sns
4
  import numpy as np
5
  import pickle
6
  import matplotlib.pyplot as plt
7
- from src.data_preparation import preprocess_data
8
- from src.clustering import perform_clustering, plot_clusters
9
- from src.feature_selection import select_features_pca, select_features_rfe, select_features_rf
10
- import os
11
  from sklearn.preprocessing import StandardScaler
12
 
13
  def load_data(dataset_choice):
 
4
  import numpy as np
5
  import pickle
6
  import matplotlib.pyplot as plt
7
+ from data_preparation import preprocess_data
8
+ from clustering import perform_clustering, plot_clusters
9
+ from feature_selection import select_features_pca, select_features_rfe, select_features_rf
 
10
  from sklearn.preprocessing import StandardScaler
11
 
12
  def load_data(dataset_choice):