Create CITATION.cff
Browse files- diabetic_models/CITATION.cff +16 -0
diabetic_models/CITATION.cff
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
cff-version: 1.2.0
|
| 2 |
+
message: "If you use these models in academic work, please cite as below."
|
| 3 |
+
title: "will be updated"
|
| 4 |
+
authors:
|
| 5 |
+
- family-names: K.K.
|
| 6 |
+
given-names: Thyagharajan
|
| 7 |
+
version: "1.0.0"
|
| 8 |
+
date-released: 2026-01-10
|
| 9 |
+
license: MIT
|
| 10 |
+
repository-code: "https://huggingface.co/kkthyagharajan/KKT-ML-Models"
|
| 11 |
+
keywords:
|
| 12 |
+
- diabetes prediction
|
| 13 |
+
- logistic regression
|
| 14 |
+
- SGD classifier
|
| 15 |
+
- machine learning
|
| 16 |
+
- clinical decision support
|