Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 821 - 830 of 1,071 for store (0.53 sec)

  1. A demo of the Spectral Co-Clustering algorithm ...

    fit ( data ) score = consensus_score ( model . biclusters_...print ( "consensus score: {:.3f} " . format ( score )) fit_data =...
    scikit-learn.org/stable/auto_examples/bicluster/plot_spectral_coclustering.html
    Fri Oct 10 15:14:33 UTC 2025
      93.1K bytes
      1 views
      Cache
     
  2. 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
    Fri Oct 10 15:14:33 UTC 2025
      98.6K bytes
      Cache
     
  3. Comparison between grid search and successive h...

    mean_test_score values for the highest iter scores_matrix = results..."mean_test_score" , aggfunc = "last" , ) else : scores_matrix =...
    scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_heatmap.html
    Fri Oct 10 15:14:35 UTC 2025
      106K bytes
      Cache
     
  4. GaussianNB — scikit-learn 1.7.2 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
    Fri Oct 10 15:14:36 UTC 2025
      155.1K bytes
      Cache
     
  5. BernoulliNB — scikit-learn 1.7.2 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.BernoulliNB.html
    Fri Oct 10 15:14:35 UTC 2025
      152K bytes
      Cache
     
  6. Find transaction latency and failure correlatio...

    The table is sorted by scores, which are mapped to high,...attribute with the highest score is added to the chart. To see...
    www.elastic.co/docs/solutions/observability/apm/find-transaction-latency-failure-correlations
    Wed Sep 24 00:49:35 UTC 2025
      309K bytes
      Cache
     
  7. Permutation Importance with Multicollinear or C...

    score ( X_test , y_test ) : .2 } "...set_xlabel ( "Decrease in accuracy score" ) fig . suptitle ( "Impurity-based...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance_multicollinear.html
    Fri Oct 10 15:14:36 UTC 2025
      117.4K bytes
      Cache
     
  8. Curve Fitting with Bayesian Ridge Regression — ...

    compute_score = True ) Plot the true and predicted...alpha_ , reg . lambda_ , reg . scores_ [ - 1 ] ) ax . text ( 0.05...
    scikit-learn.org/stable/auto_examples/linear_model/plot_bayesian_ridge_curvefit.html
    Fri Oct 10 15:14:35 UTC 2025
      98.1K bytes
      1 views
      Cache
     
  9. StackingClassifier — scikit-learn 1.7.2 documen...

    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
    Fri Oct 10 15:14:36 UTC 2025
      158.8K bytes
      Cache
     
  10. Release Highlights for scikit-learn 1.4 — sciki...

    print ( f "ROC AUC score is { roc_auc_score ( y_test , y_decision...hyperparameter_grid , cv = inner_cv , scoring = scoring_inner_cv , ) outer_cv...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.html
    Fri Oct 10 15:14:36 UTC 2025
      176.2K bytes
      Cache
     
Back to top