search for: makelinear

Displaying 1 result from an estimated 1 matches for "makelinear".

Did you mean: makeline
2015 Jan 15
1
Closing over Garbage
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 how models and closures work in R, each model contains a lot of data that is not necessary for