Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1021 - 1030 of over 10,000 for 1 (1.12 seconds)

  1. explained_variance_score — scikit-learn 1...

    1 ], [ - 1 , 1 ], [ 7 , - 6 ]] >>>...cross-validation). Added in version 1.1. Returns : score float or ndarray...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.explained_variance_score.html
    Thu Nov 20 00:54:06 GMT 2025
      114.9K bytes
      Cache
     
  2. grid_to_graph — scikit-learn 1.7.2 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
    Thu Nov 20 00:54:07 GMT 2025
      108.6K bytes
      Cache
     
  3. pair_confusion_matrix — scikit-learn 1.7....

    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
    Thu Nov 20 00:54:06 GMT 2025
      109.6K bytes
      Cache
     
  4. BiclusterMixin — scikit-learn 1.7.2 docum...

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...np . ones ( shape = ( 1 , X . shape [ 1 ]), dtype = bool ) ......
    scikit-learn.org/stable/modules/generated/sklearn.base.BiclusterMixin.html
    Thu Nov 20 00:54:07 GMT 2025
      114.4K bytes
      Cache
     
  5. add_dummy_feature — scikit-learn 1.7.2 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
    Thu Nov 20 00:54:06 GMT 2025
      105.8K bytes
      Cache
     
  6. config_context — scikit-learn 1.7.2 docum...

    Added in version 1.1. enable_cython_pairwise_dist...configuration setting. Added in version 1.1. array_api_dispatch bool, default=None...
    scikit-learn.org/stable/modules/generated/sklearn.config_context.html
    Thu Nov 20 00:54:06 GMT 2025
      117K bytes
      Cache
     
  7. 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
    Thu Nov 20 00:54:07 GMT 2025
      116.4K bytes
      Cache
     
  8. 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
    Thu Nov 20 00:54:07 GMT 2025
      108.8K bytes
      Cache
     
  9. 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
    Thu Nov 20 00:54:07 GMT 2025
      122.4K bytes
      Cache
     
  10. 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
    Thu Nov 20 00:54:07 GMT 2025
      110.9K bytes
      Cache
     
Back to Top