Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1541 - 1550 of 2,378 for store (0.3 seconds)

Filter
  1. Recursive feature elimination with cross-valida...

    the cross-validated scores. The scoring strategy “accuracy” optimizes...clf , step = 1 , cv = cv , scoring = "accuracy" , m...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_with_cross_validation.html
    Mon Mar 09 14:07:53 UTC 2026
      16.8K bytes
      Cache
     
  2. RANSACRegressor — scikit-learn 1.8.0 docu...

    score(X, y) : Returns the mean accuracy...stop_score . Additionally, the score is used to decide which of two...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html
    Mon Mar 09 14:07:57 UTC 2026
      18.4K bytes
      Cache
     
  3. Column Transformer with Mixed Types — sci...

    ( "model score: %.3f " % clf . score ( X_test , y_test...arrays (scores, pvalues) or a single array with scores. Default...
    scikit-learn.org/stable/auto_examples/compose/plot_column_transformer_mixed_types.html
    Mon Mar 09 14:07:53 UTC 2026
      67.5K bytes
      Cache
     
  4. Underfitting vs. Overfitting — scikit-lea...

    - scores . mean (), scores . std () ) ) plt ....models using crossvalidation scores = cross_val_score ( pipeline...
    scikit-learn.org/stable/auto_examples/model_selection/plot_underfitting_overfitting.html
    Mon Mar 09 14:07:56 UTC 2026
      16.4K bytes
      Cache
     
  5. GammaRegressor — scikit-learn 1.8.0 docum...

    score ( X , y ) np.float64(0.773)...(n_samples,) Returns predicted values. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.GammaRegressor.html
    Mon Mar 09 14:07:53 UTC 2026
      17.3K bytes
      Cache
     
  6. Non-negative least squares — scikit-learn...

    "NNLS R2 score" , r2_score_nnls ) NNLS R2 score 0.8225220806196525..."OLS R2 score" , r2_score_ols ) OLS R2 score 0.7436926291700354...
    scikit-learn.org/stable/auto_examples/linear_model/plot_nnls.html
    Mon Mar 09 14:07:53 UTC 2026
      15.9K bytes
      Cache
     
  7. jina-rerankers on Elastic Inference Service - E...

    candidate lists by scoring documents independently. Scores are compatible...pipeline can score 100 candidates at a time, merge the scores, and sort...
    www.elastic.co/search-labs/blog/jina-rerankers-elastic-inference-service
    Mon Mar 09 01:33:07 UTC 2026
      43.9K bytes
      Cache
     
  8. adjusted_rand_score — scikit-learn 1.8.0 ...

    RI score is then “adjusted for chance” into the ARI score using...Returns : ARI float Similarity score between -0.5 and 1.0. Random...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_rand_score.html
    Mon Mar 09 14:07:54 UTC 2026
      15.1K bytes
      Cache
     
  9. TweedieRegressor — scikit-learn 1.8.0 doc...

    score ( X , y ) np.float64(0.839)...(n_samples,) Returns predicted values. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.TweedieRegressor.html
    Mon Mar 09 14:07:54 UTC 2026
      17.8K bytes
      Cache
     
  10. Sample pipeline for text feature extraction and...

    between scoring time and mean test score (i.e. “CV score”). Passing..."trade-off between scoring time and mean test score" , "y"...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html
    Mon Mar 09 14:07:53 UTC 2026
      34.4K bytes
      Cache
     
Back to Top