chenyangkang / stemflow

A Python Package for Adaptive Spatio-Temporal Exploratory Model (AdaSTEM)
https://chenyangkang.github.io/stemflow/
MIT License
17 stars 1 forks source link

Add Numba for numpy operation optimization #42

Closed chenyangkang closed 6 months ago

chenyangkang commented 6 months ago

To improve the speed of modeling, consider adding Numba decorations to numpy operation.

https://github.com/numba/numba

chenyangkang commented 6 months ago

stemflow heavily uses pandas operation but not numpy. Closing this because the space for improving is very little.