Print the meta Information of a dataset
Usage
# S3 method for Dataset
metainfo(
data,
targets = data$target,
type = data$type,
name = as.name(deparse(substitute(data), 20)[[1]]),
features = data$features,
...
)
Print the meta Information of a dataset
# S3 method for Dataset
metainfo(
data,
targets = data$target,
type = data$type,
name = as.name(deparse(substitute(data), 20)[[1]]),
features = data$features,
...
)