Flow
sklearn.kernel_approximation.Nystroem

sklearn.kernel_approximation.Nystroem

Visibility: public Uploaded 14-08-2021 by Sergey Redyuk sklearn==0.19.1 numpy>=1.8.2 scipy>=0.13.3 0 runs
0 likes downloaded by 0 people 0 issues 0 downvotes , 0 total downloads
  • openml-python python scikit-learn sklearn sklearn_0.19.1
Issue #Downvotes for this reason By


Loading wiki
Help us complete this description Edit
Approximate a kernel map using a subset of the training data. Constructs an approximate feature map for an arbitrary kernel using a subset of the data as basis.

Parameters

coef0Zero coefficient for polynomial and sigmoid kernels Ignored by other kernelsdefault: null
degreeDegree of the polynomial kernel. Ignored by other kernelsdefault: null
gammaGamma parameter for the RBF, laplacian, polynomial, exponential chi2 and sigmoid kernels. Interpretation of the default value is left to the kernel; see the documentation for sklearn.metrics.pairwise Ignored by other kernelsdefault: 0.15000000000000002
kernelKernel map to be approximated. A callable should accept two arguments and the keyword arguments passed to this object as kernel_params, and should return a floating point numberdefault: "laplacian"
kernel_paramsAdditional parameters (keyword arguments) for kernel function passed as callable objectdefault: null
n_componentsNumber of features to construct How many data points will be used to construct the mappingdefault: 9
random_stateIf int, random_state is the seed used by the random number generator; If RandomState instance, random_state is the random number generator; If None, the random number generator is the RandomState instance used by `np.random`.default: null

0
Runs

List all runs
Parameter:
Rendering chart
Rendering table