Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Sep 20, 2024
1 parent f23801a commit 52fed51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/noj_book/ml_basic.clj
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ split
(loss/classification-accuracy
(:survived (ds-cat/reverse-map-categorical-xforms (:test split)))
(:survived (ds-cat/reverse-map-categorical-xforms dummy-prediction)))
;; It's performance is poor, even worse then coin flip.
;; It's performance is poor, even worse than coin flip.


;; ## Logistic regression
Expand Down

0 comments on commit 52fed51

Please sign in to comment.