Liking cljdoc? Tell your friends :D

tech.ml.dataset.pipeline.column-filters


<clj

(< lhs rhs & args)
source

<=clj

(<= lhs rhs & args)
source

>clj

(> lhs rhs & args)
source

>=clj

(>= lhs rhs & args)
source

andclj

(and lhs-name-seq rhs-name-seq & more-column-filters)
source

boolean-math-filterclj

(boolean-math-filter bool-fn lhs rhs args)
source

boolean?clj

(boolean? & [dataset])
source

categorical?clj

(categorical? & [dataset])
source

check-datasetclj

(check-dataset & [dataset])
source

column-filterclj

(column-filter col-filter-fn & [dataset])
source

eqclj

(eq lhs rhs & args)
source

feature?clj

(feature? & [dataset])

Is this column used as a feature column

Is this column used as a feature column
sourceraw docstring

inference?clj

(inference? & [dataset])

Is this column used as an inference target

Is this column used as an inference target
sourceraw docstring

keyword?clj

(keyword? & [dataset])
source

missing?clj

(missing? & [dataset])
source

notclj

(not column-name-seq & [dataset])
source

not-eqclj

(not-eq lhs rhs & args)
source

numeric-and-non-categorical-and-not-targetclj

(numeric-and-non-categorical-and-not-target & [dataset])
source

numeric?clj

(numeric? & [dataset])
source

of-datatype?clj

(of-datatype? dataset datatype)

Return column-names of a given datatype.

Return column-names  of a given datatype.
sourceraw docstring

orclj

(or lhs-name-seq rhs-name-seq & more-column-filters)
source

select-column-namesclj

(select-column-names column-name-seq & [dataset])
source

select-columnsclj

(select-columns column-name-seq & [dataset])
source

string-or-keyword-or-symbol?clj

(string-or-keyword-or-symbol? & [dataset])
source

string?clj

(string? & [dataset])
source

symbol?clj

(symbol? & [dataset])
source

target?clj

(target? & [dataset])

Is this column used as an inference target

Is this column used as an inference target
sourceraw docstring

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

× close