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

1 Commits

Author SHA1 Message Date
nuluh
79a0f82372 feat(notebook): add 'labels' column to feature extraction dataframe
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
2024-08-20 15:28:19 +07:00