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 mba_admissions (
"pre_score" DOUBLE,
"age_in_years" BIGINT,
"percentage_in_10_class" DOUBLE,
"percentage_in_12_class" DOUBLE,
"percentage_in_under_graduate" DOUBLE,
"percentage_mba" DOUBLE,
"post_score" DOUBLE,
"gender" VARCHAR,
"state" VARCHAR,
"previous_degree" VARCHAR,
"marital_status" VARCHAR,
"place_you_belong_to" VARCHAR,
"perceived_job_skill" VARCHAR,
"specialization" VARCHAR
);
Anyone who has the link will be able to view this.