Skip to content

balandi1/Time-Series-Forecast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Name: Bhargavi Hanumant Alandikar

  1. 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

  1. SYSTEM REQUIREMENTS

Following softwares should be installed on system: python interpreter

  1. COMPILATION AND EXECUTION

python Time_Series.py

  1. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages