Exploring the Sensitivity of Model Uncertainty to Hyperparameter Variations: A Systematic Analysis
src/- Source code (data, models, training, utils)notebooks/- Jupyter notebooks for experimentsdata/- Raw and processed data (not tracked by git)logs/- Training logsoutputs/- Model checkpoints, predictionsmlruns/- MLflow experiment trackingscripts/- Standalone scriptstests/- Unit tests
See environment.yml for dependencies.
- Use Jupyter notebooks in
notebooks/for experiments. - Place source code in
src/. - Use
mlruns/for MLflow tracking.