This is my “Options Learning” repository, used for:
- Storing learning plans and notes
- Demonstrating models such as Black–Scholes
- Managing experimental code and data
docs/: Documentation and progressnotebooks/: Jupyter notebookssrc/: Modular scriptsdata/: Sample datatests/: Unit tests
- Clone the repository
- Install dependencies:
pip install -r requirements.txt - Explore the
notebooks/directory to run experiments