- Updated paths in the STFT notebook to reflect new data files.
- Improved plotting aesthetics for combined plots and added grid lines.
- Introduced a 3D spectrogram visualization for better data representation.
- Refactored model training function to include error handling and model export functionality.
- Adjusted model training calls to include export paths for saved models. Closes#90
- Added additional markdown cells for better documentation and clarity in the notebook.
* wip: add function to create stratified train-test split from STFT data
* feat(src): implement working function for dataset B to create ready data from STFT files stft_files and add setup.py for package configuration
* feat(notebook): Update variable names for clarity, remove unused imports, and streamline data processing. Implement data concatenation using pandas concat for efficiency. Add validation steps for Dataset B and improve model training consistency across sensors.
* fix(.gitignore): add rule to ignore egg-info directories and ensure proper formatting
* docs(README): add instructions for running stft.ipynb notebook
* feat(notebook): Add evaluation metrics and confusion matrix visualizations for model predictions on Dataset B. Remove commented-out code and integrate data preparation using create_ready_data function.
---------
Co-authored-by: nuluh <dam.ar@outlook.com>
* feat(latex): add initial literature review paragraph from paper which data I used #67
* feat(latex): add Indonesian translation of structural health monitoring methods and related research findings
* feat(latex): add theoretical foundations and classification algorithms for damage localization in english version
* feat(latex): add initial content for literature review in index.tex
* Update latex/chapters/en/02_literature_review/index.tex
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* feat(latex): initialize new structure for methodology chapter
* feat(latex): initialize sections for methodology chapter including data analysis, materials, and steps
* feat(latex): add detailed description and structure for materials section in methodology chapter
* fix(latex): correct section title from "Bahan dan Materi" to "Benda Uji" to give more context about the thesis
Closes#71
* feat(latex): add section for tools in methodology chapter
* feat(latex): initialize methodology steps with overall clue descriptions of research phases
* feat(latex): add specimen diagram with sensor notation for data representation in methodology chapter
* feat(latex): add diagram for joint and sensors placement in methodology chapter
* feat(latex): update dataset figure and add specimen image in methodology chapter
* feat(latex): expand data analysis section in methodology chapter
* fix(latex): fix citation format for secondary data source in methodology chapter
* feat(latex): add data acquisition section with dataset details and sampling information
* fix(latex): update input paths in methodology chapter for correct file referencing
* feat(latex): add hardware and software sections with detailed descriptions and components used in the research
* Update latex/chapters/id/03_methodology/tool/hardware.tex
fix(latex): Fix figure reference
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update latex/chapters/id/03_methodology/steps/index.tex
chore: remove double slash of image path
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update latex/chapters/id/03_methodology/data_analysis/index.tex
fix(latex): Fix typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: nuluh <dam.ar@outlook.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>