Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 331 - 340 of over 10,000 for 1 (0.61 seconds)

Filter
  1. 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
    Tue Mar 17 03:44:39 UTC 2026
      14.4K bytes
      Cache
     
  2. 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
    Tue Mar 17 03:44:39 UTC 2026
      14.1K bytes
      Cache
     
  3. mean_tweedie_deviance — scikit-learn 1.8.0 docu...

    power = 1 ) 1.4260... Gallery examples # Tweedie...Either power <= 0 or power >= 1. The higher p the less weight...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_tweedie_deviance.html
    Tue Mar 17 03:44:37 UTC 2026
      13.6K bytes
      Cache
     
  4. log_loss — scikit-learn 1.8.0 documentation

    p) = -(y \log (p) + (1 - y) \log (1 - p))\] Read more in the..., "spam" ], ... [[ .1 , .9 ], [ .9 , .1 ], [ .8 , .2 ], [ .35...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.log_loss.html
    Tue Mar 17 03:44:36 UTC 2026
      15.1K bytes
      Cache
     
  5. 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
    Tue Mar 17 03:44:39 UTC 2026
      15.6K bytes
      Cache
     
  6. GMM covariances — scikit-learn 1.8.0 documentation

    shape [ 1 ]) * gmm . covariances_ [ n ]...]) angle = np . arctan2 ( u [ 1 ], u [ 0 ]) angle = 180 * angle...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_covariances.html
    Tue Mar 17 03:44:39 UTC 2026
      17.3K bytes
      Cache
     
  7. 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
    Tue Mar 17 03:44:36 UTC 2026
      19.2K bytes
      Cache
     
  8. SelectFpr — scikit-learn 1.8.0 documentation

    Added in version 1.0. See also f_classif ANOVA F-value..."x1", ..., "x(n_features_in_ - 1)"] . If input_features is an array-like,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFpr.html
    Tue Mar 17 03:44:39 UTC 2026
      16.2K 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
    Tue Mar 17 03:44:39 UTC 2026
      16.5K bytes
      Cache
     
  10. OneVsRestClassifier — scikit-learn 1.8.0 docume...

    as a 2D binary (0/1) matrix, where [i, j] == 1 indicates the presence...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsRestClassifier.html
    Tue Mar 17 03:44:37 UTC 2026
      18.7K bytes
      Cache
     
Back to Top