Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 561 - 570 of over 10,000 for 1 (1.53 seconds)

  1. type_of_target — scikit-learn 1.7.2 docum...

    >>> type_of_target ([ 1 , - 1 , - 1 , 1 ]) 'binary' >>>...type_of_target ( np . array ([[ 0 , 1 ], [ 1 , 1 ]])) 'multilabel-indicator'...
    scikit-learn.org/stable/modules/generated/sklearn.utils.multiclass.type_of_target.html
    Wed Nov 26 04:38:21 GMT 2025
      112.6K bytes
      Cache
     
  2. sparse_encode — scikit-learn 1.7.2 docume...

    1 , 0 ], ... [ - 1 , - 1 , 2 ], ... [ 1 , 1 , 1 ], ......>>> X = np . array ([[ - 1 , - 1 , - 1 ], [ 0 , 0 , 3 ]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.sparse_encode.html
    Wed Nov 26 04:38:21 GMT 2025
      118.6K bytes
      Cache
     
  3. fowlkes_mallows_score — scikit-learn 1.7....

    1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> ...fowlkes_mallows_score ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 If classes members...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.fowlkes_mallows_score.html
    Wed Nov 26 04:38:21 GMT 2025
      110.9K bytes
      Cache
     
  4. Elastic Common Schema (ECS) Reference [1.12] | ...

    1 8.0 1.12 1.11 1.10 1.9 1.8 1.7 1.6 1.5 1.4 1.3 1.2 1.1 1.0...Schema (ECS) Reference: 8.17 1.12 other versions other versions:...
    www.elastic.co/guide/en/ecs/1.12/index.html
    Mon Oct 20 16:31:45 GMT 2025
      15.8K bytes
      Cache
     
  5. MultiTaskLassoCV — scikit-learn 1.7.2 doc...

    since version 1.7: n_alphas was deprecated in 1.7 and will be...since version 1.7: alphas=None was deprecated in 1.7 and will be...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLassoCV.html
    Wed Nov 26 04:38:21 GMT 2025
      162.8K bytes
      Cache
     
  6. PredefinedSplit — scikit-learn 1.7.2 docu...

    1 , 1 ]) >>> test_fold = [ 0 , 1 , - 1 , 1 ] >>>...PredefinedSplit(test_fold=array([ 0, 1, -1, 1])) >>> for i , (...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html
    Wed Nov 26 10:14:05 GMT 2025
      115.7K bytes
      Cache
     
  7. polynomial_kernel — scikit-learn 1.7.2 do...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0..., degree = 2 ) array([[1. , 1. ], [1.77, 2.77]]) On this page...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.polynomial_kernel.html
    Wed Nov 26 10:14:02 GMT 2025
      108.1K bytes
      Cache
     
  8. KDTree — scikit-learn 1.7.2 documentation

    query ( X [: 1 ], k = 3 ) >>> print...indices of 3 closest neighbors [0 3 1] >>> print ( dist ) #...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KDTree.html
    Wed Nov 26 04:38:21 GMT 2025
      135.9K bytes
      Cache
      Similar Results (1)
     
  9. homogeneity_completeness_v_measure — scik...

    1 , 1 , 2 , 2 ], [ 0 , 0 , 1 , 2 , 2 , 2 ] >>>...float Score between 0.0 and 1.0. 1.0 stands for perfectly homogeneous...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.homogeneity_completeness_v_measure.html
    Wed Nov 26 04:38:21 GMT 2025
      110.4K bytes
      Cache
     
  10. paired_manhattan_distances — scikit-learn...

    array ([[ 1 , 1 , 0 ], [ 0 , 1 , 0 ], [ 0 , 0 , 1 ]]) >>>...calculated between (X[0], Y[0]), (X[1], Y[1]), …, (X[n_samples], Y[n_samples])....
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_manhattan_distances.html
    Wed Nov 26 10:14:05 GMT 2025
      107.8K bytes
      Cache
     
Back to Top