Skip to contents

Validate Inputs for Optimal Binning

Usage

OBValidateInputs(
  dt,
  target,
  features,
  method,
  preprocess,
  min_bins,
  max_bins,
  control,
  positive
)

Arguments

dt

A data.frame.

target

Target column name.

features

Character vector or NULL.

method

String or vector of methods.

preprocess

Logical.

min_bins

Integer.

max_bins

Integer.

control

List of control parameters.

positive

"bad|1" or "good|1".

Value

NULL; stops on error.