raamana / kernelmethods

Foundational library for Kernel methods in pattern analysis and machine learning

Home Page:https://raamana.github.io/kernelmethods/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ENH: tighter parallelization

raamana opened this issue · comments

there is existing work on parallelizing KM computation for large N: #3. It needs to be studied thoroughly for computational and storage efficiencies.

Also, if the better internal data structure (other than the current dict) is feasible.