- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 481 - 490 of 3,230 for 1 (1.32 sec)
-
GridSearchCV — scikit-learn 1.7.1 documentation
means 1 unless in a joblib.parallel_backend context. -1 means...0.70 … 4 ‘rbf’ 0.1 – 0.80 … 3 ‘rbf’ 0.2 – 0.93 … 1 will be represented...scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html -
LocallyLinearEmbedding — scikit-learn 1.7.1 doc...
n_neighbors > n_components * (1 + (n_components + 1) / 2 . see reference...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.manifold.LocallyLinearEmbedding.html -
SpectralCoclustering — scikit-learn 1.7.1 docum...
array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...clustering . row_labels_ array([0, 1, 1, 0, 0, 0], dtype=int32) >>>...scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralCoclustering.html -
fetch_lfw_pairs — scikit-learn 1.7.1 documentation
Added in version 1.5. delay float, default=1.0 Number of seconds...True , n_retries = 3 , delay = 1.0 ) [source] # Load the Labeled...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_lfw_pairs.html -
cluster_optics_dbscan — scikit-learn 1.7.1 docu...
1, 1, 1]) Gallery examples # Demo of...compute_optics_graph >>> X = np . array ([[ 1 , 2 ], [ 2 , 5 ], [ 3 , 6 ], ......scikit-learn.org/stable/modules/generated/sklearn.cluster.cluster_optics_dbscan.html -
Dimensionality Reduction with Neighborhood Comp...
subplot(1, 3, i + 1, aspect=1) # Fit the method's...X_embedded [:, 0 ], X_embedded [:, 1 ], c = y , s = 30 , cmap = "Set1"...scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html -
Online learning of a dictionary of parts of fac...
- 1 )) buffer . append ( data ) index += 1 if index %...[MiniBatchKMeans] Reassigning 1 cluster centers. Partial fit of...scikit-learn.org/stable/auto_examples/cluster/plot_dict_face_patches.html -
Using KBinsDiscretizer to discretize continuous...
reshape ( - 1 , 1 ) # transform the dataset with...endpoint = False ) . reshape ( - 1 , 1 ) reg = LinearRegression ()...scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization.html -
sample_without_replacement — scikit-learn 1.7.1...
1, 5, 0, 7]) On this page This Page...scikit-learn.org/stable/modules/generated/sklearn.utils.random.sample_without_replacement.html -
Product — scikit-learn 1.7.1 documentation
y ) 1.0 >>> kernel 1.41**2 * RBF(length_scale=1) __call__...kernel takes two kernels \(k_1\) and \(k_2\) and combines them...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Product.html