Update README.md
Browse files
README.md
CHANGED
|
@@ -5,11 +5,9 @@ This model is a decision tree classifier trained to predict obesity levels based
|
|
| 5 |
|
| 6 |
## Intended uses & limitations
|
| 7 |
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
[More Information Needed]
|
| 13 |
|
| 14 |
### Hyperparameters
|
| 15 |
|
|
@@ -115,8 +113,7 @@ div.sk-label-container:hover .sk-estimator-doc-link.fitted:hover,
|
|
| 115 |
</style><div id="sk-container-id-3" class="sk-top-container" style="overflow: auto;"><div class="sk-text-repr-fallback"><pre>DecisionTreeClassifier(max_depth=6)</pre><b>In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook. <br />On GitHub, the HTML representation is unable to render, please try loading this page with nbviewer.org.</b></div><div class="sk-container" hidden><div class="sk-item"><div class="sk-estimator fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-3" type="checkbox" checked><label for="sk-estimator-id-3" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted"> DecisionTreeClassifier<a class="sk-estimator-doc-link fitted" rel="noreferrer" target="_blank" href="https://scikit-learn.org/1.4/modules/generated/sklearn.tree.DecisionTreeClassifier.html">?<span>Documentation for DecisionTreeClassifier</span></a><span class="sk-estimator-doc-link fitted">i<span>Fitted</span></span></label><div class="sk-toggleable__content fitted"><pre>DecisionTreeClassifier(max_depth=6)</pre></div> </div></div></div></div>
|
| 116 |
|
| 117 |
## Evaluation Results
|
| 118 |
-
|
| 119 |
-
[More Information Needed]
|
| 120 |
|
| 121 |
# How to Get Started with the Model
|
| 122 |
|
|
@@ -130,29 +127,3 @@ predictions = model.predict(X)
|
|
| 130 |
# Model Card Authors
|
| 131 |
|
| 132 |
Kayleigh Carley
|
| 133 |
-
|
| 134 |
-
# Model Card Contact
|
| 135 |
-
|
| 136 |
-
You can contact the model card authors through following channels:
|
| 137 |
-
[More Information Needed]
|
| 138 |
-
|
| 139 |
-
# Citation
|
| 140 |
-
|
| 141 |
-
Below you can find information related to citation.
|
| 142 |
-
|
| 143 |
-
**BibTeX:**
|
| 144 |
-
```
|
| 145 |
-
[More Information Needed]
|
| 146 |
-
```
|
| 147 |
-
|
| 148 |
-
# Intended uses & limitations
|
| 149 |
-
|
| 150 |
-
**Intended use:** Educational use, possible tool for exploring health data, research, and classification and interpretability techniques. The model performs very well for higher risk categories.
|
| 151 |
-
|
| 152 |
-
**Not intended for:** Actual medical diagnosis or treatment decisions.
|
| 153 |
-
|
| 154 |
-
**Limitations:** Normal-weight and neighboring overweight classes overlap, making them harder to classify. The data is also self-reported, whichmay lead to bias or inaccuracies.
|
| 155 |
-
|
| 156 |
-
# Evaluation Results
|
| 157 |
-
|
| 158 |
-
The model achieves approximately 87% accuracy. Its performance is strongest on more distinct obesity categories and weaker on categories that are closer together. A more complex model could lead to higher accuracy, but it would be less interpretable and harder to present to medical professionals.
|
|
|
|
| 5 |
|
| 6 |
## Intended uses & limitations
|
| 7 |
|
| 8 |
+
Intended use: Educational use, possible tool for exploring health data, research, and classification and interpretability techniques. The model performs very well for higher risk categories.
|
| 9 |
+
Not intended for: Actual medical diagnosis or treatment decisions.
|
| 10 |
+
Limitations: Normal-weight and neighboring overweight classes overlap, making them harder to classify. The data is also self-reported, which may lead to bias or inaccuracies.
|
|
|
|
|
|
|
| 11 |
|
| 12 |
### Hyperparameters
|
| 13 |
|
|
|
|
| 113 |
</style><div id="sk-container-id-3" class="sk-top-container" style="overflow: auto;"><div class="sk-text-repr-fallback"><pre>DecisionTreeClassifier(max_depth=6)</pre><b>In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook. <br />On GitHub, the HTML representation is unable to render, please try loading this page with nbviewer.org.</b></div><div class="sk-container" hidden><div class="sk-item"><div class="sk-estimator fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-3" type="checkbox" checked><label for="sk-estimator-id-3" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted"> DecisionTreeClassifier<a class="sk-estimator-doc-link fitted" rel="noreferrer" target="_blank" href="https://scikit-learn.org/1.4/modules/generated/sklearn.tree.DecisionTreeClassifier.html">?<span>Documentation for DecisionTreeClassifier</span></a><span class="sk-estimator-doc-link fitted">i<span>Fitted</span></span></label><div class="sk-toggleable__content fitted"><pre>DecisionTreeClassifier(max_depth=6)</pre></div> </div></div></div></div>
|
| 114 |
|
| 115 |
## Evaluation Results
|
| 116 |
+
The model achieves approximately 87% accuracy. Its performance is strongest on more distinct obesity categories and weaker on categories that are closer together. A more complex model could lead to higher accuracy, but it would be less interpretable and harder to present to medical professionals.
|
|
|
|
| 117 |
|
| 118 |
# How to Get Started with the Model
|
| 119 |
|
|
|
|
| 127 |
# Model Card Authors
|
| 128 |
|
| 129 |
Kayleigh Carley
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|