Skip to content

luk-f/pyCFOFiSAX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CFOF score computation via iSAX

Documentation Status

PyPI

Lucas' PhD projects
2017-2020

To start

Installation via PyPI

Run pip install pyCFOFiSAX or python3 -m pip install pyCFOFiSAX.

Manual installation

Run pip install -r requirements.txt or python3 -m pip install -r requirements.txt.

The tslearn package requires Cython, numba and llvmlite (pip will automatically download these packages). However for Cython, it is necessary to have a C compiler (as described on this website), and the package llvmlite for this project, tested only with Python 3.7 and 3.8 that we recommend.

Otherwise, the use of conda simplifies the installation (as recommended on the site of tslearn), because it does not require the installation of C compiler and Cython and llvmlite packages.

Documentation

The documentation is available here (in French) : https://pycfofisax.readthedocs.io/fr/main/

Thanks

Development of :

Use of the code of:

Use of the packages of:

Languages