Skip to content

Commit

Permalink
adding zstd to linux deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuernber committed Feb 18, 2025
1 parent 611df5a commit 48c6d25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
com.fasterxml.jackson.core/jackson-annotations
com.fasterxml.jackson.core/jackson-databind
org.slf4j/slf4j-api]}
com.github.luben/zstd-jni {:mvn/version "1.5.4-1"}
org.lz4/lz4-java {:mvn/version "1.8.0"}
com.cnuernber/jarrow {:mvn/version "1.000"}

Expand Down
4 changes: 3 additions & 1 deletion src/tech/v3/dataset/metamorph.clj
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,9 @@ test/data/stocks.csv [10 3]:
(defn probability-distributions->label-column
"Given a dataset that has columns in which the column names describe labels and the
rows describe a probability distribution, create a label column by taking the max
value in each row and assign column that row value."
value in each row and assign column that row value.
Creates a categorical label column which has a catgeorical map in its meta.
"
([dst-colname label-column-datatype]
(tech.v3.dataset.metamorph-api/probability-distributions->label-column dst-colname label-column-datatype))
([dst-colname]
Expand Down

0 comments on commit 48c6d25

Please sign in to comment.