From 8915cdb32bf4ca7a8bbef8c600dcd8b1888d75e8 Mon Sep 17 00:00:00 2001 From: Reid Johnson Date: Sat, 14 Sep 2024 05:04:53 -0700 Subject: [PATCH] Remove max row disabling --- examples/plot_qrf_huggingface_inference.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/plot_qrf_huggingface_inference.py b/examples/plot_qrf_huggingface_inference.py index 36dc25c..e7a63c6 100755 --- a/examples/plot_qrf_huggingface_inference.py +++ b/examples/plot_qrf_huggingface_inference.py @@ -28,8 +28,6 @@ from skops import hub_utils from vega_datasets import data -alt.data_transformers.disable_max_rows() - token = "" repo_id = "quantile-forest/california-housing-example" load_existing = True