- Sort Score
- Num 10 results
- Language All
- Labels All
Results 901 - 910 of 1,301 for store (0.38 seconds)
Filter
-
CalibratedClassifierCV — scikit-learn 1.8.0 doc...
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 -
plot_hgbt_regression.zip
training if the validation score does not # improve (or degrades)..."categorical_features": None, "scoring": "neg_root_mean_squared_error",...scikit-learn.org/stable/_downloads/ef504a3cb245a55fde178198c8218b4a/plot_hgbt_regression.zip -
normalized_mutual_info_score — scikit-learn 1.8...
the Mutual Information (MI) score to scale the results between...label values won’t change the score value in any way. This metric...scikit-learn.org/stable/modules/generated/sklearn.metrics.normalized_mutual_info_score.html -
MNIST classification using multinomial logistic...
coef_ == 0 ) * 100 score = clf . score ( X_test , y_test ) #...print ( "Test score with L1 penalty: %.4f " % score ) coef = clf...scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html -
Release Highlights for scikit-learn 1.2 — sciki...
23 'auto' scoring scoring: str or callable or None,...versionadded:: 0.23 'auto' scoring scoring: str or callable or None,...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_2_0.html -
Elasticsearch retrievers - How to use search re...
control over how documents are scored and filtered. You can, for...example, specify a minimum score threshold, apply a complex filter...www.elastic.co/search-labs/blog/elasticsearch-retrievers -
plot_hgbt_regression.rst.txt
training if the validation score does not improve (or degrades)..."categorical_features": None, "scoring": "neg_root_mean_squared_error",...scikit-learn.org/stable/_sources/auto_examples/ensemble/plot_hgbt_regression.rst.txt -
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 -
precision_recall_curve — scikit-learn 1.8.0 doc...
) Target scores, can either be probability...classifiers). For decision_function scores, values greater than or equal...scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_recall_curve.html -
OneVsOneClassifier — scikit-learn 1.8.0 documen...
score ( X , y , sample_weight = None...default=None Sample weights. Returns : score float Mean accuracy of self.predict(X)...scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html