Skip to contents

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,
  ...
)

Arguments

data

A dataset

targets

The target variable of a dataset

type

Regression or Classification

name

name

features

features

...

optional arguments

TO-DO

Value

prints out the neccessary information