Restaurants Revenue Prediction
Predict the Restaurants monthly revenue using different methods
@kaggle.mrsimple07_restaurants_revenue_prediction
Predict the Restaurants monthly revenue using different methods
@kaggle.mrsimple07_restaurants_revenue_prediction
CREATE TABLE restaurant_revenue_1 (
"number_of_customers" BIGINT,
"menu_price" DOUBLE,
"marketing_spend" DOUBLE,
"cuisine_type" VARCHAR,
"average_customer_spending" DOUBLE,
"promotions" BIGINT,
"reviews" BIGINT,
"monthly_revenue" DOUBLE
);
Anyone who has the link will be able to view this.