ftramer / Steal-ML

Model extraction attacks on Machine-Learning-as-a-Service platforms.
340 stars 97 forks source link

AttributeError: 'LibSVMOnline' object has no attribute 'support_pts' #2

Open rdragos opened 5 years ago

rdragos commented 5 years ago

What's the minimal example I can run a basic example of a black box attack?

I tried the crack-svm.py file but I encounter this error: AttributeError: 'LibSVMOnline' object has no attribute 'support_pts' I tried to grep for this variable but it's non-existent in the files. Any idea how this variable can be retrieved?