Module 16: Monte Carlo Model Simulation
In this example, the result is the simulation of the neural network model that was created in H2O. It follows that we need to create a dataframe with the same specification the training data set.
For the purposes of our example, we are going to create triangular distributions comprised of the Minimum Value, the Maximum Value and the Mean. This simulated dataframe will be 100,000 records in length.
This procedure will focus on creating this vector for a single variable, before providing a block of script to achieve this for each variable at the end of the procedure.
Firstly, install the triangle package:
Load the library:
library(triangle)
Run the line of script to console:
Table of contents
- Slides
- Procedure 1: Create Discrete Vectors with triangle for each model parameter
- Procedure 2: Process Random Data Frame against Neural Network Model
- Procedure 3: Filter Data Frame for Activations and Produce Summary Statistics to prescribe