Skip to content

Commit a5e8555

Browse files
committed
Clean up
1 parent 5a3d7d6 commit a5e8555

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

tools/machine-learning/fall_detection/dataset/dataset.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ def to_windowed(
109109
)
110110
)
111111
balanced_windows = balanced_windows.sample(fraction=1, shuffle=True)
112-
print(balanced_windows)
113112
self.input_data = balanced_windows.select(self.features)
114113
self.labels = balanced_windows.select(pl.col("labels"))
115114

tools/machine-learning/fall_detection/scripts/inspect-data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import polars as pl
21
import plotly.express as px
32
import plotly.io as pio
3+
import polars as pl
44
from data_loading import load
55
from dataset import FallenDataset
66

0 commit comments

Comments
 (0)