Baselight

Time Series Starter Dataset

Predict future sales

@kaggle.podsyp_time_series_starter_dataset

Loading...
Loading...

About this Dataset

Time Series Starter Dataset

Context

Machine learning can be applied to time series datasets.

Content

A problem when getting started in time series forecasting with machine learning is finding good quality standard datasets on which to practice.

Acknowledgements

Almost every data scientist will encounter time series in their work and being able to effectively deal with such data is an important skill in the data science toolbox.Almost every data scientist will encounter time series in their work and being able to effectively deal with such data is an important skill in the data science toolbox.

Inspiration

Let’s begin from basics.

Tables

Month Value 1

@kaggle.podsyp_time_series_starter_dataset.month_value_1
  • 6.42 KB
  • 96 rows
  • 5 columns
Loading...

CREATE TABLE month_value_1 (
  "period" VARCHAR,
  "revenue" DOUBLE,
  "sales_quantity" DOUBLE,
  "average_cost" DOUBLE,
  "the_average_annual_payroll_of_the_region" DOUBLE
);

Share link

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