Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 601 - 610 of 1,074 for store (0.21 sec)

  1. Post pruning decision trees with cost complexit...

    train_scores = [ clf . score ( X_train , y_train...clf in clfs ] test_scores = [ clf . score ( X_test , y_test )...
    scikit-learn.org/stable/auto_examples/tree/plot_cost_complexity_pruning.html
    Sat Oct 11 07:51:25 UTC 2025
      102.8K bytes
      Cache
     
  2. Behind the scenes of Elastic Security’s generat...

    the scoring mechanism can create a final score based on...LLM has that highest score per our scoring mechanism? If you’re...
    www.elastic.co/blog/elastic-security-generative-ai-features
    Wed Sep 24 01:07:23 UTC 2025
      554.5K bytes
      Cache
     
  3. Demo of affinity propagation clustering algorit...

    homogeneity_score ( labels_true , labels )) print..." % metrics . completeness_score ( labels_true , labels )) print...
    scikit-learn.org/stable/auto_examples/cluster/plot_affinity_propagation.html
    Sat Oct 11 07:51:26 UTC 2025
      97.5K bytes
      Cache
     
  4. Underfitting vs. Overfitting — scikit-learn 1.7...

    using crossvalidation scores = cross_val_score ( pipeline , X [:,...( degrees [ i ], - scores . mean (), scores . std () ) ) plt ....
    scikit-learn.org/stable/auto_examples/model_selection/plot_underfitting_overfitting.html
    Sat Oct 11 07:51:27 UTC 2025
      98.7K bytes
      Cache
     
  5. plot_kmeans_digits.ipynb

    ==========nhomo homogeneity score\ncompl completeness score\nv-meas V measure\nARI...metrics.homogeneity_score,\n metrics.completeness_score,\n metrics.v_measure_score,\n...
    scikit-learn.org/stable/_downloads/6bf322ce1724c13e6e0f8f719ebd253c/plot_kmeans_digits.ipynb
    Sat Oct 11 07:51:26 UTC 2025
      8.6K bytes
      1 views
     
  6. Classification of text documents using sparse f...

    3 } s" ) score = metrics . accuracy_score ( y_test , pred...it is more evident that the scores of the model trained with metadata...
    scikit-learn.org/stable/auto_examples/text/plot_document_classification_20newsgroups.html
    Sat Oct 11 07:51:26 UTC 2025
      158K bytes
      Cache
     
  7. CalibratedClassifierCV — scikit-learn 1.7.2 doc...

    2 ] Transforming Classifier Scores into Accurate Multiclass Probability...n_classes) The predicted probas. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html
    Sat Oct 11 07:51:25 UTC 2025
      154.3K bytes
      Cache
     
  8. Relevance Tuning Guide, Weights and Boosts | Ap...

    Document Score) + (Boost Value) = Overall Document Score Multiply:...Document Score) * (Boost Value) = Overall Document Score linear...
    www.elastic.co/guide/en/app-search/current/relevance-tuning-guide.html
    Tue Jul 29 14:26:41 UTC 2025
      38.1K bytes
      Cache
     
  9. Demo of DBSCAN clustering algorithm — scikit-le...

    homogeneity_score ( labels_true , labels ) : .3f..."Completeness: { metrics . completeness_score ( labels_true , labels ) : .3f...
    scikit-learn.org/stable/auto_examples/cluster/plot_dbscan.html
    Sat Oct 11 07:51:25 UTC 2025
      103K bytes
      Cache
     
  10. plot_hgbt_regression.py

    scoring=scorer) rmse = cv_results["test_score"] print(f"RMSE...cv=ts_cv, scoring=scorer) rmse = cv_results["test_score"] print(f"RMSE...
    scikit-learn.org/stable/_downloads/d108f2283ac3905eb623b32d42217a2b/plot_hgbt_regression.py
    Fri Oct 10 15:14:35 UTC 2025
      16.3K bytes
     
Back to top