Time Series Starter Dataset
Predict future sales
@kaggle.podsyp_time_series_starter_dataset
Predict future sales
@kaggle.podsyp_time_series_starter_dataset
Machine learning can be applied to time series datasets.
A problem when getting started in time series forecasting with machine learning is finding good quality standard datasets on which to practice.
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.
Let’s begin from basics.
CREATE TABLE month_value_1 (
"period" VARCHAR,
"revenue" DOUBLE,
"sales_quantity" DOUBLE,
"average_cost" DOUBLE,
"the_average_annual_payroll_of_the_region" DOUBLE
);Anyone who has the link will be able to view this.