This website requires JavaScript.
Explore
Help
Sign In
nuluh
/
thesis
Watch
1
Star
0
Fork
0
You've already forked thesis
Code
Issues
47
Pull Requests
Actions
Packages
Projects
Releases
1
Wiki
Activity
Files
40-feat-add-export-to-csv-method-for-dataprocessor-in-convertpy
Add File
New File
Upload File
Apply Patch
thesis
/
code
/
notebooks
History
nuluh
db2947abdf
fix(data): fix the incorrect output of scipy.stft() data to be pandas.DataFrame shaped (513,513) along with its frequencies as the index and times as the columns (transposed) instead of just the magnitude that being flattened out; add checks for empty data and correct file paths for sensor data loading.
...
Closes
#43
2025-04-20 14:45:38 +07:00
..
01_data_exploration.ipynb
initial commit generate directory tree
2024-08-11 20:24:14 +07:00
02_fft_implementation.ipynb
initial commit generate directory tree
2024-08-11 20:24:14 +07:00
03_feature_extraction.ipynb
Merge branch 'main' of
https://github.com/nuluh/thesis
2025-03-16 14:12:11 +07:00
04_svm_modeling.ipynb
initial commit generate directory tree
2024-08-11 20:24:14 +07:00
05_results_analysis.ipynb
initial commit generate directory tree
2024-08-11 20:24:14 +07:00
stft.ipynb
fix(data): fix the incorrect output of scipy.stft() data to be pandas.DataFrame shaped (513,513) along with its frequencies as the index and times as the columns (transposed) instead of just the magnitude that being flattened out; add checks for empty data and correct file paths for sensor data loading.
2025-04-20 14:45:38 +07:00