Skip to main content

R Passenger dataset but in list and Pandas format. Will later include time series models (will be added later).

Project description

  1. Package to Test Time Series Models

    • In the end will provide quick access to standard datasets and basic time series models for benchmarking.
    • Example code is found at the bottom of the readme file.

    Datasets

    • All datasets are in list and pandas format.

    Univariate Seasonal Data

    Monthly Flight Passenger Demand

    • Classic dataset with flight passangers over time from the R data package.
    • flight_list = the data in a list format
    • flight_pandas = the data in pandas dataframe format

    flight


Univariate Non-Linear Dataset

Daily Gold Prices

  • Link: Kaggle Gold dataset
  • gold_list = the data in a list format
  • gold_pandas = the data in a pandas df format

Gold

Models (WIP)

  • Classic Time Series to benchmark more ambitious models.
  1. Naive (give in the lag)
  2. ARIMA
  3. Holt Winter

Example Code

import pandas as pd

flight_list

flight_pandas.head()

gold_list

gold_pandas.head()

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

Built Distribution

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