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
When I tried to run your example repository, I came across the following error:
python SherLockWithSVM.py
Training classifiers...
Traceback (most recent call last):
File "SherLockWithSVM.py", line 201, in <module>
SVM_CON = svm(Features_con, allFeatures)
File "SherLockWithSVM.py", line 101, in svm
problem = svm_problem(res['labels'], res['feature_vector'])
File "C:\Python35\lib\site-packages\svm.py", line 103, in __init__
tmp_xi, tmp_idx = gen_svm_nodearray(xi,isKernel=isKernel)
File "C:\Python35\lib\site-packages\svm.py", line 71, in gen_svm_nodearray
raise TypeError('xi should be a dictionary, list or tuple')
TypeError: xi should be a dictionary, list or tuple
Kindly, help me as early as possible.
I am using Python3.5
The text was updated successfully, but these errors were encountered:
When I tried to run your example repository, I came across the following error:
Kindly, help me as early as possible.
I am using Python3.5
The text was updated successfully, but these errors were encountered: