- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 751 - 760 of 1,071 for store (2.57 sec)
-
Crafting a minimal reproducer for scikit-learn ...
other_score = gbdt . score ( X_test , y_test ) other_score = gbdt...other_score = gbdt . score ( X_test , y_test ) other_score = gbdt...scikit-learn.org/stable/developers/minimal_reproducer.html -
BaggingClassifier — scikit-learn 1.7.2 document...
oob_score_ float Score of the training dataset...bootstrap_features = False , oob_score = False , warm_start = False...scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingClassifier.html -
How does Elastic Security drive value to your o...
There are so many great stories I can tell you about how Elastic...terabytes of data, but this story doesn't tell us the rest of...www.elastic.co/blog/how-elastic-security-drive-value-organization -
pair_confusion_matrix — scikit-learn 1.7.2 docu...
rand_score Rand Score. sklearn.metrics.adjusted_rand_score Adjusted...Rand Score. sklearn.metrics.adjusted_mutual_info_score Adjusted...scikit-learn.org/stable/modules/generated/sklearn.metrics.cluster.pair_confusion_matrix.html -
make_hastie_10_2 — scikit-learn 1.7.2 documenta...
multi-metric evaluation on cross_val_score and GridSearchCV Demonstration...multi-metric evaluation on cross_val_score and GridSearchCV On this page...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_hastie_10_2.html -
make_scorer — scikit-learn 1.7.2 documentation
Parameters : score_func callable Score function (or loss...default=True Whether score_func is a score function (default),...scikit-learn.org/stable/modules/generated/sklearn.metrics.make_scorer.html -
plot_classifier_comparison.py
y_train) score = clf.score(X_test, y_test) Decis...0.3, y_min + 0.3, ("%.2f" % score).lstrip("0"), size=15, hori...scikit-learn.org/stable/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py -
Effect of transforming the targets in regressio...
r2_score def compute_score ( y_true , y_pred ):...get ]): for name , score in compute_score ( y_test , y_pred )...scikit-learn.org/stable/auto_examples/compose/plot_transformed_target.html -
f_regression — scikit-learn 1.7.2 documentation
)) It is converted to an F score and then to a p-value. f_regression...features based on the k highest scores. SelectFpr Select features...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_regression.html -
LinearSVC — scikit-learn 1.7.2 documentation
confidence scores for samples. The confidence score for a sample...get the confidence scores. Returns : scores ndarray of shape (n_samples,)...scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVC.html