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 xrayfull (
"image_index" VARCHAR,
"fold" 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
);
Anyone who has the link will be able to view this.