yzhao062 / combo

(AAAI' 20) A Python Toolbox for Machine Learning Model Combination
https://pycombo.readthedocs.io
BSD 2-Clause "Simplified" License
642 stars 107 forks source link

Plan to integrate Numba #6

Open nottatdat opened 4 years ago

nottatdat commented 4 years ago

Hi there!

I'm currently using combo for my projects, and it appears to me that the library is quite slow. Is there any plan to add numba, as mentioned in the README, to speed it up?

I have had some experiences with numba and will be more than happy to help!

yzhao062 commented 4 years ago

Hi there,

Thanks for the interest. My gut feeling is numba would not help that much as the major part is combining models and not too much numpy calculation is involved. but u r welcome to see if there is a fit. If so, feel free to submit a PR :)

Best,

Yue

nottatdat commented 4 years ago

Thanks for your insights! Will try to add numba to see if there's any differences.