This repository is a lightweight fork of gpapamak/maf meant to download and process the UCI datasets of the MAF paper.
G. Papamakarios, T. Pavlakou and I. Murray, Masked Autoregressive Flow for Density Estimation, NeurIPS 2017
https://arxiv.org/abs/1705.07057
- Clone the
uci-datasets
repository. - Download the datasets from https://zenodo.org/record/1161203.
- Unpack the archive.
- Process and save the datasets as
.npy
files. This step requiresh5py
andpandas<2.0
to be installed. - Enjoy!
user@device:~ $ git clone https://github.com/francois-rozet/uci-datasets
user@device:~ $ cd uci-datasets
user@device:~/uci-datasets $ wget https://zenodo.org/record/1161203/files/data.tar.gz
user@device:~/uci-datasets $ tar -xzf data.tar.gz
user@device:~/uci-datasets $ python process.py
All datasets are processed versions of public datasets.