nn_option_pricing.plots#

Plotting utilities for experiment diagnostics.

Functions

plot_error_against_feature(feature, errors, ...)

Plot absolute prediction error against a selected input feature.

plot_error_distribution(errors, path)

Plot the empirical distribution of prediction errors.

plot_loss(history, path)

Plot training and validation MSE over epochs.

plot_true_vs_predicted(y_true, y_pred, path)

Plot analytical Black-Scholes prices against model predictions.