/tensortools

Fitting and visualizing tensor decompositions in Python

Primary LanguagePythonMIT LicenseMIT

Tensortools

TensorTools is a bare bones Python package for fitting and visualizing canonical polyadic (CP) tensor decompositions of higher-order data arrays. Check out the documentation and examples/ folder for more detailed information.

Installation

From the command line run:

pip install git+https://github.com/ahwillia/tensortools

(You will need to have git installed for this command to work.)