On Thu, 15 Jan 2015, Christian Sigg wrote:
Given a large data.frame, a function trains a series of models by looping over
two steps:
1. Create a model-specific subset of the complete training data
2. Train a model on the subset data
The function returns a list of trained models which are late
Given a large data.frame, a function trains a series of models by looping over
two steps:
1. Create a model-specific subset of the complete training data
2. Train a model on the subset data
The function returns a list of trained models which are later used for
prediction on test data.
Due to h