- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 601 - 610 of 1,074 for store (1.5 sec)
-
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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