Skip to content

Commit e5d8178

Browse files
committed
Pushing the docs to dev/ for branch: main, commit c22fc632fe365d0212acd188b99b45c79e3a5902
1 parent b2fb6aa commit e5d8178

File tree

1,362 files changed

+4582
-4601
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,362 files changed

+4582
-4601
lines changed
Binary file not shown.
Binary file not shown.

dev/_downloads/b49810e68af99a01e25ba2dfc951b687/plot_train_error_vs_test_error.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
},
8181
"outputs": [],
8282
"source": [
83-
"import matplotlib.pyplot as plt\n\nplt.subplot(2, 1, 1)\nplt.semilogx(alphas, train_errors, label=\"Train\")\nplt.semilogx(alphas, test_errors, label=\"Test\")\nplt.vlines(\n alpha_optim,\n plt.ylim()[0],\n np.max(test_errors),\n color=\"k\",\n linewidth=3,\n label=\"Optimum on test\",\n)\nplt.legend(loc=\"lower left\")\nplt.ylim([0, 1.2])\nplt.xlabel(\"Regularization parameter\")\nplt.ylabel(\"Performance\")\n\n# Show estimated coef_ vs true coef\nplt.subplot(2, 1, 2)\nplt.plot(coef, label=\"True coef\")\nplt.plot(coef_, label=\"Estimated coef\")\nplt.legend()\nplt.subplots_adjust(0.09, 0.04, 0.94, 0.94, 0.26, 0.26)\nplt.show()"
83+
"import matplotlib.pyplot as plt\n\nplt.subplot(2, 1, 1)\nplt.semilogx(alphas, train_errors, label=\"Train\")\nplt.semilogx(alphas, test_errors, label=\"Test\")\nplt.vlines(\n alpha_optim,\n plt.ylim()[0],\n np.max(test_errors),\n color=\"k\",\n linewidth=3,\n label=\"Optimum on test\",\n)\nplt.legend(loc=\"lower right\")\nplt.ylim([0, 1.2])\nplt.xlabel(\"Regularization parameter\")\nplt.ylabel(\"Performance\")\n\n# Show estimated coef_ vs true coef\nplt.subplot(2, 1, 2)\nplt.plot(coef, label=\"True coef\")\nplt.plot(coef_, label=\"Estimated coef\")\nplt.legend()\nplt.subplots_adjust(0.09, 0.04, 0.94, 0.94, 0.26, 0.26)\nplt.show()"
8484
]
8585
}
8686
],

dev/_downloads/dcb776e3eb7cce048909ddcd70100917/plot_train_error_vs_test_error.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
linewidth=3,
7474
label="Optimum on test",
7575
)
76-
plt.legend(loc="lower left")
76+
plt.legend(loc="lower right")
7777
plt.ylim([0, 1.2])
7878
plt.xlabel("Regularization parameter")
7979
plt.ylabel("Performance")

dev/_downloads/scikit-learn-docs.zip

10.9 KB
Binary file not shown.
0 Bytes
0 Bytes

dev/_images/sphx_glr_plot_ard_001.png

2 Bytes
-14 Bytes
-105 Bytes
100 Bytes
-106 Bytes
-115 Bytes
-171 Bytes
33 Bytes
-15 Bytes
464 Bytes
204 Bytes
54 Bytes
5 Bytes
5 Bytes
0 Bytes
76 Bytes
24 Bytes
-102 Bytes
-199 Bytes
139 Bytes
-10 Bytes
62 Bytes
41 Bytes
4 Bytes
14 Bytes
0 Bytes
-4 Bytes
21 Bytes
-1.7 KB
-489 Bytes
66 Bytes
-37 Bytes
-26 Bytes
58 Bytes
165 Bytes
208 Bytes
178 Bytes
-48 Bytes
79 Bytes
81 Bytes
34 Bytes
-101 Bytes
-28 Bytes
-568 Bytes
-56 Bytes
-118 Bytes
820 Bytes
53 Bytes
-12 Bytes
7 Bytes
-468 Bytes
-247 Bytes
-15 Bytes
12 Bytes
-109 Bytes
489 Bytes
-9 Bytes
961 Bytes
13 Bytes
-5 Bytes
34 Bytes
-9 Bytes
-5 Bytes
10 Bytes
7 Bytes
0 Bytes
76 Bytes
-64 Bytes
-35 Bytes
-7 Bytes
-6 Bytes

dev/_sources/auto_examples/applications/plot_cyclical_feature_engineering.rst.txt

+1-1

dev/_sources/auto_examples/applications/plot_digits_denoising.rst.txt

+1-1

dev/_sources/auto_examples/applications/plot_face_recognition.rst.txt

+5-5

dev/_sources/auto_examples/applications/plot_model_complexity_influence.rst.txt

+15-15

dev/_sources/auto_examples/applications/plot_out_of_core_classification.rst.txt

+29-29

dev/_sources/auto_examples/applications/plot_outlier_detection_wine.rst.txt

+1-1

dev/_sources/auto_examples/applications/plot_prediction_latency.rst.txt

+1-1

dev/_sources/auto_examples/applications/plot_species_distribution_modeling.rst.txt

+2-2

dev/_sources/auto_examples/applications/plot_stock_market.rst.txt

+1-1

dev/_sources/auto_examples/applications/plot_tomography_l1_reconstruction.rst.txt

+1-1

dev/_sources/auto_examples/applications/plot_topics_extraction_with_nmf_lda.rst.txt

+9-9

0 commit comments

Comments
 (0)