Skip to content

Commit 48c6d25

Browse files
committed
adding zstd to linux deps.
1 parent 611df5a commit 48c6d25

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

deps.edn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
com.fasterxml.jackson.core/jackson-annotations
8181
com.fasterxml.jackson.core/jackson-databind
8282
org.slf4j/slf4j-api]}
83+
com.github.luben/zstd-jni {:mvn/version "1.5.4-1"}
8384
org.lz4/lz4-java {:mvn/version "1.8.0"}
8485
com.cnuernber/jarrow {:mvn/version "1.000"}
8586

src/tech/v3/dataset/metamorph.clj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,9 @@ test/data/stocks.csv [10 3]:
810810
(defn probability-distributions->label-column
811811
"Given a dataset that has columns in which the column names describe labels and the
812812
rows describe a probability distribution, create a label column by taking the max
813-
value in each row and assign column that row value."
813+
value in each row and assign column that row value.
814+
Creates a categorical label column which has a catgeorical map in its meta.
815+
"
814816
([dst-colname label-column-datatype]
815817
(tech.v3.dataset.metamorph-api/probability-distributions->label-column dst-colname label-column-datatype))
816818
([dst-colname]

0 commit comments

Comments
 (0)