File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments