Liking cljdoc? Tell your friends :D

tech.ml.dataset.options

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.
raw docstring

column-label-mapclj

(column-label-map options column-name)
source

dataset-label-mapclj

(dataset-label-map options)
source

expand-column-namesclj

(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.
sourceraw docstring

feature-column-namesclj

(feature-column-names options)
source

feature-ecountclj

(feature-ecount options)
source

has-column-label-map?clj

(has-column-label-map? options column-name)
source

inference-target-label-inverse-mapclj

(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.
sourceraw docstring

inference-target-label-mapclj

(inference-target-label-map options)
source

label-column-namesclj

(label-column-names options)
source

model-type-for-columnclj

(model-type-for-column options column-name)
source

model-type-mapclj

(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.
sourceraw docstring

num-classesclj

(num-classes options)
source

reduce-column-namesclj

(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.
sourceraw docstring

set-dataset-label-mapclj

(set-dataset-label-map options lmap)
source

set-feature-column-namesclj

(set-feature-column-names options colname-seq)
source

set-label-column-namesclj

(set-label-column-names options colname-seq)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close