Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
evaluate-metric
/
brier_score
like
0
Runtime error
App
Files
Files
Community
3ed4652
brier_score
/
app.py
lvwerra
HF staff
Update Space (evaluate main: 2dfe5d9e)
636a855
about 2 years ago
raw
Copy download link
history
blame
Safe
133 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"brier_score"
)
launch_gradio_widget(module)