Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1471 - 1480 of 2,057 for store (0.59 seconds)

Filter
  1. RFE — scikit-learn 1.8.0 documentation

    Returns : score float Score of the underlying base...sparse csr_matrix . Returns : score array, shape = [n_samples, n_classes]...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFE.html
    Mon Mar 23 20:39:20 UTC 2026
      18.5K bytes
      Cache
     
  2. A demo of the Spectral Co-Clustering algorithm ...

    print ( "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 23 20:39:22 UTC 2026
      15.6K bytes
      1 views
      Cache
     
  3. Post-hoc tuning the cut-off point of decision f...

    scoring = scoring , cv = cv , return_train_score...tuned_model , data , target , scoring = scoring , cv = cv , return_train_score...
    scikit-learn.org/stable/auto_examples/model_selection/plot_tuned_decision_threshold.html
    Mon Mar 23 20:39:21 UTC 2026
      28.9K bytes
      Cache
     
  4. 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
    Tue Mar 17 03:44:39 UTC 2026
      11.1K bytes
      Cache
     
  5. LatentDirichletAllocation — scikit-learn 1.8.0 ...

    Returns : score float Perplexity score. score ( X , y = None...Returns : score float Use approximate bound as score. set_output...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.LatentDirichletAllocation.html
    Mon Mar 23 20:39:20 UTC 2026
      19.3K bytes
      Cache
     
  6. ClassifierChain — 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.multioutput.ClassifierChain.html
    Mon Mar 23 20:39:21 UTC 2026
      17.7K bytes
      Cache
     
  7. v_measure_score — scikit-learn 1.8.0 documentation

    This score is identical to normalized_mutual_info_score...label values won’t change the score value in any way. This metric...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.v_measure_score.html
    Mon Mar 23 20:39:20 UTC 2026
      15.4K bytes
      Cache
     
  8. adjusted_mutual_info_score — scikit-learn 1.8.0...

    the Mutual Information (MI) score to account for chance. It accounts...label values won’t change the score value in any way. This metric...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_mutual_info_score.html
    Mon Mar 23 20:39:23 UTC 2026
      15.2K bytes
      Cache
     
  9. BisectingKMeans — scikit-learn 1.8.0 documentation

    score ( X , y = None , sample_weight...assigned equal weight. Returns : score float Opposite of the value...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.BisectingKMeans.html
    Mon Mar 23 20:39:20 UTC 2026
      18.8K bytes
      Cache
     
  10. ComplementNB — 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.ComplementNB.html
    Mon Mar 23 20:39:23 UTC 2026
      18K bytes
      Cache
     
Back to Top