Skip to content

CFOF approximation via iSAX trees - Python

License

Notifications You must be signed in to change notification settings

amunozj/pyCFOFiSAX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CFOF score computation via iSAX with Anotations

iSAX implementation based on the PhD work of Lucas

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:

About

CFOF approximation via iSAX trees - Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.7%
  • Other 1.3%