Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1231 - 1240 of 1,998 for store (0.31 seconds)

  1. fbeta_score — scikit-learn 1.8.0 document...

    Compute the F-beta score. The F-beta score is the weighted harmonic...precision. The formula for F-beta score is: \[F_\beta = \frac{(1 + \beta^2)...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.fbeta_score.html
    Mon Jan 26 11:09:14 GMT 2026
      125.5K bytes
      Cache
     
  2. 2.3. Clustering — scikit-learn 1.8.0 docu...

    lower scores, and for the adjusted Rand index the score will be...rename 2 to 3, and get the same score: >>> labels_pred =...
    scikit-learn.org/stable/modules/clustering.html
    Mon Jan 26 11:09:12 GMT 2026
      236.2K bytes
      Cache
     
  3. 3.1. Cross-validation: evaluating estimator per...

    2f " % ( scores . mean (), scores . std ())) 0.98 accuracy...default, the score computed at each CV iteration is the score method...
    scikit-learn.org/stable/modules/cross_validation.html
    Mon Jan 26 11:09:12 GMT 2026
      162.2K bytes
      Cache
     
  4. NearestCentroid — scikit-learn 1.8.0 docu...

    score ( X , y , sample_weight = None...default=None Sample weights. Returns : score float Mean accuracy of self.predict(X)...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Mon Jan 26 14:16:29 GMT 2026
      136.9K bytes
      Cache
     
  5. IsolationForest — scikit-learn 1.8.0 docu...

    as the scores of inliers are close to 0 and the scores of outliers...anomaly score of X of the base classifiers. The anomaly score of an...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.IsolationForest.html
    Mon Jan 26 14:16:29 GMT 2026
      148.1K bytes
      Cache
     
  6. Imputing missing values before building an esti...

    and score # Now we will write a function which will score the...regressor scores = cross_val_score ( estimator , X , y , scoring = ...
    scikit-learn.org/stable/auto_examples/impute/plot_missing_values.html
    Mon Jan 26 11:09:17 GMT 2026
      120.8K bytes
      Cache
     
  7. LassoLarsIC — scikit-learn 1.8.0 document...

    Notes The \(R^2\) score used when calling score on a regressor uses...(n_samples,) Returns predicted values. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsIC.html
    Mon Jan 26 14:16:33 GMT 2026
      146.5K bytes
      Cache
     
  8. make_scorer — scikit-learn 1.8.0 document...

    estimators or functions allowing a scoring parameter. The parameter response_method...should be used to feed the scoring/loss function. Read more in...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.make_scorer.html
    Mon Jan 26 11:09:14 GMT 2026
      115.5K bytes
      Cache
     
  9. feature_selection.rst.txt

    input a scoring function that returns univariate scores and p-values...improve estimators' accuracy scores or to boost their performance...
    scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt
    Mon Dec 29 13:14:49 GMT 2025
      14.5K bytes
     
  10. 1.13. Feature selection — scikit-learn 1....

    input a scoring function that returns univariate scores and p-values...improve estimators’ accuracy scores or to boost their performance...
    scikit-learn.org/stable/modules/feature_selection.html
    Mon Jan 26 11:09:14 GMT 2026
      73.8K bytes
      Cache
     
Back to Top