Skip to content

Commit 2fbd06b

Browse files
committed
Pushing the docs to dev/ for branch: main, commit 06a6b931f359fb894c0750ed932a147d42eff049
1 parent 2c6f102 commit 2fbd06b

File tree

1,312 files changed

+5745
-5745
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,312 files changed

+5745
-5745
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: ac9b50a69ffb644129a81e421b4a4c4f
3+
config: 38cef46b6802d559794f4317c62c8a58
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file not shown.

dev/_downloads/2c8efe31be0d68b7945dbfbff0788dd3/plot_prediction_latency.ipynb

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dev/_downloads/5f054219fb38e926537d741fe5832e8c/plot_prediction_latency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def plot_n_features_influence(percentiles, percentile):
232232
fig, ax1 = plt.subplots(figsize=(10, 6))
233233
colors = ["r", "g", "b"]
234234
for i, cls_name in enumerate(percentiles.keys()):
235-
x = np.array(sorted([n for n in percentiles[cls_name].keys()]))
235+
x = np.array(sorted(percentiles[cls_name].keys()))
236236
y = np.array([percentiles[cls_name][n] for n in x])
237237
plt.plot(
238238
x,
Binary file not shown.

dev/_downloads/scikit-learn-docs.zip

11.3 KB
Binary file not shown.
186 Bytes
99 Bytes
14 Bytes
-419 Bytes

0 commit comments

Comments
 (0)