Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 481 - 490 of 3,230 for 1 (1.7 sec)

  1. 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
    Sat Aug 02 00:15:38 UTC 2025
      184.7K bytes
      Cache
     
  2. 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
    Sat Aug 02 00:15:36 UTC 2025
      136.8K bytes
      Cache
     
  3. 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
    Sat Aug 02 00:15:38 UTC 2025
      129.7K bytes
      Cache
     
  4. 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
    Sat Aug 02 00:15:36 UTC 2025
      113.1K bytes
      Cache
     
  5. 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
    Sat Aug 02 00:15:38 UTC 2025
      112K bytes
      Cache
     
  6. 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
    Sat Aug 02 00:15:37 UTC 2025
      98.2K bytes
      Cache
     
  7. 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
    Sat Aug 02 00:15:35 UTC 2025
      98.5K bytes
      Cache
     
  8. 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
    Sat Aug 02 00:15:35 UTC 2025
      98.1K bytes
      Cache
     
  9. 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
    Sat Aug 02 00:15:35 UTC 2025
      108K bytes
      Cache
     
  10. 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
    Sat Aug 02 00:15:35 UTC 2025
      122.3K bytes
      Cache
     
Back to top