Skip to content

Commit

Permalink
stop returning tidy-text-dmatrix-order
Browse files Browse the repository at this point in the history
  • Loading branch information
behrica committed Nov 9, 2024
1 parent 305561d commit 68d092c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:deps
{org.clojure/clojure {:mvn/version "1.12.0"}
ml.dmlc/xgboost4j_2.12 {:mvn/version "2.1.1"}
org.scicloj/metamorph.ml {:mvn/version "0.10.0"}
org.scicloj/metamorph.ml {:mvn/version "0.10.2"}

com.github.haifengl/smile-core {:mvn/version "2.6.0"}

Expand Down
3 changes: 2 additions & 1 deletion src/scicloj/ml/xgboost.clj
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,8 @@ subsample may be set to as low as 0.1 without loss of model accuracy. Note that
(.saveModel model out-s)
(merge
{:model-data (.toByteArray out-s)
:tidy-text-dmatrix-order (:dmatrix-order train-dmat-map)}
;:tidy-text-dmatrix-order (:dmatrix-order train-dmat-map)
}
(when (seq watches)
{:metrics
(->> watches
Expand Down

0 comments on commit 68d092c

Please sign in to comment.