Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 721 - 730 of 1,298 for store (0.73 sec)

  1. 3.1. Cross-validation: evaluating estimator per...

    scoring = scoring , ... cv = 5 , return_train_score = True...random_state = 42 ) >>> scores = cross_val_score ( clf , X , y , cv...
    scikit-learn.org/stable/modules/cross_validation.html
    Thu Jul 03 11:42:06 UTC 2025
      162.2K bytes
      1 views
      Cache
     
  2. precision_recall_curve — scikit-learn 1.7.0 doc...

    y_score array-like of shape (n_samples,) Target scores, can...average_precision_score Compute average precision from prediction scores. det_curve...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_recall_curve.html
    Thu Jul 03 11:42:05 UTC 2025
      115.3K bytes
      Cache
     
  3. Trump administration live updates: Pete Hegseth...

    Pinterest Linkedin Latest Stories Israel-Iran Trump admin Politics...faces are unique. Read the full story here. Share Trump to sign proclamation...
    www.nbcnews.com/politics/trump-administration/live-blog/trump-administration-hegseth-israel-iran-...
    Thu Jun 19 01:05:31 UTC 2025
      913.1K bytes
      Cache
     
  4. Sample pipeline for text feature extraction and...

    between scoring time and mean test score (i.e. “CV score”). Passing..."mean_score_time" : "CV Score time (s)" , "mean_test_score" : "CV...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html
    Thu Jul 03 11:42:05 UTC 2025
      167.9K bytes
      1 views
      Cache
     
  5. precision_recall_fscore_support — scikit-learn ...

    F-beta score reaches its best value at 1 and worst score at 0....[n_unique_labels] Recall score. fbeta_score float (if average is...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_recall_fscore_support.html
    Thu Jul 03 11:42:05 UTC 2025
      122.4K bytes
      Cache
     
  6. cross_validation.rst.txt

    >>> scores = cross_val_score(clf, X, y, cv=5) >>> scores array([0.96,...>>> scores = cross_val_score( ... clf, X, y, cv=5, scoring='f1_macro')...
    scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt
    Thu Jul 03 11:42:05 UTC 2025
      41.1K bytes
      6 views
     
  7. Compare cross decomposition methods — scikit-le...

    xlabel ( "x scores" ) plt . ylabel ( "y scores" ) plt . title.... xlabel ( "x scores" ) plt . ylabel ( "y scores" ) plt . title...
    scikit-learn.org/stable/auto_examples/cross_decomposition/plot_compare_cross_decomposition.html
    Thu Jul 03 11:42:06 UTC 2025
      127.4K bytes
      Cache
     
  8. HistGradientBoostingRegressor — scikit-learn 1....

    train_score_ ndarray, shape (n_iter_+1,) The scores at each...iteration. Scores are computed according to the scoring parameter....
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingRegressor.html
    Thu Jul 03 11:42:05 UTC 2025
      178K bytes
      Cache
     
  9. LLM observability with Elastic: Taming the LLM ...

    Grounding Policy Scores:**" ) print ( f" - Relevance Score : { relevance...Grounding Policy Scores:** - Relevance Score : 1.00 (Threshold:...
    www.elastic.co/observability-labs/blog/llm-observability-amazon-bedrock-guardrails
    Fri Jul 04 01:10:32 UTC 2025
      183.7K bytes
      Cache
     
  10. Pipelining: chaining a PCA and a logistic regre...

    parameter (CV score= %0.3f ):" % search . best_score_ ) print (...is_max_test_score = pl . col ( "mean_test_score" ) == pl . col...
    scikit-learn.org/stable/auto_examples/compose/plot_digits_pipe.html
    Thu Jul 03 11:42:06 UTC 2025
      97.2K bytes
      Cache
     
Back to top