feature_selection.RFECV()
  • References/Python/scikit-learn/API Reference/feature_selection

class sklearn.feature_selection.RFECV(estimator, step=1, cv=None, scoring=None, verbose=0, n_jobs=1)

2025-01-10 15:47:30
cluster.AffinityPropagation()
  • References/Python/scikit-learn/API Reference/cluster

class sklearn.cluster.AffinityPropagation(damping=0.5, max_iter=200, convergence_iter=15, copy=True, preference=None, affinity='euclidean'

2025-01-10 15:47:30
sklearn.base.clone()
  • References/Python/scikit-learn/API Reference/base

sklearn.base.clone(estimator, safe=True)

2025-01-10 15:47:30
sklearn.manifold.locally_linear_embedding()
  • References/Python/scikit-learn/API Reference/manifold

sklearn.manifold.locally_linear_embedding(X, n_neighbors, n_components, reg=0.001, eigen_solver='auto', tol=1e-06, max_iter=100

2025-01-10 15:47:30
sklearn.datasets.make_hastie_10_2()
  • References/Python/scikit-learn/API Reference/datasets

sklearn.datasets.make_hastie_10_2(n_samples=12000, random_state=None)

2025-01-10 15:47:30
sklearn.datasets.load_lfw_people()
  • References/Python/scikit-learn/API Reference/datasets

Warning DEPRECATED

2025-01-10 15:47:30
exceptions.ConvergenceWarning
  • References/Python/scikit-learn/API Reference/exceptions

class sklearn.exceptions.ConvergenceWarning

2025-01-10 15:47:30
cross_validation.PredefinedSplit()
  • References/Python/scikit-learn/API Reference/cross_validation

Warning DEPRECATED

2025-01-10 15:47:30
gaussian_process.kernels.CompoundKernel()
  • References/Python/scikit-learn/API Reference/gaussian_process

class sklearn.gaussian_process.kernels.CompoundKernel(kernels)

2025-01-10 15:47:30
Manifold Learning methods on a severed sphere
  • References/Python/scikit-learn/Examples/Manifold learning

An application of the different

2025-01-10 15:47:30