class sklearn.kernel_approximation.Nystroem(kernel='rbf', gamma=None, coef0=1, degree=3, kernel_params=None, n_components=100, random_state=None) [source]
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. Read more in the User Guide. Parameters:
kernel : string or callable, default=?rbf? Kernel map to be approximated. A callable should accept two arguments and the keyword argumen