[FEAT] Add data processing script for dataset B (outside training data) #37
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
The model achieve above 90% accuracy for all algorithm might be due to train test under same data. There should be tested using another data outside its training data.
Proposed Solution
process_stft.pyto be more flexible by make the script able to be executed directly with several arguments usingsys.argv()instead of hard coding it for each different dataset.process_stft.pyto adapt new model scheme with 6 damage scenarios instead of 4Alternatives Considered
No response
Component
Data Processing
Priority
Critical (blocks progress)
Implementation Ideas
No response
Expected Benefits
This will give flexibility and ensure the model is indeed making correct prediction
Additional Context
No response