Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 221 - 230 of 8,379 for 1 (0.41 seconds)

  1. roc_auc_score — scikit-learn 1.7.2 docume...

    classes_[1] and thus estimator.predict_proba(X, y)[:, 1] . The...it is upper bounded by 1. References [ 1 ] Wikipedia entry for...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_auc_score.html
    Sat Nov 15 10:03:27 GMT 2025
      131.3K bytes
      Cache
     
  2. fetch_20newsgroups — scikit-learn 1.7.2 d...

    1, 1, 1, 0, 1, 1, 0, 0, 0]) Gallery examples...Added in version 1.5. delay float, default=1.0 Number of seconds...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups.html
    Sat Nov 15 10:03:26 GMT 2025
      119.5K bytes
      Cache
     
  3. MultinomialNB — scikit-learn 1.7.2 docume...

    Added in version 1.2. Changed in version 1.4: The default value... MultinomialNB ( * , alpha = 1.0 , force_alpha = True , fit_prior...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html
    Sat Nov 15 10:03:27 GMT 2025
      151.8K bytes
      Cache
     
  4. IncrementalPCA — scikit-learn 1.7.2 docum...

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], ... [ 1 , 1 ], [...principal components, versus 1 large SVD of complexity O(n_samples...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.IncrementalPCA.html
    Sat Nov 15 10:03:26 GMT 2025
      146.8K bytes
      Cache
     
  5. paired_euclidean_distances — scikit-learn...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0...paired_euclidean_distances ( X , Y ) array([1., 1.]) On this page This Page...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_euclidean_distances.html
    Sat Nov 15 10:03:27 GMT 2025
      106.7K bytes
      Cache
     
  6. ward_tree — scikit-learn 1.7.2 documentation

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2...children ndarray of shape (n_nodes-1, 2) The children of each non-leaf...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.ward_tree.html
    Sat Nov 15 10:03:25 GMT 2025
      112.5K bytes
      Cache
     
  7. pairwise_kernels — scikit-learn 1.7.2 doc...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.pairwise_kernels.html
    Sat Nov 15 10:03:27 GMT 2025
      112.4K bytes
      Cache
     
  8. normalize — scikit-learn 1.7.2 documentation

    1 , 2 ], [ - 1 , 0 , 1 ]] >>> normalize...if axis is 0). axis {0, 1}, default=1 Define axis used to normalize...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.normalize.html
    Sat Nov 15 10:03:26 GMT 2025
      109.5K bytes
      Cache
     
  9. mean_pinball_loss — scikit-learn 1.7.2 do...

    [ 1 , 2 , 4 ], alpha = 0.1 ) 0.3... >>>...scikit-learn 1.0 Release Highlights for scikit-learn 1.0 On this...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_pinball_loss.html
    Sat Nov 15 10:03:26 GMT 2025
      114.1K bytes
      Cache
     
  10. Isomap — scikit-learn 1.7.2 documentation

    Added in version 1.1. n_components int, default=2...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.Isomap.html
    Sat Nov 15 10:03:27 GMT 2025
      138.9K bytes
      Cache
     
Back to Top