Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1301 - 1310 of 2,057 for store (0.54 seconds)

Filter
  1. RBF SVM parameters — scikit-learn 1.8.0 documen...

    midpoint value close to the score values of the best performing...better solution can be found. Scores being equal, it may make sense...
    scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html
    Mon Mar 23 20:39:20 UTC 2026
      19.8K bytes
      Cache
     
  2. MultiOutputRegressor — scikit-learn 1.8.0 docum...

    Notes The \(R^2\) score used when calling score on a regressor uses...generated for each predictor. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputRegressor.html
    Mon Mar 23 20:39:21 UTC 2026
      17.3K bytes
      Cache
     
  3. NuSVR — scikit-learn 1.8.0 documentation

    Notes The \(R^2\) score used when calling score on a regressor uses...(n_samples,) The predicted values. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html
    Mon Mar 23 20:39:21 UTC 2026
      18.5K bytes
      Cache
     
  4. Metadata Routing — scikit-learn 1.8.0 documenta...

    add ( caller = "score" , callee = "score" ), ) return router...'predict'}, {'callee': 'score', 'caller': 'score'}], 'router': {'fit':...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_metadata_routing.html
    Mon Mar 23 20:39:20 UTC 2026
      39.7K bytes
      Cache
     
  5. model_evaluation.rst.txt

    the NDCG score is the DCG score divided by the DCG score obtained...*Which scoring function should I use?* - *Which scoring function...
    scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt
    Tue Mar 17 03:44:39 UTC 2026
      37.2K bytes
     
  6. ndcg_score — scikit-learn 1.8.0 documentation

    predict some scores (relevance) for the answers >>> scores = np . asarray...( true_relevance , scores ) 0.69 >>> scores = np . asarray ([[...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.ndcg_score.html
    Mon Mar 23 20:39:21 UTC 2026
      14.5K bytes
      Cache
     
  7. sklearn.metrics — scikit-learn 1.8.0 documentation

    d2_brier_score \(D^2\) score function, fraction of Brier score explained....Compute the F1 score, also known as balanced F-score or F-measure....
    scikit-learn.org/stable/api/sklearn.metrics.html
    Mon Mar 23 20:39:23 UTC 2026
      16.9K bytes
      Cache
     
  8. Similarity settings | Reference

    The scoring formula in the paper assigns negative scores to terms...Similarity settings A similarity (scoring / ranking model) defines how...
    www.elastic.co/docs/reference/elasticsearch/index-settings/similarity
    Fri Jan 30 17:46:19 UTC 2026
      2.1M bytes
      Cache
     
  9. AdaBoostClassifier — scikit-learn 1.8.0 documen...

    score ( X , y ) 0.96 For a detailed...converted to CSR. Returns : score ndarray of shape of (n_samples,...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html
    Mon Mar 23 20:39:21 UTC 2026
      19.1K bytes
      Cache
     
  10. TransformedTargetRegressor — scikit-learn 1.8.0...

    Notes The \(R^2\) score used when calling score on a regressor uses...TransformedTargetReg(...) >>> tt . score ( X , y ) 1.0 >>> tt . regressor_...
    scikit-learn.org/stable/modules/generated/sklearn.compose.TransformedTargetRegressor.html
    Mon Mar 23 20:39:23 UTC 2026
      18.1K bytes
      Cache
     
Back to Top