Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 871 - 880 of 2,956 for 1 (0.17 sec)

  1. 2.4. Biclustering — scikit-learn 1.6.1 document...

    array ([ 1 , 2 ]) >>> data [ rows , columns ] array([[ 1, 2], [21,...to find heavy subgraphs. 2.4.1.1. Mathematical formulation # An...
    scikit-learn.org/stable/modules/biclustering.html
    Sat Apr 19 00:31:21 UTC 2025
      50.7K bytes
      Cache
     
  2. Plot randomly generated multilabel dataset — sc...

    1 ], color = COLORS . take (( Y * [ 1 , 2 , 4 ]) ...., n_labels = 1 ) ax1 . set_title ( "n_labels=1, length=50" )...
    scikit-learn.org/stable/auto_examples/datasets/plot_random_multilabel_dataset.html
    Mon Apr 21 17:07:39 UTC 2025
      97.2K bytes
      Cache
     
  3. KernelCenterer — scikit-learn 1.6.1 documentation

    [[ 1. , - 2. , 2. ], ... [ - 2. , 1. , 3. ], ... [ 4. , 1. ,...all strings. Added in version 1.0. See also sklearn.kernel_ap...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.KernelCenterer.html
    Mon Apr 21 17:07:39 UTC 2025
      132.5K bytes
      Cache
     
  4. additive_chi2_kernel — scikit-learn 1.6.1 docum...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...additive_chi2_kernel ( X , Y ) array([[-1., -2.], [-2., -1.]]) On this page This...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.additive_chi2_kernel.html
    Mon Apr 21 17:07:40 UTC 2025
      109.1K bytes
      Cache
     
  5. MissingIndicator — scikit-learn 1.6.1 documenta...

    1 , 3 ], ... [ 4 , 0 , np . nan ], ... [ 8 , 1 , 0 ]])...all strings. Added in version 1.0. See also SimpleImputer Univariate...
    scikit-learn.org/stable/modules/generated/sklearn.impute.MissingIndicator.html
    Mon Apr 21 17:07:40 UTC 2025
      131.7K bytes
      Cache
     
  6. balanced_accuracy_score — scikit-learn 1.6.1 do...

    1 , 0 , 0 , 1 , 0 ] >>> y_pred = [ 0 , 1 , 0 , 0 ,...each class. The best value is 1 and the worst value is 0 when...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.balanced_accuracy_score.html
    Mon Apr 21 17:07:39 UTC 2025
      111.1K bytes
      Cache
     
  7. cohen_kappa_score — scikit-learn 1.6.1 document...

    which is a number between -1 and 1. The maximum value means complete...function computes Cohen’s kappa [1] , a score that expresses the...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.cohen_kappa_score.html
    Mon Apr 21 17:07:39 UTC 2025
      111K bytes
      Cache
     
  8. zero_one_loss — scikit-learn 1.6.1 documentation

    1 ], [ 1 , 1 ]]), np . ones (( 2 , 2...zero_one_loss >>> y_pred = [ 1 , 2 , 3 , 4 ] >>> y_true = [ 2...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.zero_one_loss.html
    Mon Apr 21 17:07:39 UTC 2025
      110.7K bytes
      Cache
     
  9. MetadataRequest — scikit-learn 1.6.1 documentation

    Added in version 1.3. Parameters : owner str The...given method. Added in version 1.4. Parameters : method str The...
    scikit-learn.org/stable/modules/generated/sklearn.utils.metadata_routing.MetadataRequest.html
    Mon Apr 21 17:07:40 UTC 2025
      107.4K bytes
      Cache
     
  10. Developing scikit-learn estimators — scikit-lea...

    SGDClassifier ([[ 1 , 2 ], [ 2 , 3 ]], [ - 1 , 1 ]) # WRONG! Ideally,...be modified if param1 > 1 : param2 += 1 self . param1 = param1...
    scikit-learn.org/stable/developers/develop.html
    Mon Apr 21 17:07:39 UTC 2025
      107.5K bytes
      Cache
     
Back to top