LIBTwinSVM icon indicating copy to clipboard operation
LIBTwinSVM copied to clipboard

Error in Evaluation Step

Open tengguna opened this issue 1 year ago • 1 comments

I am trying to do the TWSVM with OVO. I saw the document and followed the instructions. I got stuck in this part: 'acc, std, full_report = eval_func(h_params)'

When I tried to run the code, I got this error: 'TypeError: Expected sequence or array-like, got <class 'NoneType'>'

I already make sure that X and y are not empty. Can you please help me?

tengguna avatar Jul 21 '23 21:07 tengguna

Hi, Sorry for the late reply. I'm super busy nowadays. Could you please post here the full stack trace? so that I can help you further. Also, you can add a minimal example that helps to reproduce the error.

mir-am avatar Jul 31 '23 07:07 mir-am