The AIF-Python User Notebook is created using simulated realistic data, also called golden data. This data is available in the $FIC_HOME/AIF_Golden_Data directory.
NOTE |
This is a one-time activity. If you have already downloaded the golden data, skip this step. |
To run the notebook with the golden data, follow these steps:
1. Execute the insert scripts available in the $FIC_HOME/AIF_Golden_Data directory.
2. Connect to an RDBMS schema configured for AIF and execute all SQL files.
To load the golden data, execute the code in the following notebook paragraph:
%python
aif.get_golden_data() |