Add your description here
Project description
Aiice
AIICE is an open-source Python framework designed as a standardized benchmark for spatio-temporal forecasting of Arctic sea ice concentration. It provides reproducible pipelines for loading, preprocessing, and evaluating satellite-derived OSI-SAF data, supporting both short- and long-term prediction horizons
Installation
The simplest way to install framework with pip:
pip install aiice-bench
Quickstart
The AIICE class provides a simple interface for loading Arctic ice data, preparing datasets, and benchmarking PyTorch models:
from aiice import AIICE
# Initialize AIICE with a sliding window
# of past 30 days and forecast of 7 days
aiice = AIICE(
pre_history_len=30,
forecast_len=7,
batch_size=32,
start="2022-01-01",
end="2022-12-31"
)
# Define your PyTorch model
model = MyModel()
# Run benchmarking to compute metrics on the dataset
report = aiice.bench(model)
print(report)
Check package doc and see more usage examples
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
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 aiice_bench-0.1.0.tar.gz.
File metadata
- Download URL: aiice_bench-0.1.0.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.21 {"installer":{"name":"uv","version":"0.9.21","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 |
d438b224be9c4b65ce12f51531df0a012c6e2e2fd75ed955f5af5403407fb295
|
|
| MD5 |
a0f3cf90c4fee02a12fb25bca4e62ce7
|
|
| BLAKE2b-256 |
0409e3afc7468a19dc4072b1b4d6da27ac2914763a0f63e5671f56495869be92
|
File details
Details for the file aiice_bench-0.1.0-py3-none-any.whl.
File metadata
- Download URL: aiice_bench-0.1.0-py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.21 {"installer":{"name":"uv","version":"0.9.21","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 |
29fc8214bacc4fe375d963a3e04ff37cf54a1a33ac129260a62efbafaade0648
|
|
| MD5 |
ee66424118c3a9a7c0714464e062e7c0
|
|
| BLAKE2b-256 |
fb77bc90034dac7882125276cef4b614fe7db62c933da697b48ffdfee9df5753
|