File size: 262 Bytes
9e64e71
 
1
2
3
# Learnings - Conventions (F011)
- In comparison notebooks, separate metric tabulation (`results_to_dataframe`) from visualization (`plot_comparison`) and keep a fixed output schema so display/export flows stay stable when some methods are unavailable. *(F011)*