Skip to content

Commit eac27b1

Browse files
committed
Pushing the docs to dev/ for branch: main, commit d417fa83e3e75d837df1fce58c0068d4bac883b1
1 parent 53ce088 commit eac27b1

File tree

1,307 files changed

+5732
-5732
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,307 files changed

+5732
-5732
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: 92b1b479f5bfa289d84cb5e3196fcd22
3+
config: 5666cdbb9feecb64a77744ef7bf93ba6
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

dev/_downloads/023324c27491610e7c0ccff87c59abf9/plot_kernel_pca.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
==========
55
66
This example shows the difference between the Principal Components Analysis
7-
(:class:`~sklearn.decomposition.PCA`) and its kernalized version
7+
(:class:`~sklearn.decomposition.PCA`) and its kernelized version
88
(:class:`~sklearn.decomposition.KernelPCA`).
99
1010
On the one hand, we show that :class:`~sklearn.decomposition.KernelPCA` is able
Binary file not shown.
Binary file not shown.

dev/_downloads/c0a901203201090b01ac6d929a31ce08/plot_kernel_pca.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"\n# Kernel PCA\n\nThis example shows the difference between the Principal Components Analysis\n(:class:`~sklearn.decomposition.PCA`) and its kernalized version\n(:class:`~sklearn.decomposition.KernelPCA`).\n\nOn the one hand, we show that :class:`~sklearn.decomposition.KernelPCA` is able\nto find a projection of the data which linearly separates them while it is not the case\nwith :class:`~sklearn.decomposition.PCA`.\n\nFinally, we show that inverting this projection is an approximation with\n:class:`~sklearn.decomposition.KernelPCA`, while it is exact with\n:class:`~sklearn.decomposition.PCA`.\n"
7+
"\n# Kernel PCA\n\nThis example shows the difference between the Principal Components Analysis\n(:class:`~sklearn.decomposition.PCA`) and its kernelized version\n(:class:`~sklearn.decomposition.KernelPCA`).\n\nOn the one hand, we show that :class:`~sklearn.decomposition.KernelPCA` is able\nto find a projection of the data which linearly separates them while it is not the case\nwith :class:`~sklearn.decomposition.PCA`.\n\nFinally, we show that inverting this projection is an approximation with\n:class:`~sklearn.decomposition.KernelPCA`, while it is exact with\n:class:`~sklearn.decomposition.PCA`.\n"
88
]
99
},
1010
{

dev/_downloads/scikit-learn-docs.zip

-6.31 KB
Binary file not shown.

0 commit comments

Comments
 (0)