Energy-Based Learning for Cooperative Games, with Applications to Valuation Problems in Machine Learning
This repository contains code for the paper: "Energy-Based Learning for Cooperative Games, with Applications to Valuation Problems in Machine Learning".
Run the file synthetic/main_syn.ipynb
directly.
Run the following bash file:
data_valuation/run_data_val.sh
Run the ipython notebook feature_valuation/feature_val_example.ipynb
.
- python>=3.5
- shap==0.39.0
- tensorflow>2.0
- scikit-learn==0.24
- xgboost
- numba==0.53.1
- tqdm
- matplotlib
😄If you find this repo is useful, please consider to cite our paper:
@inproceedings{
bian2022energybased,
title={Energy-Based Learning for Cooperative Games, with Applications to Valuation Problems in Machine Learning},
author={Yatao Bian and Yu Rong and Tingyang Xu and Jiaxiang Wu and Andreas Krause and Junzhou Huang},
booktitle={International Conference on Learning Representations},
year={2022},
url={https://openreview.net/forum?id=xLfAgCroImw}
}
This is not an officially supported Tencent product.