Higher Order Tensors ToolBOX
Project description
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:
Install hottbox as it is from pypi.org by executing:
# Create virtual environment based on python 3.7 pipenv --python 3.7 # Install hottbox from pypi pipenv install hottbox
Alternatively, you can clone the source code which you can find on our GitHub repository and install hottbox in editable mode:
# Clone source code and cd into it git clone https://github.com/hottbox/hottbox.git cd hottbox # Create virtual environment based on python 3.7 pipenv --python 3.7 # Install hottbox from source pipenv 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.
NOTE: To manage working environment, we use pipenv. This tools is thought of as a successor of pip and essentially uses pip and virtualenv under the hood. If you haven’t made a switch yet (or don’t want to) then:
Instead of pipenv install simply use pip install
Instead of pipenv run ... make sure that you are in correct virtual environment
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:
pipenv install -e '[.tests]'
To run tests, simply execute inside the main directory:
# Runs pytest within a virtual environment
pipenv run 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
Built Distribution
File details
Details for the file hottbox-0.3.2.tar.gz
.
File metadata
- Download URL: hottbox-0.3.2.tar.gz
- Upload date:
- Size: 86.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e763121027269b2f99347e3e144da4f486357595f6b25b55423d039c474f9d2f |
|
MD5 | 6dcd38c362bc33da606a4b88679a8996 |
|
BLAKE2b-256 | 8586e9b2f2855a0c99f4ad3203418be6d08b1a75110d52f5fa2e02b475917721 |
File details
Details for the file hottbox-0.3.2-py3-none-any.whl
.
File metadata
- Download URL: hottbox-0.3.2-py3-none-any.whl
- Upload date:
- Size: 113.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d49df739b44d0952c6dd8ca7513c4c4dfae96575078dfe77c7a9e4dedf45a983 |
|
MD5 | 6aa724733db45dc2dd8b5bc9a7299d6c |
|
BLAKE2b-256 | 3703569376e54c8df2c671345dcf1f5cead8c60b8e1261e0dce1ece96ecba821 |