make_train_bins_index: Make bin index

Description Usage Arguments

Description

make bin index set for ALL POSSIBLE bins in training data featPair <- featurePairs[1,] TODO NEED TO FIX INDEXING FOR BINS, CANNOT SKIP STORAGE OF BIN INDECES THAT ARE EMPTY SINCE THEY ARE NEEDED FOR NEW OBSERVATIONS featPair <- featurePairs[1,] FEATURE PAIRS ONLY HOLDS ONE NOW

Usage

1
make_train_bins_index(train_data, featurePairs, bin_type = "standard", nbins)

Arguments

train_data

Training data from which to build bins

featurePairs

Data frame with one row that has original binning features' names, and then augmented feature names

bin_type

"standard", "quantile"

nbins

The number of bins


kmaurer/binsemble documentation built on May 7, 2019, 9:50 p.m.