File size: 1,105 Bytes
fc4339d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b7ec1ca
 
 
fc4339d
 
 
b7ec1ca
 
fc4339d
 
b7ec1ca
 
fc4339d
b7ec1ca
 
 
fc4339d
 
 
 
b7ec1ca
 
 
fc4339d
 
 
 
b7ec1ca
 
b9a7478
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
language:
- en
license: apache-2.0
task_categories:
- tabular-classification
tags:
- healthcare
- medical
- thyroid
- classification
- tabular
pretty_name: Thyroid Diff Clean Dataset
size_categories:
- 1K<n<10K
---

# Thyroid Diff Clean Dataset

## Description
This dataset contains cleaned and preprocessed thyroid disease data prepared for machine learning tasks.  
Categorical features are encoded and missing values have been handled.  
The dataset includes a structured train–test split.

## Dataset Structure
- train.csv — training split (80%)
- test.csv — testing split (20%)

## Features
The dataset includes clinical and diagnostic features related to thyroid condition prediction.  
The target variable represents recurrence status.

## Preprocessing Steps
- Removed duplicate records  
- Handled missing values  
- Encoded categorical variables  
- Stratified train–test split (80–20)

## Intended Use
This dataset is suitable for:
- Classification tasks  
- Medical machine learning experiments  
- Educational projects  
- Benchmarking tabular ML models  

## License
Apache-2.0