I\'m trying to use the CVXOPT qp solver to compute the Lagrange Multipliers for a Support Vector Machine
def svm(X, Y, c): m = len(X) P = matrix(
The error - "TypeError: 'A' must be a 'd' matrix with 1000 columns:" has two condition namely:
"TypeError: 'A' must be a 'd' matrix with 1000 columns:"
d
A.size[1] != c.size[0]
Check for these conditions.