Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 901 - 910 of over 10,000 for 2 (0.25 seconds)

Filter
  1. 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
     
  2. 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
     
  3. 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
     
  4. auto_examples_python.zip

    - l / 2.0) ** 2 + (y - l / 2.0) ** 2 < (l / 2.0) ** 2 mask =...+ 1, figsize=(4 * 2.2, n_classifiers * 2.2), ) evaluation_results...
    scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip
    Mon Mar 23 20:39:22 UTC 2026
      1.7M bytes
     
  5. plot_classifier_comparison.zip

    make_classification( n_features=2, n_redundant=0, n_informative=2, random_state=1,...rng = np.random.RandomState(2) X += 2 * rng.uniform(size=X.shape)...
    scikit-learn.org/stable/_downloads/ce35bcc69acbd491cf7ac77fa17889d5/plot_classifier_comparison.zip
    Mon Mar 23 20:39:23 UTC 2026
      10.8K bytes
      1 views
     
  6. VotingClassifier — scikit-learn 1.8.0 documenta...

    2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2 ]) >>>...- 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingClassifier.html
    Mon Mar 23 20:39:20 UTC 2026
      18.6K bytes
      Cache
     
  7. shuffle — scikit-learn 1.8.0 documentation

    2)> >>> X_sparse . toarray () array([[0., 0.], [2., 1.],...y array([2, 1, 0]) >>> shuffle ( y , n_samples = 2 , random_state...
    scikit-learn.org/stable/modules/generated/sklearn.utils.shuffle.html
    Mon Mar 23 20:39:23 UTC 2026
      14.6K bytes
      Cache
     
  8. make_friedman2 — scikit-learn 1.8.0 documentation

    0 ] ** 2 + ( X [:, 1 ] * X [:, 2 ] - 1 / ( X [:, 1...[source] # Generate the “Friedman #2” regression problem. This dataset...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman2.html
    Mon Mar 23 20:39:20 UTC 2026
      13.7K bytes
      Cache
     
  9. inplace_row_scale &#8212; scikit-learn 1.8.0 do...

    2 , 5 , 6 ]) &gt;&gt;&gt; scale = np . array ([ 2 , 3 ,...&gt;&gt;&gt; indptr = np . array ([ 0 , 2 , 3 , 4 , 5 ]) &gt;&gt;&gt; indices...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_row_scale.html
    Mon Feb 02 09:23:44 UTC 2026
      109.1K bytes
      Cache
     
  10. LeavePGroupsOut — scikit-learn 1.8.0 documentation

    group=[2] Test: index=[0 2], group=[1 3] Fold 2: Train: index=[0],...array ([ 1 , 2 , 1 ]) >>> groups = np . array ([ 1 , 2 , 3 ]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePGroupsOut.html
    Mon Mar 23 20:39:21 UTC 2026
      15.2K bytes
      Cache
     
Back to Top