Giter Club home page Giter Club logo

machinelearning-salesforecasting's Introduction

MachineLearning-Salesforecasting

Different algorithms for forecasting sales and finding the predictive value of ongoing trends and also predict the future forecasting

TIME SERIES

Time series is the sequence where a metric is recorded over regular interval of time.
Depending on the frequency, time series can be yearly, quaterly, monthly, weekly, daily, hour-minute-second etc.
Some major problem solved by using time series analysis/forecasting are,

  • Annual budgetting.
  • Quarterly expenses calculation
  • Montly Air traffic
  • Weekly sales forecasting
  • Daily weather updates
  • Hourly stock price prediction
  • Minute basis call logs in call center
  • In second web traffic analysis

Forecasting can add tremendous amount of commercial values. In most manufacturing companies, it drives the fundamental business planning, procurement and production activities. It is very important to have higher precision of accuracy in forecasting future sales such that it is a basis of businesses to increase or decrease production.

Time series analysis is further divided into two types,

  • Univariate Time Series Forecasting.
  • Multivariate Time Series Forecasting.

Models to work as a sales forecaster

  • ARIMA (AutoRegressive Integrated Moving Average)
  • fbprophet (developed by facebook as a open source project)

ARIMA link

An autoregressive integrated moving average, or ARIMA, is a statistical analysis model that uses time series data to either better understand the data set or to predict future trends.
A statistical model is autoregressive if it predicts future values based on past values. For example, an ARIMA model might seek to predict a stock's future prices based on its past performance or forecast a company's earnings based on past periods.

fbprophet link

Prophet is a method for predicting time series data that uses an additive model to suit non-linear trends with seasonality that occurs annually, monthly, daily, and on weekends as well as during holidays. Strongly seasonal time series and multiple seasons of historical data are ideal for it. Prophet typically manages outliers well and is robust to missing data and changes in the trend.

machinelearning-salesforecasting's People

Contributors

rahulparajuli avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.