Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 941 - 950 of 1,301 for store (0.62 seconds)

Filter
  1. Feature discretization — scikit-learn 1.8.0 doc...

    y_train ) score = clf . score ( X_test , y_test ) print...print ( f " { name } : { score : .2f } " ) # plot the decision...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html
    Mon Mar 23 20:39:20 UTC 2026
      18.9K bytes
      Cache
     
  2. Model-based and sequential feature selection — ...

    features based a cross-validation score. That is, we start with 0 features...single feature with the highest score. The procedure is repeated until...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_select_from_model_diabetes.html
    Mon Mar 23 20:39:20 UTC 2026
      21.1K bytes
      Cache
     
  3. GaussianNB — scikit-learn 1.8.0 documentation

    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.naive_bayes.GaussianNB.html
    Mon Mar 23 20:39:20 UTC 2026
      18.4K bytes
      Cache
     
  4. Lexical and semantic search with Elasticsearch ...

    detailed information about the score computation to know why these...motivate us to look for other scoring models that incorporate semantic...
    www.elastic.co/search-labs/blog/lexical-and-semantic-search-with-elasticsearch
    Mon Mar 23 01:50:32 UTC 2026
      57.9K bytes
      Cache
     
  5. Rank Fusion Konfiguration

    Rank Fusion) RRF berechnet Scores durch Summierung des Kehrwerts...jedes Ergebnisses. Formel: score ( d ) = Σ 1 / ( k + rank ( d...
    fess.codelibs.org/de/15.5/config/rank-fusion.html
    Mon Mar 23 02:50:59 UTC 2026
      37.5K bytes
      Cache
     
  6. coverage_error — scikit-learn 1.8.0 documentation

    need to go through the ranked scores to cover all true labels. The...Note: Our implementation’s score is 1 greater than the one given...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.coverage_error.html
    Mon Mar 23 20:39:23 UTC 2026
      13.6K bytes
      Cache
     
  7. rand_score — scikit-learn 1.8.0 documentation

    The raw RI score [3] is: RI = (number of agreeing...Returns : RI float Similarity score between 0.0 and 1.0, inclusive,...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.rand_score.html
    Mon Mar 23 20:39:23 UTC 2026
      14K bytes
      Cache
     
  8. f_regression — scikit-learn 1.8.0 documentation

    )) It is converted to an F score and then to a p-value. f_regression...features based on the k highest scores. SelectFpr Select features...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_regression.html
    Mon Mar 23 20:39:21 UTC 2026
      14.8K bytes
      Cache
     
  9. plot_classifier_comparison.zip

    y_train) score = clf.score(X_test, y_test) Decis...clf.fit(X_train, y_train)\n score = clf.score(X_test, y_test)\n Dec...
    scikit-learn.org/stable/_downloads/ce35bcc69acbd491cf7ac77fa17889d5/plot_classifier_comparison.zip
    Mon Mar 23 20:39:23 UTC 2026
      10.8K bytes
      1 views
     
  10. Comparing random forests and the multi-output m...

    = "Multi RF score= %.2f " % regr_multirf . score ( X_test , y_test..., label = "RF score= %.2f " % regr_rf . score ( X_test , y_test...
    scikit-learn.org/stable/auto_examples/ensemble/plot_random_forest_regression_multioutput.html
    Mon Mar 23 20:39:22 UTC 2026
      16K bytes
      Cache
     
Back to Top