GjjvdBurg / PyGenSVM

Python package for the GenSVM classifier
GNU General Public License v3.0
5 stars 3 forks source link

Support for sparse matrices #1

Open GjjvdBurg opened 6 years ago

GjjvdBurg commented 6 years ago

NumPy supports sparse matrices, as does the GenSVM C library. Getting them to work together requires some effort. In the meantime, if you really want to use sparse data with GenSVM (this can lead to significant speedups!), check out the GenSVM C library.

If you would like to see this feature added to the Python package sooner, vote on this issue by leaving a 👍 reaction below,