feat(notebook): add 'labels' column to feature extraction dataframe #13
Reference in New Issue
Block a user
Delete Branch "feature/10-add-labels-column-to-time-domain-feature-extraction-dataframe"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.pyscript to enhance data usability in supervised learning models within the Jupyter notebook environment.Closes #10