moviebrain01 commited on
Commit
fc4339d
·
verified ·
1 Parent(s): b7ec1ca

update dataset card with metadata

Browse files
Files changed (1) hide show
  1. README.md +31 -14
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 have been encoded and missing values removed.
6
- The dataset is split into train and test sets for machine learning tasks.
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 duplicates
18
- - Dropped missing values
19
- - Encoded categorical variables
20
- - Stratified train-test split (80-20)
21
 
22
  ## Intended Use
23
  This dataset is suitable for:
24
- - Classification tasks
25
- - Medical ML experiments
26
- - Educational purposes
27
- - Model benchmarking
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 traintest 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 traintest split (8020)
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