Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 902 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 902 Bytes

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.)