Skip to contents

Preprocess Data for Optimal Binning

Usage

OBPreprocessData(
  dt,
  target,
  features,
  control,
  preprocess = c("both", "report")
)

Arguments

dt

A data.frame containing the dataset.

target

String name of the target column.

features

Character vector of feature names.

control

List of control parameters.

preprocess

One of "both" or "report".

Value

Named list of preprocessing results for each feature.