Anaemia Prediction
Anaemia Prediction using Hb , Sex , %RBC prints
@kaggle.humairmunir_anaemia_prediction
Anaemia Prediction using Hb , Sex , %RBC prints
@kaggle.humairmunir_anaemia_prediction
CREATE TABLE output (
"number" BIGINT,
"sex" VARCHAR,
"n__red_pixel" DOUBLE,
"n__green_pixel" DOUBLE,
"n__blue_pixel" DOUBLE,
"hb" DOUBLE,
"anaemic" VARCHAR
);
Anyone who has the link will be able to view this.