Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1591 - 1600 of 2,378 for store (1.53 seconds)

Filter
  1. StackingClassifier — scikit-learn 1.8.0 d...

    score ( X_test , y_test ) 0.9... decision_function...probabilities of the input samples. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingClassifier.html
    Mon Mar 09 14:07:54 UTC 2026
      20.1K bytes
      Cache
     
  2. Crafting a minimal reproducer for scikit-learn ...

    score ( X_test , y_test ) other_score = gbdt . score ( X_test...gbdt . score ( X_test , y_test ) other_score = gbdt . score ( X_test...
    scikit-learn.org/stable/developers/minimal_reproducer.html
    Mon Mar 09 14:07:53 UTC 2026
      11.1K bytes
      Cache
     
  3. OneVsRestClassifier — scikit-learn 1.8.0 ...

    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.multiclass.OneVsRestClassifier.html
    Mon Mar 09 14:07:54 UTC 2026
      18.7K bytes
      Cache
     
  4. Plotting Learning Curves and Checking Models’ S...

    terms of training score and testing score. Here, we compute the..."Training Score" , "Test Score" ]) ax [ ax_idx...
    scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html
    Mon Mar 09 14:07:56 UTC 2026
      17.8K bytes
      Cache
     
  5. Machine learning integration | Elastic Observab...

    predefined to calculate anomaly scores on APM transaction durations....annotation when the anomaly score is 75 or above. Service Maps...
    www.elastic.co/guide/en/observability/8.19/apm-machine-learning-integration.html
    Mon Oct 20 16:32:33 UTC 2025
      14.9K bytes
      Cache
     
  6. accuracy_score — scikit-learn 1.8.0 docum...

    [source] # Accuracy classification score. In multilabel classification,...default=None Sample weights. Returns : score float If normalize == True ,...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.accuracy_score.html
    Mon Mar 09 14:07:54 UTC 2026
      15K bytes
      Cache
     
  7. Filters - Elasticsearch Labs

    clause boosts the relevance score of the document. bool.filter...document and not a relevance score like the match queries do. The...
    www.elastic.co/search-labs/tutorials/search-tutorial/full-text-search/filters
    Mon Mar 09 02:18:46 UTC 2026
      74K bytes
      Cache
     
  8. cross_validation.rst.txt

    random_state=0) >>> scores = cross_validate(clf, X, y, scoring=scoring) >>>...average='macro')} >>> scores = cross_validate(clf, X, y, scoring=scoring, ......
    scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt
    Thu Mar 05 14:15:31 UTC 2026
      13K bytes
      1 views
     
  9. Multilabel classification using a classifier ch...

    The Jaccard similarity score for chain tends to be greater...0.5. The Jaccard similarity score of the ensemble is greater than...
    scikit-learn.org/stable/auto_examples/multioutput/plot_classifier_chain_yeast.html
    Mon Mar 09 14:07:53 UTC 2026
      17.6K bytes
      Cache
     
  10. A demo of the Spectral Co-Clustering algorithm ...

    "consensus score: {:.3f} " . format ( score )) fit_data...found the biclusters. consensus score: 1.000 # Authors: The scikit-learn...
    scikit-learn.org/stable/auto_examples/bicluster/plot_spectral_coclustering.html
    Mon Mar 09 14:07:53 UTC 2026
      15.6K bytes
      1 views
      Cache
     
Back to Top