Update src/features/build_features.py
Browse files
src/features/build_features.py
CHANGED
@@ -25,7 +25,7 @@ class FeatureEngineering:
|
|
25 |
pass
|
26 |
|
27 |
def cleandata(self):
|
28 |
-
data = pd.read_csv('
|
29 |
|
30 |
data.drop('User ID',axis=1,inplace=True) # Drop user id column it not required
|
31 |
|
|
|
25 |
pass
|
26 |
|
27 |
def cleandata(self):
|
28 |
+
data = pd.read_csv('Data/user_behavior_dataset.csv') # load Dataset
|
29 |
|
30 |
data.drop('User ID',axis=1,inplace=True) # Drop user id column it not required
|
31 |
|