svm.NuSVC()
  • References/Python/scikit-learn/API Reference/svm

class sklearn.svm.NuSVC(nu=0.5, kernel='rbf', degree=3, gamma='auto', coef0=0.0, shrinking=True, probability=False, tol=0.001, cache_size=200, class_weight=None

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

class sklearn.decomposition.NMF(n_components=None, init=None, solver='cd', tol=0.0001, max_iter=200, random_state=None, alpha=0.0, l1_ratio=0

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

sklearn.svm.libsvm.predict_proba() Predict probabilities svm_model stores all parameters needed to

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

class sklearn.preprocessing.KernelCenterer

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

sklearn.linear_model.orthogonal_mp_gram(Gram, Xy, n_nonzero_coefs=None, tol=None, norms_squared=None, copy_Gram=True, copy_Xy=True

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

class sklearn.cluster.DBSCAN(eps=0.5, min_samples=5, metric='euclidean', algorithm='auto', leaf_size=30, p=None, n_jobs=1)

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

class sklearn.neighbors.RadiusNeighborsClassifier(radius=1.0, weights='uniform', algorithm='auto', leaf_size=30, p=2, metric='minkowski'

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

class sklearn.decomposition.DictionaryLearning(n_components=None, alpha=1, max_iter=1000, tol=1e-08, fit_algorithm='lars'

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

Warning DEPRECATED

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

sklearn.datasets.load_sample_images()

2025-01-10 15:47:30