Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
behrica committed Nov 6, 2024
1 parent b5810fc commit 305561d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/scicloj/ml/xgboost/csr.clj
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@

(let [ r-c-v-maps
(->> r-c-vs
( (fn [it] (println :sort) it))
(sort-by (juxt first second))
( (fn [it] (println :reduce) it))
(reduce
(fn [csr [row col value]]
(add-to-csr csr row col value))
Expand Down

0 comments on commit 305561d

Please sign in to comment.