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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -3
README.md CHANGED
@@ -1,3 +1,33 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
31
+
32
+ ## Author
33
+ Aditya