This project implements an enterprise-level neural model for predicting pulmonary fibrosis progression.
src/: Source codedata/: Data loading and preprocessing pipelinesmodels/: Neural network architecture definitionstraining/: Training loops and cross-validation logicutils/: Common helper functions (metrics, logging)
configs/: Configuration files for hyperparameter managementmodels/: Directory for saved model checkpointstests/: Unit tests for critical components