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
The Restaurant Revenue Prediction Dataset is a comprehensive collection of simulated data designed for predicting monthly revenue for a set of fictitious restaurants. This dataset was created for educational and illustrative purposes, allowing data enthusiasts to explore and experiment with machine learning algorithms for regression tasks.
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.