randerson112358
1 min readOct 31, 2019

--

Yes, thank you, it’s supposed to be.


svm_confidence = svr_rbf.score(x_test, y_test)
print("svm confidence: ", svm_confidence)

--

--

No responses yet