feat(notebook): add 'labels' column to feature extraction dataframe #13

Merged
nuluh merged 1 commits from feature/10-add-labels-column-to-time-domain-feature-extraction-dataframe into main 2024-08-26 02:55:46 +00:00
nuluh commented 2024-08-26 02:55:08 +00:00 (Migrated from github.com)

Implement extraction of 'labels' from directory names and append as a new column in the dataframe during feature extraction. Adapted from the existing build_features.py script to enhance data usability in supervised learning models within the Jupyter notebook environment.

Closes #10

Implement extraction of 'labels' from directory names and append as a new column in the dataframe during feature extraction. Adapted from the existing `build_features.py` script to enhance data usability in supervised learning models within the Jupyter notebook environment. Closes #10
Sign in to join this conversation.