Skip to content

Commit

Permalink
iter
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Jan 22, 2025
1 parent fad060e commit c03d198
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/technical_details/plot_cache_mechanism.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
:class:`~skore.CrossValidationReport` use caching to speed up computations.
"""

# %%
#
# We set some environment variables to avoid some spurious warnings related to
# parallelism.
import os

os.environ["POLARS_ALLOW_FORKING_THREAD"] = "1"

# %%
#
# First, we load a dataset from `skrub`. Our goal is to predict if a company paid a
Expand Down

0 comments on commit c03d198

Please sign in to comment.