Performance Test: Full Posterior Distribution for Equipment Failure Analysis
Scénario de test & Cas d'usage
Business Context
An engineering team is analyzing sensor data from industrial equipment to predict time-to-failure. For a critical component, they need not just the average prediction but the entire posterior distribution of predictions from the MCMC samples to perform advanced risk analysis and understand the full range of uncertainty.
Score the large scoring table, requesting all MCMC sample predictions by setting avgOnly=false. This will test performance and the ability to generate a wide table.
The action should execute successfully on the 10,000-row scoring table. The output table 'mycas.failure_posterior_preds' will be created. The column information should show the default 'Pred' column plus a series of columns for individual MCMC sample predictions (e.g., '_S_1', '_S_2', '_S_3', ...). The number of these columns depends on the default MCMC samples from the training step. The table should have 10,000 rows.