Internal function to build performance statistics (MSE, R2, generation time) for an emulation
build_performance_statistics(technique, model_predictions, observed_data,
measures, benchmark)
The machine learning technique used to develop the emulator
Predicted dataset
Observed dataset (testing or validation)
Simulation responses the model should predict
Dataset of benchmarking data to which these results are being added
Updated benchmark object, probably of numerous machine learning techniques, showing the MSE, R2, and generation time for this technique