Skip to content

Commit 6d2e1f0

Browse files
committed
Pushing the docs to dev/ for branch: main, commit 7e72bee19d52064b8b67195781e1c9927f4439ab
1 parent fc739ea commit 6d2e1f0

File tree

1,334 files changed

+7267
-7223
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,334 files changed

+7267
-7223
lines changed

dev/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: ccb777cd9eeab6ff28e9dc33efa75c24
3+
config: a6ebd2c1edb34f135b4fba91be08e1bf
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file not shown.

dev/_downloads/3c3c738275484acc54821615bf72894a/plot_permutation_importance.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
2001. <10.1023/A:1010933404324>`
2525
2626
"""
27-
# %%
28-
import numpy as np
2927

3028
# %%
3129
# Data Loading and Feature Engineering
@@ -40,6 +38,8 @@
4038
# values as records).
4139
# - ``random_cat`` is a low cardinality categorical variable (3 possible
4240
# values).
41+
import numpy as np
42+
4343
from sklearn.datasets import fetch_openml
4444
from sklearn.model_selection import train_test_split
4545

0 commit comments

Comments
 (0)