Name: Bhargavi Hanumant Alandikar
- CONTENTS OF THE PACKAGE
Time_Series.py - Contains Python code to predict the sale quantity for given data product_distribution_training_set.txt - Contains Training Data set output.txt - Contains Predictions result README - Details about the package
- SYSTEM REQUIREMENTS
- COMPILATION AND EXECUTION
- DESCRIPTION
- A time series is a series of data points indexed (or listed or graphed) in time order.
- Time series forecasting is the use of a model to predict future values based on previously observed values.
- SARIMA model - Seasonal Auto-Regressive Integrated Moving Average model.
- It is Most widely used forecasting methods for time series data forecasting.
- It supports the direct modeling of the seasonal component of the series.