HydroGAP-AI: Hydro-Gap Artificial Intelligence
Project description
HydroGAP-AI
TODO: Write a high level overview of the library
Installation
You can install the library using the following command:
pip install hydrogapai
or directly from this repo using:
pip install git+https://github.com/kperi/HydroGAP-AI.git
Predict gaps in stations
Usage
from hydrogapai.gap_prediction import (
predict_station_gaps,
)
station_file = "./data/lib/station_11.0_cleaned.csv"
results_folder = './output/test_run'
reall_combined_dfs, val_full, metrics_gaps, real_predictionst = predict_station_gaps(
station_file,
results_folder=results_folder,
model_type=model_type,
hyper_opt=False,
)
For a more detailed example of the library including outputs see this notebook
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
hydrogapai-0.5.0.tar.gz
(17.0 kB
view details)
File details
Details for the file hydrogapai-0.5.0.tar.gz.
File metadata
- Download URL: hydrogapai-0.5.0.tar.gz
- Upload date:
- Size: 17.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7d912cfc4414b37ff3d66b1e58a904f8c1c06481bdb1e51371ba19e16613ace
|
|
| MD5 |
e78fee0ac023be22c70d11af699a134f
|
|
| BLAKE2b-256 |
77c8a7042a2dd3fac62cfe3db5ff4d719c4aba00786e8dbbdc0f18638cba921f
|