Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 161 - 170 of over 10,000 for 1 (0.11 seconds)

  1. hamming_loss — scikit-learn 1.8.0 documen...

    1 ], [ 1 , 1 ]]), np . zeros (( 2 , 2...between 0 and 1, lower being better. References [ 1 ] Grigorios...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.hamming_loss.html
    Mon Dec 15 15:02:31 GMT 2025
      112.7K bytes
      Cache
     
  2. EllipticEnvelope — scikit-learn 1.8.0 doc...

    n_features + 1) / 2 * n_samples . Range is (0, 1). contamination...>>> # predict returns 1 for an inlier and -1 for an outlier >>>...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.EllipticEnvelope.html
    Mon Dec 15 15:02:30 GMT 2025
      147.3K bytes
      Cache
     
  3. OneToOneFeatureMixin — scikit-learn 1.8.0...

    This mixin assumes there’s a 1-to-1 correspondence between input...shape [ 1 ] ... return self >>> X = np . array ([[ 1 , 2...
    scikit-learn.org/stable/modules/generated/sklearn.base.OneToOneFeatureMixin.html
    Mon Dec 15 15:02:31 GMT 2025
      110.1K bytes
      Cache
     
  4. oas — scikit-learn 1.8.0 documentation

    References [ 1 ] ( 1 , 2 ) “Shrinkage algorithms...The regularised covariance is: (1 - shrinkage) * cov + shrinkage...
    scikit-learn.org/stable/modules/generated/oas-function.html
    Mon Dec 15 15:02:31 GMT 2025
      109.5K bytes
      Cache
     
  5. KFold — scikit-learn 1.8.0 documentation

    3] Test: index=[0 1] Fold 1: Train: index=[0 1] Test: index=[2...X = np . array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]])...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.html
    Mon Dec 15 15:02:31 GMT 2025
      123.7K bytes
      Cache
     
  6. adjusted_rand_score — scikit-learn 1.8.0 ...

    1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> adjusted_rand_score...adjusted_rand_score ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Labelings that...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_rand_score.html
    Mon Dec 15 15:02:31 GMT 2025
      117.8K bytes
      Cache
     
  7. KDTree — scikit-learn 1.8.0 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
    Mon Dec 15 15:02:33 GMT 2025
      136.4K bytes
      Cache
      Similar Results (1)
     
  8. manhattan_distances — scikit-learn 1.8.0 ...

    array([[1.]]) >>> manhattan_distances ([[ 1 , 2 ], [...manhattan_distances ([[ 3 ]], [[ 2 ]]) array([[1.]]) >>> manhattan_distances...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.manhattan_distances.html
    Mon Dec 15 15:02:31 GMT 2025
      107.9K bytes
      Cache
     
  9. NearestCentroid — scikit-learn 1.8.0 docu...

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...2 , 1 ], [ 3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Mon Dec 15 15:02:31 GMT 2025
      136.9K bytes
      Cache
     
  10. make_classification — scikit-learn 1.8.0 ...

    class_sep = 1.0 , hypercube = True , shift = 0.0 , scale = 1.0 , shuffle...[np.int64(0), np.int64(0), np.int64(1), np.int64(1), np.int64(0)] Gallery...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_classification.html
    Mon Dec 15 15:02:31 GMT 2025
      136.1K bytes
      Cache
     
Back to Top