Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 881 - 890 of over 10,000 for 2 (0.92 seconds)

Filter
  1. GroupKFold — scikit-learn 1.8.0 documentation

    Fold 0: Train: index=[2 3], group=[2 2] Test: index=[0 1 4 5],...group=[0 0 3 3] Test: index=[2 3], group=[2 2] get_metadata_routing...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html
    Mon Mar 23 20:39:20 UTC 2026
      16.2K bytes
      Cache
     
  2. confusion_matrix — scikit-learn 1.8.0 documenta...

    = [ 2 , 0 , 2 , 2 , 0 , 1 ] >>> y_pred = [ 0 , 0 , 2 , 2 , 0...0 , 2 ] >>> confusion_matrix ( y_true , y_pred ) array([[2, 0,...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix.html
    Mon Mar 23 20:39:20 UTC 2026
      15.3K bytes
      Cache
     
  3. GroupShuffleSplit — scikit-learn 1.8.0 document...

    0: Train: index=[2 3 4 5 6 7], group=[2 2 2 3 3 3] Test: index=[0...3 3 3] Test: index=[2 3 4], group=[2 2 2] get_metadata_routing...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupShuffleSplit.html
    Mon Mar 23 20:39:21 UTC 2026
      16.4K bytes
      Cache
     
  4. hinge_loss — scikit-learn 1.8.0 documentation

    ([[ - 2 ], [ 3 ], [ 0.5 ]]) >>> pred_decision array([-2.18, 2.36,...[ 1 ], [ 2 ], [ 3 ]]) >>> Y = np . array ([ 0 , 1 , 2 , 3 ]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.hinge_loss.html
    Mon Mar 23 20:39:23 UTC 2026
      14.6K bytes
      Cache
     
  5. zero_one_loss — scikit-learn 1.8.0 documentation

    2 , 3 , 4 ] >>> y_true = [ 2 , 2 , 3 , 4 ] >>>...], [ 1 , 1 ]]), np . ones (( 2 , 2 ))) 0.5 On this page This Page...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.zero_one_loss.html
    Mon Mar 23 20:39:21 UTC 2026
      13.7K bytes
      Cache
     
  6. cluster_optics_xi — scikit-learn 1.8.0 document...

    2 ], [ 2 , 5 ], [ 3 , 6 ], ... [ 8...samples (rounded to be at least 2). min_cluster_size int > 1 or...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.cluster_optics_xi.html
    Mon Mar 23 20:39:23 UTC 2026
      14K bytes
      Cache
     
  7. inplace_swap_column — scikit-learn 1.8.0 ...

    2 , 2 ]) >>> data = np . array ([ 8 , 2 , 5 ])...>>> indptr = np . array ([ 0 , 2 , 3 , 3 , 3 ]) >>> indices...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_swap_column.html
    Mon Feb 02 09:23:44 UTC 2026
      108.5K bytes
      Cache
     
  8. d2_pinball_score — scikit-learn 1.8.0 documenta...

    Notes Like \(R^2\) , \(D^2\) score may be negative (it...([[ 1 ], [ 2 ], [ 3 ], [ 4 ]]) >>> y = np . array ([ 2.5 , 0.0 ,...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_pinball_score.html
    Mon Mar 23 20:39:20 UTC 2026
      14.7K bytes
      Cache
     
  9. LeavePOut — scikit-learn 1.8.0 documentation

    3] Test: index=[0 2] Fold 2: Train: index=[1 2] Test: index=[0...array ([ 1 , 2 , 3 , 4 ]) >>> lpo = LeavePOut ( 2 ) >>> lpo ....
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePOut.html
    Mon Mar 23 20:39:23 UTC 2026
      14.1K bytes
      Cache
     
  10. Multilabel classification — scikit-learn 1.8.0 ...

    subplot ( 2 , 2 , subplot ) plt . title ( title..."none" , linewidths = 2 , label = "Class 2" , ) plot_hyperplane...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_multilabel.html
    Mon Mar 23 20:39:21 UTC 2026
      16.8K bytes
      Cache
     
Back to Top