File tree 2 files changed +4
-1
lines changed 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 80
80
com.fasterxml.jackson.core/jackson-annotations
81
81
com.fasterxml.jackson.core/jackson-databind
82
82
org.slf4j/slf4j-api]}
83
+ com.github.luben/zstd-jni {:mvn/version " 1.5.4-1" }
83
84
org.lz4/lz4-java {:mvn/version " 1.8.0" }
84
85
com.cnuernber/jarrow {:mvn/version " 1.000" }
85
86
Original file line number Diff line number Diff line change @@ -810,7 +810,9 @@ test/data/stocks.csv [10 3]:
810
810
(defn probability-distributions->label-column
811
811
" Given a dataset that has columns in which the column names describe labels and the
812
812
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
+ "
814
816
([dst-colname label-column-datatype]
815
817
(tech.v3.dataset.metamorph-api/probability-distributions->label-column dst-colname label-column-datatype))
816
818
([dst-colname]
You can’t perform that action at this time.
0 commit comments