From 52c74dfde6af48e26a0477900bced0b36ad6defc Mon Sep 17 00:00:00 2001 From: Reid Johnson Date: Mon, 29 Jul 2024 09:57:29 -0700 Subject: [PATCH] Fix typo --- examples/plot_huggingface_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/plot_huggingface_model.py b/examples/plot_huggingface_model.py index 9dd49ec..9f56e3e 100755 --- a/examples/plot_huggingface_model.py +++ b/examples/plot_huggingface_model.py @@ -8,7 +8,7 @@ housing dataset and uploaded to Hugging Face Hub. The model is downloaded and inference is performed over several quantiles for each instance in the dataset. The estimates are visualized by the latitude and longitude of each instance. -The model used is availabe on Hugging Face Hub: +The model used is available on Hugging Face Hub: https://huggingface.co/quantile-forest/california-housing-example """