bm_comp | R Documentation |
Running KAUST 2021 competition using the Benchmark function Benchmark function to run a given FUN on KAUST 2021 competition datasets generated by ExaGeoStatR
bm_comp(FUN, Data_train_list, Data_predict_list)
FUN: |
A predefined function to perform both modeling and prediction operations |
Data_train_list: |
A list of trainig data |
Data_predict_list: |
A list of predict data |
a list of prediction errors (MS, RMSE, MAE, MSLE) and the estimate of the parameters (sigma, beta, nu, nuggets)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.