lensacom/sparkit-learn

[RFC] Integrate with numba / parakeet

Aberta

#26 aberto em 11 de jun. de 2015

 (0 comentário) (0 reação) (0 responsável)Python (255 forks)batch import
enhancementhelp wantedrfc

Métricas do repositório

Stars
 (1.144 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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."

Guia do colaborador