QueryinsrtanceBMDR
after I adopted the query strategy QueryinstanceBMDR,the problem raised that(ImportError: This method need cvxpy to solve the QP problem.Please refer to https://www.cvxpy.org/install/index.html install cvxpy manually before using.) so I tried to pip the cvxpy on my computer,then it still raised the error as I mentioned above? so would you mind I bother you taking a short time to help me fix it up?
Hi, this error will be raised when cvxpy can not be imported properly (see the source code). You can check if 'import cvxpy' is ok in your current python environment to verify the installation.
wow!thank you for your reply,I got some questions!first the default model is LR, can I replace the model by any chance?
Actually, the implementation depicted in the paper specifies the model as LR with square loss. The optimization solution also depends on LR.
gotcha!wow that's so nice of you!I owe you a big one.thank you for elaborating on these tiny details!