lensacom/sparkit-learn

[RFC] Integrate with numba / parakeet

开放

#26 创建于 2015年6月11日

 (0 条评论) (0 个反应) (0 位负责人)Python (255 个派生)batch import
enhancementhelp wantedrfc

仓库指标

星标
 (1,144 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Execution time could benefit from an optimizer like numba.

From numba's documentation: "Numba works by generating optimized machine code using the LLVM compiler infrastructure at import time, runtime, or statically (using the included pycc tool). Numba supports compilation of Python to run on either CPU or GPU hardware, and is designed to integrate with the Python scientific software stack."

贡献者指南