Baselight

Sales Prediction By Advertisement

Check Product Sales By Investing in Advertisement

@kaggle.pawankumarsharmaa_sales_prediction_by_advertisement

About this Dataset

Sales Prediction By Advertisement

From this dataset we are going to check how much our product sales are increased when we invested in the different-2 Media platform. And on which media platform we should invest more and where we should not invest.

Tables

Adv Reg Prob

@kaggle.pawankumarsharmaa_sales_prediction_by_advertisement.adv_reg_prob
  • 6.93 KB
  • 198 rows
  • 4 columns
Loading...

CREATE TABLE adv_reg_prob (
  "tv" DOUBLE,
  "radio" DOUBLE,
  "newspaper" DOUBLE,
  "sales" DOUBLE
);