fitter_nn {infinityFlow} | R Documentation |
Wrapper to Neural Network training. Defined separetely to avoid passing too many objects in parLapplyLB
fitter_nn(x, params)
x |
passed from fit_regressions. Defines model architecture |
params |
passed from fit_regressions |
A list with two elements: predictions and a fitted model
fitter_xgboost()