Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 474 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 474 Bytes

FastCausation

  1. Modification on baseline code

  2. Speed improvement: reduced 72% of running time

  3. Test on Windows 7 and Anaconda

Usage

Unzip models first and then

python predict.py ./data ./results

Compile cython code if needed

setup.py build_ext --inplace