nn_option_pricing.dataset#
Synthetic dataset generation for the supervised pricing task.
The dataset is synthetic by design: option parameters are sampled from predefined ranges and labels are computed with the analytical Black-Scholes formula. This keeps the learning problem controlled and makes evaluation unambiguous.
Functions
|
Generate option parameters and analytical Black-Scholes labels. |
|
Return the model input columns associated with a named feature set. |
|
Load a dataset previously saved with |
|
Save a dataset to CSV, creating parent directories if needed. |