The etl pipeline and dataset operators are built to produce a metadata options map. Their API access to the options is centralized in this file.
The etl pipeline and dataset operators are built to produce a metadata options map. Their API access to the options is centralized in this file.
(expand-column-names options colname-seq)
In the case of one-hot encoding, the column names may be expanded and the original column removed.
In the case of one-hot encoding, the column names may be expanded and the original column removed.
(inference-target-label-inverse-map options)
Given options generated during ETL operations and annotated with :label-columns sequence container 1 label column, generate a reverse map that maps from a dataset value back to the label that generated that value.
Given options generated during ETL operations and annotated with :label-columns sequence container 1 label column, generate a reverse map that maps from a dataset value back to the label that generated that value.
(model-type-map options & [colname-seq])
return a map of source label colname to model type.
return a map of source label colname to model type.
(reduce-column-names options colname-seq)
Inverse of expand column names. Reverse map from the one-hot encoded columns to the original source column.
Inverse of expand column names. Reverse map from the one-hot encoded columns to the original source column.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close