huihevv / FairFor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FairFor

Source code for the paper, "Learning Informative Representation for Fairness-aware Multivariate Time-series Forecasting: A Group-based Perspective", accepted by TKDE.

Overview

In this work, we formulate the MTS fairness modeling problem as learning informative representations attending to both advantaged and disadvantaged variables. Accordingly, we propose a novel framework, named FairFor, for fairness-aware MTS forecasting, i.e., fair MTS forecasting.

Requirements

  • Python 3.6
  • matplotlib == 3.3.4
  • numpy == 1.19.5
  • pandas == 1.1.5
  • scikit_learn == 0.24.2
  • torch == 1.8.0

Datasets

Baselines

Citation

If you find our work useful, please consider citing the following paper

@article{DBLP:journals/corr/abs-2301-11535,
  author       = {Hui He and
                  Qi Zhang and
                  Shoujin Wang and
                  Kun Yi and
                  Zhendong Niu and
                  Longbing Cao},
  title        = {Learning Informative Representation for Fairness-aware Multivariate
                  Time-series Forecasting: {A} Group-based Perspective},
  journal      = {CoRR},
  volume       = {abs/2301.11535},
  year         = {2023}
}

About


Languages

Language:Python 100.0%