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
Hello, I tried to rebuild and update liblinear_jll.jl to the latest version of the liblinear 2.45 with Mac M1 support. I prepared a patch rssdev10/Yggdrasil@0053178 and deployed all the binaries liblinear_jll.jl. But, API a little bit changed compared with 2.30.
E.g. struct model got a new field double rho; /* one-class SVM only */ . The method check_parameter gives an error Initial-solution specification supported only for solvers L2R_LR, L2R_L2LOSS_SVC, and L2R_L2LOSS_SVR. Maybe something other was also changed, but I'm not familiar with liblinear.
Who can help in aligning the julia-wrapper for the new binaries?
The text was updated successfully, but these errors were encountered:
Hello, I tried to rebuild and update liblinear_jll.jl to the latest version of the liblinear 2.45 with Mac M1 support. I prepared a patch rssdev10/Yggdrasil@0053178 and deployed all the binaries liblinear_jll.jl. But, API a little bit changed compared with 2.30.
E.g. struct model got a new field
double rho; /* one-class SVM only */
. The methodcheck_parameter
gives an errorInitial-solution specification supported only for solvers L2R_LR, L2R_L2LOSS_SVC, and L2R_L2LOSS_SVR
. Maybe something other was also changed, but I'm not familiar withliblinear
.Who can help in aligning the julia-wrapper for the new binaries?
The text was updated successfully, but these errors were encountered: