pls
This commit is contained in:
parent
fa63cb9e06
commit
f126291e02
|
@ -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