run_learner: Main stacked learner

Description Usage Arguments Details

View source: R/main.R

Description

Executes the stacked learner on the train and test dataset

Usage

1
2
run_learner(train = data_train_numeric_clean_imputed,
  test = data_test_numeric_clean)

Arguments

train

Cleaned, imputed and numeric training dataset

test

Cleaned, imputed and numeric test dataset

Details

Wrapper function that is exported to the user of the package.


MarcoNiemann/kaggle_house documentation built on May 7, 2019, 2:50 p.m.