gymprathap commited on
Commit
f3c245a
·
verified ·
1 Parent(s): 10d5f85

Update README.md

Browse files

Data Structure
Entries: 1,041 rows

Columns: 8

Column Breakdown
Disease (Target Variable)

Type: Integer (int64)

Description: This is the target column you would try to predict. It contains numerical codes from 0 to 4, representing five distinct diseases.

Temperature (Feature)

Type: Integer (int64)

Description: A numerical value representing the patient's body temperature.

Pulse Rate (Feature)

Type: Float (float64)

Description: The patient's pulse rate.

L.A Pain (Feature)

Type: Integer (int64)

Description: A binary indicator for Lower Abdomen Pain (likely 10 for 'yes' and 0 for 'no').

U.A Pain (Feature)

Type: Integer (int64)

Description: A binary indicator for Upper Abdomen Pain (likely 10 for 'yes' and 0 for 'no').

Vomiting Feeling (Feature)

Type: Integer (int64)

Description: A binary indicator for the symptom of vomiting (likely 10 for 'yes' and 0 for 'no').

Yellowish Urine (Feature)

Type: Integer (int64)

Description: A binary indicator for the symptom of yellowish urine (likely 10 for 'yes' and 0 for 'no').

Indigestion (Feature)

Type: Integer (int64)

Description: A binary indicator for the symptom of indigestion (likely 10 for 'yes' and 0 for 'no').

Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -1,3 +1,12 @@
1
- ---
2
- license: cc
3
- ---
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc
3
+ task_categories:
4
+ - tabular-classification
5
+ language:
6
+ - en
7
+ tags:
8
+ - medical
9
+ pretty_name: Multi Disease Classification
10
+ size_categories:
11
+ - 1K<n<10K
12
+ ---