Skip to main content

To easy plot forecasting through ARIMA model

Project description

A package to make forecast visualisation easier

Objective: To make forecast visualisation easier and more expressive.

To install the package

pip install forecast-tool

Let me show you how the package works

(1) Make a simple forecast using ARIMA model

Input [1]:

from forecast_tool import forecast_plot as fp

period = 'm' #[y, m, w, d]

fp.overall_vis(df, date='Date', newtarget='Volume', period,show_model_name=True, numElems=8)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

forecast_tool-0.0.2.tar.gz (17.0 kB view hashes)

Uploaded Source

Built Distribution

forecast_tool-0.0.2-py3-none-any.whl (16.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page