Replies: 1 comment
-
This is currently not possible. Sorry for the late response. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I am trying to utilize daal4py to replace sklearn.
My data comprises only of the gram matrix (xTx) and the precomputed xTy
I have been using
cd_fast.enet_coordinate_descent_gram
from the_cd_fast
cython module in sklearn to achieve this. However, I have no idea how to accomplish something similar using daal4py.Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions