Merge remote-tracking branch 'origin/master'

This commit is contained in:
Mikkel Milo 2019-04-07 00:56:27 +02:00
commit b026b9e7fa
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