| | --- |
| | 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 |