maxestorr / Lab3

0 stars 0 forks source link

Poly. Regression has zero support vectors when model is created #28

Open maxestorr opened 4 years ago

maxestorr commented 4 years ago

https://github.com/maxestorr/Lab3/blob/c30accfc6427e80b5489df26fc8f2ef729133599/main.m#L57-L68 when this case is hit, main attempts to create a polynomial regression SVM but the resulting model has zero support vectors for some reason I can't determine

maxestorr commented 4 years ago

It's worth noting the call to polynomialRegression has its arguments (hyper parameters) in the wrong order, this is being fixed in an up coming merge, but even with this fix the problem persists.