update dataset card with metadata
Browse files
README.md
CHANGED
|
@@ -1,30 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Thyroid Diff Clean Dataset
|
| 2 |
|
| 3 |
## Description
|
| 4 |
-
This dataset contains cleaned and preprocessed thyroid disease data.
|
| 5 |
-
Categorical features
|
| 6 |
-
The dataset
|
| 7 |
|
| 8 |
## Dataset Structure
|
| 9 |
-
- train.csv
|
| 10 |
-
- test.csv
|
| 11 |
|
| 12 |
## Features
|
| 13 |
-
The dataset includes clinical and diagnostic features related to thyroid condition prediction.
|
| 14 |
The target variable represents recurrence status.
|
| 15 |
|
| 16 |
## Preprocessing Steps
|
| 17 |
-
- Removed
|
| 18 |
-
-
|
| 19 |
-
- Encoded categorical variables
|
| 20 |
-
- Stratified train
|
| 21 |
|
| 22 |
## Intended Use
|
| 23 |
This dataset is suitable for:
|
| 24 |
-
- Classification tasks
|
| 25 |
-
- Medical
|
| 26 |
-
- Educational
|
| 27 |
-
-
|
| 28 |
|
| 29 |
## License
|
| 30 |
Apache-2.0
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
task_categories:
|
| 6 |
+
- tabular-classification
|
| 7 |
+
tags:
|
| 8 |
+
- healthcare
|
| 9 |
+
- medical
|
| 10 |
+
- thyroid
|
| 11 |
+
- classification
|
| 12 |
+
- tabular
|
| 13 |
+
pretty_name: Thyroid Diff Clean Dataset
|
| 14 |
+
size_categories:
|
| 15 |
+
- 1K<n<10K
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
# Thyroid Diff Clean Dataset
|
| 19 |
|
| 20 |
## Description
|
| 21 |
+
This dataset contains cleaned and preprocessed thyroid disease data prepared for machine learning tasks.
|
| 22 |
+
Categorical features are encoded and missing values have been handled.
|
| 23 |
+
The dataset includes a structured train–test split.
|
| 24 |
|
| 25 |
## Dataset Structure
|
| 26 |
+
- train.csv — training split (80%)
|
| 27 |
+
- test.csv — testing split (20%)
|
| 28 |
|
| 29 |
## Features
|
| 30 |
+
The dataset includes clinical and diagnostic features related to thyroid condition prediction.
|
| 31 |
The target variable represents recurrence status.
|
| 32 |
|
| 33 |
## Preprocessing Steps
|
| 34 |
+
- Removed duplicate records
|
| 35 |
+
- Handled missing values
|
| 36 |
+
- Encoded categorical variables
|
| 37 |
+
- Stratified train–test split (80–20)
|
| 38 |
|
| 39 |
## Intended Use
|
| 40 |
This dataset is suitable for:
|
| 41 |
+
- Classification tasks
|
| 42 |
+
- Medical machine learning experiments
|
| 43 |
+
- Educational projects
|
| 44 |
+
- Benchmarking tabular ML models
|
| 45 |
|
| 46 |
## License
|
| 47 |
Apache-2.0
|