A small example package
Project description
HydroGPower
HydroGPower is a Python package that utilizes Gaussian Process (GP) models for predicting time-series hydro-resources.
Installation
To use the HydroGPower tool, install the hydrogpower package:
pip install hydrogpower
Example of usage
We created a dataset_example.xlsx file containing the time-series data at the script's path.
from hydrogpower import main
hydrogpower = main.HydroGPower(
filename="dataset_example",
horizont=5,
M=2,
seed=1234
)
hydrogpower.train_model()
hydrogpower.predict()
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
hydrogpower-0.0.2.tar.gz
(4.2 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 hydrogpower-0.0.2.tar.gz.
File metadata
- Download URL: hydrogpower-0.0.2.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef97bffedee9b555ad927337f766e6d20ddd950d8c40403914992f5ce62debc3
|
|
| MD5 |
b27e5d5dde1dbb801876c0a5d9b165c3
|
|
| BLAKE2b-256 |
e56c6e4684f0b3cf44f75f9f770e28cda4b62cbcab41a6716b105ade63405b35
|
File details
Details for the file hydrogpower-0.0.2-py3-none-any.whl.
File metadata
- Download URL: hydrogpower-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
682751867233140b3b1455a3a24dc631bdc71839fa3202c7cf1551849ed60ca9
|
|
| MD5 |
9d3f1e2741e729e799ea4a7f764c6b5c
|
|
| BLAKE2b-256 |
755af13064df95d1c478d31068c22f499eacd43eec287aff3c24c74197a22e0b
|