Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1271 - 1280 of 1,998 for store (0.76 seconds)

  1. cross_val_score — scikit-learn 1.8.0 docu...

    to return train scores, fit times and score times. cross_val_predict...None , * , groups = None , scoring = None , cv = None , n_jobs...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_score.html
    Mon Jan 26 14:16:30 GMT 2026
      126.2K bytes
      Cache
     
  2. SelectFdr — scikit-learn 1.8.0 documentation

    returning a pair of arrays (scores, pvalues). Default is f_classif...array-like of shape (n_features,) Scores of features. pvalues_ array-like...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFdr.html
    Mon Jan 26 14:16:33 GMT 2026
      133.6K bytes
      Cache
     
  3. SelectFwe — scikit-learn 1.8.0 documentation

    returning a pair of arrays (scores, pvalues). Default is f_classif...array-like of shape (n_features,) Scores of features. pvalues_ array-like...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFwe.html
    Mon Jan 26 14:16:29 GMT 2026
      132.5K bytes
      Cache
     
  4. DummyClassifier — scikit-learn 1.8.0 docu...

    score ( X , y ) 0.75 fit ( X , y ,...arithmetically, for each output. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.html
    Mon Jan 26 14:16:30 GMT 2026
      143.1K bytes
      Cache
     
  5. 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 Jan 26 11:09:14 GMT 2026
      98.5K bytes
      Cache
     
  6. GradientBoostingRegressor — scikit-learn ...

    Notes The \(R^2\) score used when calling score on a regressor uses...squared error with improvement score by Friedman, “squared_error”...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingRegressor.html
    Mon Jan 26 14:16:33 GMT 2026
      172.2K bytes
      Cache
     
  7. Pipeline — scikit-learn 1.8.0 documentation

    Returns : score float Result of calling score on the final...fit ( X_train , y_train ) . score ( X_test , y_test ) 0.88 >>>...
    scikit-learn.org/stable/modules/generated/sklearn.pipeline.Pipeline.html
    Mon Jan 26 14:16:33 GMT 2026
      187K bytes
      Cache
     
  8. SelectKBest — scikit-learn 1.8.0 document...

    arrays (scores, pvalues) or a single array with scores. Default...feature scores, None if score_func returned only scores. n_features_in_...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectKBest.html
    Mon Jan 26 14:16:33 GMT 2026
      137.8K bytes
      Cache
     
  9. When hybrid search truly shines - Elasticsearch...

    less it contributes to the score; and the more common it is within...more it contributes to the score. But, what if the words in the...
    www.elastic.co/search-labs/blog/elasticsearch-hybrid-search
    Mon Jan 26 02:16:45 GMT 2026
      194.8K bytes
      Cache
     
  10. 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 Jan 26 11:09:17 GMT 2026
      93.3K bytes
      Cache
     
Back to Top