Collection Of Classification & Regression Datasets
This dataset encompasses my collection of classification and regression
@kaggle.balakrishcodes_others
This dataset encompasses my collection of classification and regression
@kaggle.balakrishcodes_others
CREATE TABLE nih_labels (
"image_index" VARCHAR,
"follow_up" BIGINT,
"patient_id" BIGINT,
"patient_age" VARCHAR,
"patient_gender" VARCHAR,
"view_position" VARCHAR,
"cardiomegaly" DOUBLE,
"emphysema" DOUBLE,
"effusion" DOUBLE,
"hernia" DOUBLE,
"infiltration" DOUBLE,
"mass" DOUBLE,
"nodule" DOUBLE,
"atelectasis" DOUBLE,
"pneumothorax" DOUBLE,
"pleural_thickening" DOUBLE,
"pneumonia" DOUBLE,
"fibrosis" DOUBLE,
"edema" DOUBLE,
"consolidation" DOUBLE,
"fold" VARCHAR
);
Anyone who has the link will be able to view this.