lensacom/sparkit-learn

[RFC] Integrate with numba / parakeet

Open

#26 ouverte le 11 juin 2015

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Python (255 forks)batch import
enhancementhelp wantedrfc

Métriques du dépôt

Stars
 (1 144 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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

Guide contributeur