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
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
datasetsforecast-1.0.1.tar.gz
(25.4 kB
view details)
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 datasetsforecast-1.0.1.tar.gz.
File metadata
- Download URL: datasetsforecast-1.0.1.tar.gz
- Upload date:
- Size: 25.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.10.5 {"installer":{"name":"uv","version":"0.10.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
193d0f61fd45bbe20c744735c6d3db609bc34010e167f48b991467c1c52450a5
|
|
| MD5 |
88e9b9c02007bd8057e37534a131b260
|
|
| BLAKE2b-256 |
48ded549f90044befa66c0da613ff2e06290b1d8abff1103bbdf2bc469924502
|
File details
Details for the file datasetsforecast-1.0.1-py3-none-any.whl.
File metadata
- Download URL: datasetsforecast-1.0.1-py3-none-any.whl
- Upload date:
- Size: 32.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.10.5 {"installer":{"name":"uv","version":"0.10.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ba1ced3b0938e5c728a25e36043a52c3f09f4aa4ef033fda9306e9449588f5f
|
|
| MD5 |
0bc6244022931786f08634597a45ce7e
|
|
| BLAKE2b-256 |
d37630659bbc06a35237f91692c6640adaf5f2399dd52a05b47901b67694bc9a
|