DEVELOPMENT... OpenML
Flow
sklearn.decomposition.kernel_pca.KernelPCA

sklearn.decomposition.kernel_pca.KernelPCA

Visibility: public Uploaded 13-08-2021 by Cameron Burke sklearn==0.18.1 numpy>=1.6.1 scipy>=0.9 0 runs
0 likes downloaded by 0 people 0 issues 0 downvotes , 0 total downloads
  • openml-python python scikit-learn sklearn sklearn_0.18.1
Issue #Downvotes for this reason By


Loading wiki
Help us complete this description Edit
Kernel Principal component analysis (KPCA) Non-linear dimensionality reduction through the use of kernels (see :ref:`metrics`).

Parameters

alphaHyperparameter of the ridge regression that learns the inverse transform (when fit_inverse_transform=True)default: 1.0
coef0Independent term in poly and sigmoid kernels Ignored by other kernelsdefault: 1
copy_XIf True, input X is copied and stored by the model in the `X_fit_` attribute. If no further changes will be done to X, setting `copy_X=False` saves memory by storing a reference .. versionadded:: 0.18default: true
degreeDegree for poly kernels. Ignored by other kernelsdefault: 3
eigen_solverSelect eigensolver to use. If n_components is much less than the number of training samples, arpack may be more efficient than the dense eigensolverdefault: "auto"
fit_inverse_transformLearn the inverse transform for non-precomputed kernels (i.e. learn to find the pre-image of a point)default: false
gammaKernel coefficient for rbf and poly kernels. Ignored by other kernelsdefault: null
kerneldefault: "rbf"
kernel_paramsParameters (keyword arguments) and values for kernel passed as callable object. Ignored by other kernelsdefault: null
max_iterMaximum number of iterations for arpack If None, optimal value will be chosen by arpackdefault: null
n_componentsNumber of components. If None, all non-zero components are kept kernel : "linear" | "poly" | "rbf" | "sigmoid" | "cosine" | "precomputed" Kernel. Default="linear"default: null
n_jobsThe number of parallel jobs to run If `-1`, then the number of jobs is set to the number of CPU cores .. versionadded:: 0.18default: -1
random_stateA pseudo random number generator used for the initialization of the residuals when eigen_solver == 'arpack' .. versionadded:: 0.18default: null
remove_zero_eigIf True, then all components with zero eigenvalues are removed, so that the number of components in the output may be < n_components (and sometimes even zero due to numerical instability) When n_components is None, this parameter is ignored and components with zero eigenvalues are removed regardlessdefault: false
tolConvergence tolerance for arpack If 0, optimal value will be chosen by arpackdefault: 0

0
Runs

List all runs
Parameter:
Rendering chart
Rendering table