Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1371 - 1380 of 2,057 for store (0.38 seconds)

Filter
  1. PLSRegression — scikit-learn 1.8.0 documentation

    Notes The \(R^2\) score used when calling score on a regressor uses...in high dimensional space. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSRegression.html
    Mon Mar 23 20:39:23 UTC 2026
      18.7K bytes
      Cache
     
  2. plot_multi_metric_evaluation.rst.txt

    scoring=scoring, refit="AUC", n_jobs=2,...can be done by setting the ``scoring`` parameter to a list of metric...
    scikit-learn.org/stable/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt
    Tue Mar 17 03:44:39 UTC 2026
      2.3K bytes
     
  3. cross_val_score — scikit-learn 1.8.0 documentation

    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 Mar 23 20:39:20 UTC 2026
      17.2K bytes
      Cache
     
  4. Lasso — scikit-learn 1.8.0 documentation

    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.Lasso.html
    Mon Mar 23 20:39:21 UTC 2026
      21.9K bytes
      Cache
     
  5. Hybrid search with Elasticsearch | Elastic

    both worlds Scoring that makes sense Use BM25F scoring with full...understand how docs score. Vector scores are fully exposed —...
    www.elastic.co/elasticsearch/hybrid-search
    Mon Apr 27 01:33:52 UTC 2026
      87.9K bytes
      Cache
     
  6. SelectFpr — 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.SelectFpr.html
    Mon Mar 23 20:39:23 UTC 2026
      16.2K bytes
      Cache
     
  7. GradientBoostingRegressor — scikit-learn 1.8.0 ...

    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 Mar 23 20:39:23 UTC 2026
      22.4K bytes
      Cache
     
  8. 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 Mar 23 20:39:20 UTC 2026
      23K bytes
      Cache
     
  9. SelectKBest — scikit-learn 1.8.0 documentation

    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 Mar 23 20:39:20 UTC 2026
      17.2K bytes
      Cache
     
  10. 2.3. Clustering — scikit-learn 1.8.0 documentation

    lower scores, and for the adjusted Rand index the score will be...rename 2 to 3, and get the same score: >>> labels_pred = [ 1 , 1 ,...
    scikit-learn.org/stable/modules/clustering.html
    Mon Mar 23 20:39:21 UTC 2026
      43.3K bytes
      Cache
     
Back to Top