Skip to content

Commit

Permalink
Update index.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
behrica committed Sep 8, 2024
1 parent a2f9641 commit 8cea2fd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions projects/ml/sklearn-clj/notebooks/index.clj
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,11 @@ model-object
(tc/head (tc/shuffle iris) 10) )

(def prediction
(->
(:metamorph/data
(:metamorph/data
(mm/transform-pipe
simulated-new-data
pipe-fn
trained-ctx))
ds-cat/reverse-map-categorical-xforms))
trained-ctx)))

;; We get a tech.ml.dataset with the prediction result back.
;; `sklearn-clj` auto-transform the prediction result back to a
Expand Down

0 comments on commit 8cea2fd

Please sign in to comment.