Re: [Rd] Closing over Garbage

2015-01-15 Thread luke-tierney
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

[Rd] Closing over Garbage

2015-01-15 Thread Christian Sigg
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