Description Usage Arguments Author(s)
View source: R/run_batch_rmse.R
run_analysis for cross valiation batches
1 2 3 4 5 6 7 8 9 | run_batch_rmse(
pprosdf,
trained_model,
features = select_features(pprosdf),
targetdir,
modelid,
offset = 0,
tag
)
|
pprosdf |
pre processed dataset |
trained_model |
trained keras model |
features |
columns selected for training |
targetdir |
output directory |
modelid |
model id output from write_run_info |
offset |
use if scaled output values are offset |
tag |
flaged output |
Marcos Alves mppalves@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.