/Tabular2ImageEncoder

Tabular2ImageEncoder is a python library hat converts tabular data into images for deep learning applications such as transfer learning.

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Overview

docs Documentation Status
tests
package

Tabular2ImageEncoder implements the latest state-of-the-art algorithms for image construction from tabular data.

  • Free software: BSD 2-Clause License

Installation

pip install tabular2imageencoder

You can also install the in-development version with:

pip install https://github.com/qiriro/tabular2imageencoder/archive/main.zip

Documentation

https://tabular2imageencoder.readthedocs.io/

Development

To run all the tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox