Hi,
(Sorry if there’s an obvious response, I’m completely new to R.)
I’m using the zip file submission approach and it says to NOT modify the Predict.r script.
Let’s say I have two trained models, a glm and a random forest.
Can I modify the code to something like:
claims = predict_expected_claim(trained_model_glm, trained_model_rf, Xraw) ?
(in order to pass two trained models?)