Skip to content

Commit a49d7c0

Browse files
authored
Update dataset_process.py
1 parent 1136f98 commit a49d7c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

analyzer/habitat/analysis/mlp/dataset_process.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def get_dataset(path, features, device_features=None):
5050

5151
x, y = [], []
5252
for device in devices.keys():
53-
# df_merged_device = df_merged[features + [device, ]]
5453
df_device = devices[device]
5554
for row in tqdm(df_device.iterrows(), leave=False, desc=device, total=len(df_device.index)):
5655
row = row[1]

0 commit comments

Comments
 (0)