Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 641 - 650 of 1,157 for store (0.11 sec)

  1. 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 Aug 20 00:48:59 UTC 2025
      564.9K bytes
      Cache
     
  2. 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
    Tue Aug 19 13:22:51 UTC 2025
      97.5K bytes
      Cache
     
  3. 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
    Tue Aug 19 13:22:48 UTC 2025
      98.7K bytes
      Cache
     
  4. 1.16. Probability calibration — scikit-learn 1....

    Note Strictly proper scoring rules for probabilistic predictions...like sklearn.metrics.brier_score_loss and sklearn.metrics.log_loss...
    scikit-learn.org/stable/modules/calibration.html
    Tue Aug 19 13:22:48 UTC 2025
      63.3K 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
    Tue Aug 19 13:22:49 UTC 2025
      8.6K bytes
      1 views
     
  6. L1 Penalty and Sparsity in Logistic Regression ...

    69% Score with L1 penalty: 0.90 Score with Elastic-Net...penalty: 4.69% Score with L1 penalty: 0.90 Score with Elastic-Net...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_l1_l2_sparsity.html
    Tue Aug 19 13:22:49 UTC 2025
      99.5K bytes
      Cache
     
  7. Gradient Boosting regression — scikit-learn 1.7...

    test_score = np . zeros (( params [ "n_estimators"...staged_predict ( X_test )): test_score [ i ] = mean_squared_error (...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regression.html
    Tue Aug 19 13:22:51 UTC 2025
      110K bytes
      Cache
     
  8. Non-negative least squares — scikit-learn 1.7.1...

    ( "NNLS R2 score" , r2_score_nnls ) NNLS R2 score 0.8225220806196525...print ( "OLS R2 score" , r2_score_ols ) OLS R2 score 0.7436926291700354...
    scikit-learn.org/stable/auto_examples/linear_model/plot_nnls.html
    Tue Aug 19 13:22:49 UTC 2025
      93.4K bytes
      Cache
     
  9. Comparing Nearest Neighbors with and without Ne...

    y_train ) score = clf . score ( X_test , y_test ) _...0.1 , " {:.2f} " . format ( score ), size = 15 , ha = "center"...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_classification.html
    Tue Aug 19 13:22:49 UTC 2025
      97.9K bytes
      Cache
     
  10. 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
    Tue Aug 19 13:22:48 UTC 2025
      158K bytes
      Cache
     
Back to top