Datasets for Time series forecasting
Project description
datasetsforecast
Datasets for time series forecasting
Install
pip install datasetsforecast
Datasets
How to use
All the modules have a load
method which you can use to load the
dataset for a specific group. If you don’t have the data locally it will
be downloaded for you.
from datasetsforecast.phm2008 import PHM2008
train_df, test_df = PHM2008.load(directory='data', group='FD001')
train_df.shape, test_df.shape
((20631, 17), (13096, 17))
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
datasetsforecast-1.0.0.tar.gz
(30.6 kB
view details)
Built Distribution
File details
Details for the file datasetsforecast-1.0.0.tar.gz
.
File metadata
- Download URL: datasetsforecast-1.0.0.tar.gz
- Upload date:
- Size: 30.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
7daa1342fe30cef66f9f61b08cf17b0b68b4de3c02a61ab2569e71b72779a8ad
|
|
MD5 |
d5d0561ad2b9fde7e4e6358ed5875bc8
|
|
BLAKE2b-256 |
2d77a5a76b16666132cac1368d8da1134f5173ca20a5433dd4a685b1dd7f46fe
|
File details
Details for the file datasetsforecast-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: datasetsforecast-1.0.0-py3-none-any.whl
- Upload date:
- Size: 34.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
0a958447ceaf94ff5e4aa6318d3a2f277fb6aecdf8724ac021f54bf6a7461a9d
|
|
MD5 |
32785be0a5e5f3698b7835694d616197
|
|
BLAKE2b-256 |
86e23fc14cd4ed4633e8d69e81f85dc7cf4615852dd605d5ebdfbf9bccc2c2a3
|