Skip to content

Commit

Permalink
fix: template error in s4e6
Browse files Browse the repository at this point in the history
  • Loading branch information
TPLin22 authored Sep 30, 2024
1 parent 1272e32 commit d060eb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ def predict(model, X):
Make predictions using the trained model.
"""
probas = model.predict_proba(X)
return np.column_stack([proba[:, 1] for proba in probas])
return probas

0 comments on commit d060eb9

Please sign in to comment.