lensacom/sparkit-learn

[RFC] Integrate with numba / parakeet

Open

#26 aperta il 11 giu 2015

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Python (255 fork)batch import
enhancementhelp wantedrfc

Metriche repository

Star
 (1144 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor