Baselight

Anaemia Prediction

Anaemia Prediction using Hb , Sex , %RBC prints

@kaggle.humairmunir_anaemia_prediction

Output
@kaggle.humairmunir_anaemia_prediction.output

  • 8.75 KB
  • 104 rows
  • 7 columns
number

Number

sex

Sex

n__red_pixel

%Red Pixel

n__green_pixel

%Green Pixel

n__blue_pixel

%Blue Pixel

hb

Hb

anaemic

Anaemic

1M43.255530.842125.90256.3Yes
2F45.603328.1926.206713.5No
3F 45.010728.967726.021511.7No
4F44.539828.989926.470313.5No
5M 43.28730.697226.015812.4No
6M45.099427.964526.936116.2No
7F43.145730.162826.69158.6Yes
8F 43.610329.109927.279810.3No
9F45.042329.16625.791813No
10F46.514327.428226.05759.7Yes

CREATE TABLE output (
  "number" BIGINT,
  "sex" VARCHAR,
  "n__red_pixel" DOUBLE,
  "n__green_pixel" DOUBLE,
  "n__blue_pixel" DOUBLE,
  "hb" DOUBLE,
  "anaemic" VARCHAR
);

Share link

Anyone who has the link will be able to view this.