Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hjerpe
/
sql_env
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
sql_env
/
docs
/
learnings
/
F011-conventions.md
hjerpe
Upload folder using huggingface_hub
9e64e71
verified
7 days ago
preview
code
|
raw
Copy download link
history
blame
contribute
delete
262 Bytes
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)