From 52fed517ec5ca58013870d5b07186fb273970fae Mon Sep 17 00:00:00 2001 From: daslu Date: Sat, 21 Sep 2024 00:36:57 +0300 Subject: [PATCH] typo --- notebooks/noj_book/ml_basic.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/noj_book/ml_basic.clj b/notebooks/noj_book/ml_basic.clj index 8044cb2..5f5d578 100644 --- a/notebooks/noj_book/ml_basic.clj +++ b/notebooks/noj_book/ml_basic.clj @@ -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