Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 361 - 370 of 3,848 for 1 (0.2 sec)

  1. StackingClassifier — scikit-learn 1.7.2 documen...

    in version 1.1: The ‘prefit’ option was added in 1.1 Note A larger...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingClassifier.html
    Mon Sep 29 15:18:44 UTC 2025
      158.8K bytes
      Cache
     
  2. make_blobs — scikit-learn 1.7.2 documentation

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Plot the...2) >>> y array([0, 0, 1, 0, 2, 2, 2, 1, 1, 0]) >>> X , y = make_blobs...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_blobs.html
    Mon Sep 29 15:18:44 UTC 2025
      130.3K bytes
      Cache
     
  3. make_hastie_10_2 — scikit-learn 1.7.2 documenta...

    float64(-1.0), np.float64(1.0), np.float64(-1.0), np.float64(1.0),...[ i ] = 1 if np . sum ( X [ i ] ** 2 ) > 9.34 else - 1 Read more...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_hastie_10_2.html
    Mon Sep 29 15:18:44 UTC 2025
      110.6K bytes
      1 views
      Cache
     
  4. 7.7. Kernel Approximation — scikit-learn 1.7.2 ...

    [ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...\Lambda^{-1} U_1^T K_{21}^T \\&= K_{21} U_1 \Lambda^{-1} U_1^T K_{21}^T...
    scikit-learn.org/stable/modules/kernel_approximation.html
    Mon Sep 29 15:18:44 UTC 2025
      62.2K bytes
      1 views
      Cache
     
  5. fetch_olivetti_faces — scikit-learn 1.7.2 docum...

    Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load the Olivetti...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_olivetti_faces.html
    Mon Sep 29 15:18:44 UTC 2025
      113.6K bytes
      Cache
     
  6. fetch_20newsgroups_vectorized — scikit-learn 1....

    Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load and vectorize...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups_vectorized.html
    Mon Sep 29 15:18:43 UTC 2025
      118.2K bytes
      Cache
     
  7. Ridge — scikit-learn 1.7.2 documentation

    Ridge ( alpha = 1.0 , * , fit_intercept = True ,...shape (n_targets,)}, default=1.0 Constant that multiplies the...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Ridge.html
    Mon Sep 29 15:18:43 UTC 2025
      153.9K bytes
      Cache
     
  8. silhouette_samples — scikit-learn 1.7.2 documen...

    The best value is 1 and the worst value is -1. Values near 0 indicate...2 <= n_labels <= n_samples - 1 . This function returns the Silhouette...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.silhouette_samples.html
    Mon Sep 29 15:18:43 UTC 2025
      112.3K bytes
      Cache
     
  9. Kernel — scikit-learn 1.7.2 documentation

    length_scale = 1.0 ): ... self . length_scale =...2.0 ) >>> X = np . array ([[ 1 , 2 ], [ 3 , 4 ]]) >>> print (...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Kernel.html
    Mon Sep 29 15:18:44 UTC 2025
      122.3K bytes
      Cache
     
  10. FastICA — scikit-learn 1.7.2 documentation

    The implementation is based on [1] . Read more in the User Guide...performed. Changed in version 1.3: The default value of whiten...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.FastICA.html
    Mon Sep 29 15:18:44 UTC 2025
      148.5K bytes
      Cache
     
Back to top