The model expects the seven features in their processed/scaled representation.
Raw clinical measurements should not be passed directly into the model unless they have first been transformed using the same preprocessing pipeline used during training.
For example, values such as:
Age = 56
Resting Blood Pressure = 145
Cholesterol = 370
cannot automatically be assumed to be valid model inputs.
The exact preprocessing procedure must be reproduced before inference.
Intended Use
This model is intended for:
Machine learning research
Educational demonstrations
Tabular classification experiments
Benchmarking neural-network approaches
Research into healthcare machine learning
Limitations
This model is a research and educational machine learning system.
It is not a medical diagnostic device and must not be used to diagnose, treat, or make clinical decisions about an individual.
Performance on the development dataset does not establish clinical validity or guarantee generalization to other populations or real-world clinical environments.
Ethical Considerations
Healthcare prediction systems can have significant consequences when incorrectly interpreted or deployed.
Any real-world clinical application would require appropriate external validation, clinical review, safety evaluation, monitoring, and regulatory assessment.
Repository Contents
heart-disease-cnn/
config.json
pytorch_model.bin
modeling_heart_disease_cnn.py
inference.py
requirements.txt
README.md
Model Card Authors
Developed as part of a heart disease machine learning research project.