xdata-skylark / libskylark

Sketching-based Distributed Matrix Computations for Machine Learning
Other
98 stars 20 forks source link

Kernel.py needs a get_kernel_obj() function #47

Closed positiveblue closed 7 years ago

positiveblue commented 8 years ago

Other functions interact with kernels. In orther to call functions like KernelRidge we have to be able to get the c_void_ptr() given a Kernel in python.

haimav commented 8 years ago

Maybe call it get_obj() so that the function name of other objects will be the same,

positiveblue commented 8 years ago

Much better with the same name.