Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 191 - 200 of over 10,000 for 1 (0.71 seconds)

Filter
  1. RFE — scikit-learn 1.8.0 documentation

    ranking_ array([1, 1, 1, 1, 1, 6, 4, 3, 2, 5]) decision_function...float, default=1 If greater than or equal to 1, then step corresponds...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFE.html
    Mon Mar 23 20:39:20 UTC 2026
      18.5K bytes
      Cache
     
  2. EllipticEnvelope — scikit-learn 1.8.0 documenta...

    n_features + 1) / 2 * n_samples . Range is (0, 1). contamination...>>> # predict returns 1 for an inlier and -1 for an outlier >>>...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.EllipticEnvelope.html
    Mon Mar 23 20:39:21 UTC 2026
      18.5K bytes
      Cache
     
  3. randomized_svd — scikit-learn 1.8.0 documentation

    approximation problem described in [1] (problem (1.5), p5). Refer to Wikipedia...n_iter=0 or 1 should even work fine in theory (see [1] page 9)....
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.randomized_svd.html
    Tue Mar 17 03:44:36 UTC 2026
      15.6K bytes
      Cache
     
  4. balanced_accuracy_score — scikit-learn 1.8.0 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 Mar 23 20:39:21 UTC 2026
      14K bytes
      Cache
     
  5. BayesianGaussianMixture — scikit-learn 1.8.0 do...

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], [ 4 , 2 ], [...mixtures”. Bayesian analysis 1.1 Examples >>> import numpy as...
    scikit-learn.org/stable/modules/generated/sklearn.mixture.BayesianGaussianMixture.html
    Mon Mar 23 20:39:20 UTC 2026
      19.2K bytes
      Cache
     
  6. KFold — scikit-learn 1.8.0 documentation

    3] Test: index=[0 1] Fold 1: Train: index=[0 1] Test: index=[2...X = np . array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]])...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.html
    Mon Mar 23 20:39:21 UTC 2026
      15.7K bytes
      Cache
     
  7. dict_learning_online — scikit-learn 1.8.0 docum...

    1 ( U , V ) with || V_k || _2 = 1 for all 0 <= k...heuristics. Added in version 1.1. return_code bool, default=True...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.dict_learning_online.html
    Mon Mar 23 20:39:21 UTC 2026
      15.6K bytes
      Cache
     
  8. dcg_score — scikit-learn 1.8.0 documentation

    asarray ([[ 1 , 0 , 0 , 0 , 1 ]]) >>> # by default ties...to have a score between 0 and 1. References Wikipedia entry for...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.dcg_score.html
    Mon Mar 23 20:39:20 UTC 2026
      14.4K bytes
      Cache
     
  9. CalibrationDisplay — scikit-learn 1.8.0 documen...

    y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...y-axes labels. Added in version 1.1. Attributes : line_ matplotlib...
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibrationDisplay.html
    Mon Mar 23 20:39:21 UTC 2026
      16.5K bytes
      Cache
     
  10. cohen_kappa_score — scikit-learn 1.8.0 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 Mar 23 20:39:20 UTC 2026
      14.1K bytes
      Cache
     
Back to Top