A Collection and Analysis of Machine Learning Tasks, Datasets and Testbeds for Tackling Climate Change.
Project description
AI4Climate: Collection of Machine Learning Tasks and Datasets for Tackling Climate Change
Overview
Getting started
All datasets are provided on Hugging Face Hub and ready to be downloaded and
parsed into our standardized data format with training, validation and testing
splits using our ai4climate Python package. Install package:
pip install ai4climate
For example, load the "train_small_test_medium" task from the "OPFData" dataset:
from ai4climate import load
dataset = load(
task_name='OPFData',
subtask_name='train_small_test_medium',
root_path='~/AI4Climate/'
)
Run main experiments as specified in config.yml with:
python src/main.py
List of available datasets
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 ai4climate-0.0.4.tar.gz.
File metadata
- Download URL: ai4climate-0.0.4.tar.gz
- Upload date:
- Size: 27.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4bd506fd9ab71efd1abc70c96bdf9d227518f99d6753ae99f43835e0f0804bf
|
|
| MD5 |
3c2d174ae80f73e092733be2dc436cef
|
|
| BLAKE2b-256 |
c661764ec601384fed54f262b33e31ff3aeaca98a6f0c5a3bd444baa56a7c395
|
File details
Details for the file ai4climate-0.0.4-py3-none-any.whl.
File metadata
- Download URL: ai4climate-0.0.4-py3-none-any.whl
- Upload date:
- Size: 30.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e17af627ed08ae43f32ee793e9b39bc7d736d1b02620711d74f0a2be032b007
|
|
| MD5 |
2e3f795e3c495bf1e5475c3186d0fc55
|
|
| BLAKE2b-256 |
5575aa63f33c873f47d7f46a3e19cfa613cb94238080a2ed502f26585de130ed
|