Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 241 - 250 of over 10,000 for 1 (0.12 seconds)

  1. grid_to_graph — scikit-learn 1.8.0 docume...

    0) 1 (1, 1) 1 On this page This Page...bool ) >>> mask [[ 1 , 2 ], [ 1 , 2 ], :] = True >>>...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.grid_to_graph.html
    Mon Feb 23 17:51:56 GMT 2026
      109.1K bytes
      Cache
     
  2. StandardScaler — scikit-learn 1.8.0 docum...

    ( data )) [[-1. -1.] [-1. -1.] [ 1. 1.] [ 1. 1.]] >>>...0 , 0 ], [ 0 , 0 ], [ 1 , 1 ], [ 1 , 1 ]] >>> scaler...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.StandardScaler.html
    Mon Feb 23 17:51:56 GMT 2026
      193.8K bytes
      Cache
     
  3. add_dummy_feature — scikit-learn 1.8.0 do...

    1 ], [ 1 , 0 ]]) array([[1., 0., 1.], [1., 1., 0.]])...add_dummy_feature ( X , value = 1.0 ) [source] # Augment dataset...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.add_dummy_feature.html
    Mon Feb 23 17:51:57 GMT 2026
      106.3K bytes
      Cache
     
  4. weighted_mode — scikit-learn 1.8.0 docume...

    1 , 4 , 2 , 4 , 2 ] >>> weights = [ 1 , 1 , 1 , 1...1 , 1 , 1 ] >>> weighted_mode ( x , weights ) (array([4.]),...
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.weighted_mode.html
    Mon Feb 02 09:23:44 GMT 2026
      109K bytes
      Cache
     
  5. LabelSpreading — scikit-learn 1.8.0 docum...

    means 1 unless in a joblib.parallel_backend context. -1 means...Clamping factor. A value in (0, 1) that specifies the relative amount...
    scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.LabelSpreading.html
    Mon Feb 16 16:33:27 GMT 2026
      136.4K bytes
      Cache
     
  6. normalized_mutual_info_score — scikit-lea...

    1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> ...ore ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 If classes members...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.normalized_mutual_info_score.html
    Mon Feb 23 17:51:57 GMT 2026
      112.9K bytes
      Cache
     
  7. pairwise_distances_argmin_min — scikit-le...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0...array([0, 1]) >>> distances array([1., 1.]) On this...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances_argmin_min.html
    Mon Feb 23 17:51:57 GMT 2026
      113.3K bytes
      Cache
     
  8. ColumnTransformer — scikit-learn 1.8.0 do...

    1. , 2. , 2. ], ... [ 1. , 1. , 0. , 1. ]]) >>>...scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...
    scikit-learn.org/stable/modules/generated/sklearn.compose.ColumnTransformer.html
    Mon Feb 23 17:51:57 GMT 2026
      160.1K bytes
      Cache
     
  9. silhouette_samples — scikit-learn 1.8.0 d...

    The best value is 1 and the worst value is -1. Values near 0 indicate...<= n_labels <= n_samples - 1 . This function returns the Silhouette...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.silhouette_samples.html
    Mon Feb 23 17:51:57 GMT 2026
      112.8K bytes
      Cache
     
  10. pair_confusion_matrix — scikit-learn 1.8....

    1 , 1 ], [ 1 , 1 , 0 , 0 ]) array([[8,...pair_confusion_matrix ([ 0 , 0 , 1 , 2 ], [ 0 , 0 , 1 , 1 ]) array([[8, 2],...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.cluster.pair_confusion_matrix.html
    Mon Feb 23 17:51:57 GMT 2026
      110.1K bytes
      Cache
     
Back to Top