Characters and logicals will be treated as factors.
summarizeLevels(obj, cols = NULL)
obj | (data.frame | Task) |
---|---|
cols | (character) |
(list). Named list of tables.
Other eda_and_preprocess:
capLargeValues()
,
createDummyFeatures()
,
dropFeatures()
,
mergeSmallFactorLevels()
,
normalizeFeatures()
,
removeConstantFeatures()
,
summarizeColumns()
summarizeLevels(iris)#> $Species #> #> setosa versicolor virginica #> 50 50 50 #>