You are on page 1of 1

SVR

97% in general

when i change ceil from 0.01 to 0.1 i get ACC = 94%


when i change fillna 0 instead of -0.9999 get ACC=98%

when gamma=0.1 ACC 97%


" " " " " =0.01 ACC 94%
"" "" ""=0.2 ACC 97.8%

when C=1e3 ACC 98%

SVR(kernal='linear') Acc
----
dataset
IDE
Advices
and another linear Regression.

---
clf = svm.SVR(kernel='rbf',C=10,gamma=0.0001)
ACCURACY of SVR 0.9595456342741534

You might also like