R Passenger dataset but in list and Pandas format. Will later include time series models (will be added later).
Project description
-
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
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
Models (WIP)
- Classic Time Series to benchmark more ambitious models.
- Naive (give in the lag)
- ARIMA
- Holt Winter
Example Code
import pandas as pd
flight_list
flight_pandas.head()
gold_list
gold_pandas.head()
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file olles_little_data_and_model_pack-0.0.3.tar.gz.
File metadata
- Download URL: olles_little_data_and_model_pack-0.0.3.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
033cc40ed10a91d27bf096cd5a9335be1f00f24adc3606e83d07eb5cee52067a
|
|
| MD5 |
19dab9ff6ba920d19f2405c915bfc4c9
|
|
| BLAKE2b-256 |
bd5decf7c1231d0e00ebc8f7cc734ee8d0d6e4cf1b193fdcb0e06d8e1c9fc88c
|
File details
Details for the file olles_little_data_and_model_pack-0.0.3-py3-none-any.whl.
File metadata
- Download URL: olles_little_data_and_model_pack-0.0.3-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7d40b6628ea77ac645791abb61bfb8e0213e325d3c8fd631bb1d899fc8a552e
|
|
| MD5 |
3348f73dd2bdc0aa5b81435a59e1d421
|
|
| BLAKE2b-256 |
5a9ec487e7de3449ec68c12ce46ba37abcbd456c940ba08acb7e628602cb4778
|