Changelog
All notable changes to this project will be documented in this file.
[Unreleased]
Added
- Initial project structure with
data_processing.py
,feature_extraction.py
, andmodel_training.py
. - Basic unit tests for all modules.
- Jupyter notebooks for EDA and model training.
Changed
- N/A
Fixed
- N/A
[0.1.0] - 2024-08-09
Added
- Initial setup of
mkdocs
for project documentation.