Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
b026b9e7fa
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue