KKT-ML-Models / README.md
kkthyagharajan's picture
Update README.md
17bf0d6 verified
---
metadata:
language: en
library_name: scikit-learn
tags:
- classification
- machine-learning
- tabular-data
- sklearn
- healthcare
- clinical-decision-support
license: mit
datasets:
- Benchmark datasets
model-type: multi-model-repository
author: Thyagharajan K K
pipeline_tag: tabular-classification
inference: true
flags:
- cpu
- allow_fork
- allow_metrics
emoji: πŸ“Š
colorFrom: blue
colorTo: indigo
---
# 🧠 KKT-ML-Models
This repository serves as a centralized suite of **machine learning models** developed and trained
by Dr.K.K. Thyagharajan for research, experimentation, and deployment across multiple domains.
The repository is organized **by application domain**, with each domain containing one or more
trained models, preprocessing pipelines, and documentation.
The repository supports:
- Reproducible research
- Model reuse and deployment
- Separation of preprocessing and inference artifacts
- Compatibility with Hugging Face Spaces and APIs
## πŸ” Domains Covered
- Diabetes prediction (tabular clinical data)
- Additional healthcare and ML domains will be added incrementally
---
## πŸ“‚ Repository Structure
```text
KKT-ML-Models/
β”‚
β”œβ”€β”€ README.md
β”‚
└── diabetic_models/
β”‚
β”œβ”€β”€ README.md
β”‚
β”œβ”€β”€ logistic_reg_diabetic.pkl
β”‚ (Baseline batch Logistic Regression model)
β”‚
└── SGD_scaler_diabetic_models/
β”‚
β”œβ”€β”€ README.md
β”‚
β”œβ”€β”€ SGD_model.pkl
β”‚ (Final SGD-based logistic regression classifier)
β”‚
└── SGD_scaler.pkl
(Fitted StandardScaler used during training)
```
---
## πŸ“¦ Model Collections
Each subdirectory corresponds to a **domain-specific model collection**.
```
Models are released with:
- Serialized artifacts
- Explicit preprocessing components
- Clear inference documentation
- Licensing and citation metadata
```
---
## 🧰 Technology Stack
- Python β‰₯ 3.8
- scikit-learn
- numpy
- pandas
- joblib
---
## πŸ“œ 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.
---
## πŸ‘¨β€πŸ’» Maintainer
**Dr. Thyagharajan K K**
Professor & Dean (Research)
RMD Engineering College
πŸ“§ kkthyagharajan@yahoo.com