Skip to main content

Higher Order Tensors ToolBOX

Project description

Travis Appveyor Coveralls PyPi Binder

Welcome to the toolbox for tensor decompositions, statistical analysis, visualisation, feature extraction, regression and non-linear classification of multi-dimensional data. Not sure you need this toolbox? Give it a try on mybinder.org without installation.

Installing HOTTBOX

There are two options available:

  1. Install hottbox as it is from pypi.org by executing:

    $ pip install hottbox
  2. Alternatively, you can clone the source code which you can find on our GitHub repository and install hottbox in editable mode:

    $ git clone https://github.com/hottbox/hottbox.git
    
    $ cd hottbox
    
    $ pip install -e .

    This will allow you to modify the source code in the way it will suit your needs. Additionally, you will be on top of the latest changes and will be able to start using new stable features which are located on develop branch until the official release. The list of provisional changes for the next release (and the CI status) can be also be found on develop branch in CHANGELOG file.

Running tests

hottbox is under active development, therefore, if you have chosen the second installation option, it is advisable to run tests in order to make sure that your current version of hottbox is stable. First, you will need to install pytest and pytest-cov packages:

$ pip install -e '[.tests]'

To run tests, simply execute inside the main directory:

$ pytest -v --cov hottbox

HOTTBOX tutorials

Please check out our repository with tutorials on hottbox api and theoretical background on multi-linear algebra and tensor decompositions.

Development

We welcome new contributors of all experience levels. Detailed guidelines can be found on our web site.

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

hottbox-0.2.1.tar.gz (66.7 kB view hashes)

Uploaded Source

Built Distribution

hottbox-0.2.1-py3-none-any.whl (81.5 kB view hashes)

Uploaded Python 3

Supported by

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