Skip to main content

A Python package for tabular data analysis using TabMap.

Project description

TabMap

PyPI version

Interpretable Discovery of Patterns in Tabular Data via Spatially Semantic Topographic Maps

Nature Biomedical Engineering, 2024. HTML | PDF | Cite

TL;DR: Python implementation of TabMap proposed in our paper.

  • TabMap unravels intertwined relationships in tabular data by transforming each data sample into a spatially semantic 2D topographic map, which we refer to as TabMap.
  • A TabMap preserves the original feature values as pixel intensities, with the relationships among the features spatially encoded in the map (the strength of two inter-related features correlates with their distance on the map).
  • Our approach makes it possible to apply 2D convolutional neural networks to extract association patterns in the data to facilitate data analysis, and offers interpretability by ranking features according to importance.
  • We demonstrate TabMap's superior predictive performance across a diverse set of biomedical datasets.

Table of Contents

Installation

tabmap is available on PyPI. To install tabmap, run the following command:

pip install tabmap

For development, you can check the latest sources with the command:

git clone https://github.com/rui-yan/TabMap.git
cd TabMap
conda env create -f tabmap_conda.yml
conda activate tabmap
  • NVIDIA GPU (Tested on Nvidia Quadro RTX 8000 48G x 1) on local workstations
  • Python (3.10.13), torch (1.13.1), numpy (1.23.1), pandas (1.5.3), scikit-learn (1.4.2), scipy (1.10.1), seaborn (0.12.2); For further details on the software and package versions used, please refer to the tabmap_conda.yml file.

Train and evaluate the TabMap classifier

TabMap construction: transforming tabular data into 2D topographic maps

from tabmap_construction import TabMapGenerator
generator = TabMapGenerator(metric='correlation', loss_fun='kl_loss')
X_tabmap = generator.fit_transform(X)

Parameters:

  • metric: Metric used to compute the feature inter-relationships. {'correlation', 'euclidean', 'gower'}
  • loss_fun: Loss function used for computing the optimal transport. {'kl_loss', 'sqeuclidean', 'square_loss'}
  • epsilon: Entropic regularization parameter (>=0). default=0 (no regularization applied)
  • version: Version of the distance matrix calculation algorithm. default='v2.0'
    • Versions 'v1.0' and 'v2.0' use different methods for computing grid distances.
  • num_iter: Number of iterations for the optimal transport problem. default=10

TabMapGenerator class functions:

  • fit(X, truncate=False): Computes the coupling matrix to map the feature space to the 2D map space. X is of shape (n_samples, n_features). The truncate parameter determines whether to truncate or zero-pad the data to fit the 2D map.
  • transform(X): Performs the mapping from feature space to image space.
  • fit_transform(X, truncate=False): Fits the generator to the data and then performs the transformation.

Train a 2D convolutional neural network (CNN) model for classification

python main.py

Refer to the main.py file for details on model training and evaluation. This file also includes k-fold cross-validation, hyperparameter tuning, and comparisons with other classifiers used to generate the results presented in our paper.

Example Jupyter notebooks for using TabMap

Citation

If you find our work helpful in your research or if you use any source codes, please cite our paper.

@article{yan2024interpretable,
  title={Interpretable discovery of patterns in tabular data via spatially semantic topographic maps},
  author={Yan, Rui and Islam, Md Tauhidual and Xing, Lei},
  journal={Nature Biomedical Engineering},
  pages={1--12},
  year={2024},
  publisher={Nature Publishing Group UK London}
}

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

tabmap-0.1.2.tar.gz (33.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tabmap-0.1.2-py3-none-any.whl (37.4 kB view details)

Uploaded Python 3

File details

Details for the file tabmap-0.1.2.tar.gz.

File metadata

  • Download URL: tabmap-0.1.2.tar.gz
  • Upload date:
  • Size: 33.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.10.13

File hashes

Hashes for tabmap-0.1.2.tar.gz
Algorithm Hash digest
SHA256 1b405d896b5fde27af8aeff7268c9279738219f8e6b33654c4460539eda93355
MD5 a629029870e37e8c86b3e486b6c3bfc6
BLAKE2b-256 7319163da1b3e8c6e97a39b73bed9b9da829ab5d96d9b32a828ee2dfb0153e85

See more details on using hashes here.

File details

Details for the file tabmap-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: tabmap-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 37.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.10.13

File hashes

Hashes for tabmap-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c6fa6c2b49f600cea1322809dbe3792c1f8f0570674a82fdfb05676d8e281ba5
MD5 a561fc5ad6b354256e5253c5c95d01e3
BLAKE2b-256 b3fd0f7870b3d8bdbf289b4489988d0a1c8b74bcfefdc78b49b139da18f774b2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page