usage step1 command misleading
rancheng opened this issue · comments
Ran Cheng commented
Shouldn't the pyx be compiled by cython rather than python? (step1: cython _tree_prune.pyx)
Charleshen commented
Shouldn't the pyx be compiled by cython rather than python? (step1: cython _tree_prune.pyx)
pyx file is written by Cython, so you need to compile it , more information you can see here: https://moonlet.gitbooks.io/cython-document-zh_cn/content/ch1-basic_tutorial.html
I think Cython is an excellent tool for you to accelerate your code!