kkthyagharajan's picture
Update diabetic_models/README.md
f959a6a verified
metadata
metadata:
  language: en
  library_name: scikit-learn
  pipeline_tag: tabular-classification
  inference: true
  tags:
    - diabetes-prediction
    - healthcare
    - classification
    - sklearn
  license: mit
  author: Thyagharajan K K
  flags:
    - cpu
    - allow_fork
    - allow_metrics
  emoji: 🩺
  colorFrom: green
  colorTo: pink

🩺 Diabetes Prediction Models

This directory contains machine learning models for diabetes prediction using structured clinical features.
The models are trained on standardized tabular data and evaluated using stratified K-fold cross-validation with robust statistical reporting.


## πŸ“‚ Directory Structure
diabetic_models/
β”‚
β”œβ”€β”€ README.md
β”œβ”€β”€ CITATION.cff
β”œβ”€β”€ LICENSE
β”œβ”€β”€ logistic_reg_diabetic.pkl
β”‚
└── SGD_scaler_diabetic_models/
    β”œβ”€β”€ README.md
    β”œβ”€β”€ SGD_model.pkl
    └── SGD_scaler.pkl

🧠 Available Models

πŸ”Ή Baseline Model

  • Standard Logistic Regression
  • Batch optimization
  • Used for benchmarking

πŸ”Ή Primary Model

  • SGD-based Logistic Regression
  • Supports:
    • Epoch-wise validation
    • Early stopping
    • Adaptive learning-rate scheduling
  • Serialized with its preprocessing pipeline

βš™οΈ Preprocessing

All models rely on feature standardization using StandardScaler.
The scaler is stored separately and must be applied during inference.


πŸ“œ License

This repository is released under the MIT License.
See the LICENSE file for full terms.


πŸ“– Citation

If you use these models in academic work, please cite using the CITATION.cff file.


πŸ‘€ Author

Dr. Thyagharajan K K
Professor & Dean (Research), RMD Engineering College
πŸ“§ kkthyagharajan@yahoo.com