[FEAT] Add export to csv method for DataProcessor in convert.py #40
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Problem Statement
Working with direct object processed data seems quite a lot of effort to put in when it comes to STFT processing pipeline in the current ipynb (stft.ipynb) that use CSV file with pre-defined format naming.
Proposed Solution
Add new method like
export_to_csvthat retrieve arguments likeoutput_path. The method should follow the current python notebook CSV file format naming as its input pipeline.Alternatives Considered
No response
Component
Data Processing
Priority
Critical (blocks progress)
Implementation Ideas
No response
Expected Benefits
This will save time to try the model accuracy as soon as possible using outside of its training data.
Additional Context
No response