Description Usage Arguments Value
Calculate the model weights when "weight_type" == "bin weighted" # TODO this needs to be cleaned up
1 2 | bin_weighted(bin_features, bin_type, nbins, train_data_preds, test_data, M, K,
rotate = FALSE)
|
bin_features |
Training data with predicted class columns from each model |
bin_type |
Type of binning "standard","quantile","iterative quantile" |
nbins |
vector containing number of bins in each dimension |
train_data_preds |
data frame containing training data and CV prediction columns |
test_data |
data frame containing test data. Must have same column names as training data |
M |
number of models in bin weighted ensemble |
K |
number of true classes |
matrix of bin weights
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.