Baselight

Restaurants Revenue Prediction

Predict the Restaurants monthly revenue using different methods

@kaggle.mrsimple07_restaurants_revenue_prediction

Loading...
Loading...

About this Dataset

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.

Tables

Restaurant Revenue 1

@kaggle.mrsimple07_restaurants_revenue_prediction.restaurant_revenue_1
  • 45.49 KB
  • 1000 rows
  • 8 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.