Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 971 - 980 of over 10,000 for 1 (0.29 seconds)

  1. LeavePOut — scikit-learn 1.7.2 documentation

    3] Test: index=[0 1] Fold 1: Train: index=[1 3] Test: index=[0...index=[1 2] Fold 4: Train: index=[0 2] Test: index=[1 3] Fold...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePOut.html
    Fri Nov 21 04:27:30 GMT 2025
      116.4K bytes
      Cache
     
  2. chi2_kernel — scikit-learn 1.7.2 document...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0...chi2_kernel ( X , Y = None , gamma = 1.0 ) [source] # Compute the exponential...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.chi2_kernel.html
    Fri Nov 21 04:27:30 GMT 2025
      108.8K bytes
      Cache
     
  3. precision_recall_fscore_support — scikit-...

    beta = 1.0 , labels = None , pos_label = 1 , average = None...score reaches its best value at 1 and worst score at 0. The F-beta...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_recall_fscore_support.html
    Fri Nov 21 04:27:31 GMT 2025
      122.4K bytes
      Cache
     
  4. nan_euclidean_distances — scikit-learn 1....

    6] and [1, na, 4, 5] is: \[\sqrt{\frac{4}{2}((3-1)^2 + (6-5)^2)}\]...) >>> X = [[ 0 , 1 ], [ 1 , nan ]] >>> nan...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.nan_euclidean_distances.html
    Fri Nov 21 04:27:30 GMT 2025
      110.9K bytes
      Cache
     
  5. Pipeline — scikit-learn 1.7.2 documentation

    scikit-learn 1.7 Release Highlights for scikit-learn 1.7 Semi-supervised...ing=True) . Added in version 1.6. memory str or object with the...
    scikit-learn.org/stable/modules/generated/sklearn.pipeline.Pipeline.html
    Fri Nov 21 09:29:38 GMT 2025
      187.8K bytes
      Cache
     
  6. linear_kernel — scikit-learn 1.7.2 docume...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0...linear_kernel ( X , Y ) array([[0., 0.], [1., 2.]]) On this page This Page...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.linear_kernel.html
    Fri Nov 21 04:27:30 GMT 2025
      107.5K bytes
      Cache
     
  7. is_multilabel — scikit-learn 1.7.2 docume...

    1 , 0 , 1 ]) False >>> is_multilabel ([[ 1 ], [...is_multilabel ( np . array ([[ 1 , 0 ], [ 0 , 0 ]])) True >>>...
    scikit-learn.org/stable/modules/generated/sklearn.utils.multiclass.is_multilabel.html
    Fri Nov 21 09:29:40 GMT 2025
      107.3K bytes
      Cache
     
  8. paired_cosine_distances — scikit-learn 1....

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_cosine_distances.html
    Fri Nov 21 04:27:31 GMT 2025
      107.3K bytes
      Cache
     
  9. KernelCenterer — scikit-learn 1.7.2 docum...

    [[ 1. , - 2. , 2. ], ... [ - 2. , 1. , 3. ], ... [ 4. , 1. ,...all strings. Added in version 1.0. See also sklearn.kernel_ap...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.KernelCenterer.html
    Fri Nov 21 09:29:40 GMT 2025
      131.9K bytes
      Cache
     
  10. MissingIndicator — scikit-learn 1.7.2 doc...

    1 , 3 ], ... [ 4 , 0 , np . nan ], ... [ 8 , 1 , 0 ]])...all strings. Added in version 1.0. See also SimpleImputer Univariate...
    scikit-learn.org/stable/modules/generated/sklearn.impute.MissingIndicator.html
    Fri Nov 21 04:27:30 GMT 2025
      131.3K bytes
      Cache
     
Back to Top