Metadata-Version: 2.3
Name: aq-geometric
Version: 2024.5.19.1
Summary: Geometric deep learning on air quality data.
Project-URL: homepage, https://github.com/cdjellen/aq
Project-URL: documentation, https://github.com/cdjellen/aq
Author-email: Chris Jellen <cdjellen@gmail.com>
License-File: LICENSE.md
Keywords: deep-learning,earth-systems,geometric-deep-learning,pytorch
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.9
Requires-Dist: aq-utilities
Requires-Dist: pandas==1.5.3
Requires-Dist: psycopg2-binary==2.9.9
Requires-Dist: sqlalchemy==2.0.23
Requires-Dist: torch-geometric==2.3.1
Requires-Dist: torch==2.0.1
Requires-Dist: xgboost==2.0.3
Description-Content-Type: text/markdown

## Overview

This repository contains the code used for geometric deep learning on air-quality data. The code is based on the [PyTorch Geometric](https://pytorch-geometric.readthedocs.io/en/latest/) library.

Generate build artifacts via ```python3 pip wheel --no-cache-dir --extra-index-url=https://download.pytorch.org/whl/cpu aq-geometric/ -w kubeflow/artifacts/wheels/aq-geometric/```
