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 movie_classification (
"marketing_expense" DOUBLE,
"production_expense" DOUBLE,
"multiplex_coverage" DOUBLE,
"budget" DOUBLE,
"movie_length" DOUBLE,
"lead_actor_rating" DOUBLE,
"lead_actress_rating" DOUBLE,
"director_rating" DOUBLE,
"producer_rating" DOUBLE,
"critic_rating" DOUBLE,
"trailer_views" BIGINT,
"n_3d_available" VARCHAR,
"time_taken" DOUBLE,
"twitter_hastags" DOUBLE,
"genre" VARCHAR,
"avg_age_actors" BIGINT,
"num_multiplex" BIGINT,
"collection" BIGINT,
"start_tech_oscar" BIGINT
);
Anyone who has the link will be able to view this.