Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 381 - 390 of 2,485 for 2 (0.2 sec)

  1. hinge_loss — scikit-learn 1.7.2 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
    Sun Nov 09 07:16:24 UTC 2025
      114.8K bytes
      Cache
     
  2. Release Highlights for scikit-learn 0.24 — scik...

    2. From 1.2, use # PartialDependenceDis..."min_samples_split" : randint ( 2 , 11 ), "bootstrap" : [ True ,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_24_0.html
    Mon Nov 10 15:11:15 UTC 2025
      176.2K bytes
      Cache
     
  3. roc_auc_score — scikit-learn 1.7.2 documentation

    the standardized partial AUC [2] over the range [0, max_fpr] is...under of the ROC as follows: G = 2 * AUC - 1 Where G is the Gini...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_auc_score.html
    Sun Nov 09 07:16:24 UTC 2025
      131.3K bytes
      Cache
     
  4. 1.16. Probability calibration — scikit-learn 1....

    reliability diagrams (Wilks 1995 [ 2 ] ), compare how well the probabilistic...in this dataset which contains 2 redundant features. RandomForestClassifi...
    scikit-learn.org/stable/modules/calibration.html
    Mon Nov 10 15:11:15 UTC 2025
      63.3K bytes
      Cache
     
  5. GaussianMixture — scikit-learn 1.7.2 documentation

    2 ], [ 1 , 4 ], [ 1 , 0 ], [ 10 , 2 ], [ 10 , 4 ],...gm . means_ array([[10., 2.], [ 1., 2.]]) >>> gm . predict ([[...
    scikit-learn.org/stable/modules/generated/sklearn.mixture.GaussianMixture.html
    Sun Nov 09 07:16:25 UTC 2025
      152K bytes
      Cache
     
  6. SpectralCoclustering — scikit-learn 1.7.2 docum...

    [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...SpectralCoclustering ( n_clusters = 2 , random_state = 0 ) . fit ( X...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralCoclustering.html
    Sun Nov 09 07:16:24 UTC 2025
      129.7K bytes
      Cache
     
  7. average_precision_score — scikit-learn 1.7.2 do...

    2 , 2 ]) >>> y_scores = np . array ([ ... [ 0.7 , 0.2 , 0.1...], ... [ 0.2 , 0.3 , 0.5 ], ... [ 0.4 , 0.4 , 0.2 ], ... [ 0.1...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.average_precision_score.html
    Sun Nov 09 07:16:25 UTC 2025
      116K bytes
      Cache
     
  8. 2.6. Covariance estimation — scikit-learn 1.7.2...

    2.6.2. Shrunk Covariance # 2.6.2.1. Basic shrinkage...ShrunkCovariance object to data. 2.6.2.2. Ledoit-Wolf shrinkage # In...
    scikit-learn.org/stable/modules/covariance.html
    Mon Nov 10 15:11:19 UTC 2025
      59.7K bytes
      Cache
     
  9. available_if — scikit-learn 1.7.2 documentation

    x % 2 == 0 ... ... @available_if ( _x_is_even..."say_hello" ) False >>> obj . x = 2 >>> hasattr ( obj , "say_hello"...
    scikit-learn.org/stable/modules/generated/sklearn.utils.metaestimators.available_if.html
    Sun Nov 09 07:16:24 UTC 2025
      109K bytes
      2 views
      Cache
     
  10. make_classification — scikit-learn 1.7.2 docume...

    n_informative = 2 , n_redundant = 2 , n_repeated = 0 , n_classes = 2 , n_clusters_per_class...n_clusters_per_class = 2 , weights = None , flip_y = 0.01 , class_sep...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_classification.html
    Sun Nov 09 07:16:25 UTC 2025
      135.8K bytes
      Cache
     
Back to top