You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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