This commit is contained in:
Alexander Munch-Hansen 2019-04-07 00:06:07 +02:00
parent fa63cb9e06
commit f126291e02
1 changed files with 1 additions and 1 deletions

View File

@ -54,5 +54,5 @@ def perform_svm_pred(context: Context) -> Prediction:
p.reasons.append("Our only two data points have 11 dimensions")
p.reasons.append("We are using a SVM")
p.probability = predict(X)
p.probability = float(predict(X))
return p