Typical good structure:
- Title
- Overview.
- Table of Contents
- Roadmap
- Setup
- Configuration
- Data Loading
- Evaluation Function
- Results Analysis
Notes:
- We should decouple the config from code; so put config into a google sheat and load from there.
For magics command such as %load_ext autoreload
, add # pragma: uncomment
to the front
%load_ext autoreload
%autoreload 2
Additional tips