- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1341 - 1350 of 2,057 for store (0.79 seconds)
Filter
-
RidgeClassifier — scikit-learn 1.8.0 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.linear_model.RidgeClassifier.html -
ExtraTreeRegressor — scikit-learn 1.8.0 documen...
Notes The \(R^2\) score used when calling score on a regressor uses...with Friedman’s improvement score for potential splits, “absolute_error”...scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeRegressor.html -
precision_recall_fscore_support — scikit-learn ...
F-beta score reaches its best value at 1 and worst score at 0....('precision', 'recall', 'f-score') , sample_weight = None , zero_division...scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_recall_fscore_support.html -
RegressorChain — scikit-learn 1.8.0 documentation
Notes The \(R^2\) score used when calling score on a regressor uses...n_classes) The predicted values. score ( X , y , sample_weight = None...scikit-learn.org/stable/modules/generated/sklearn.multioutput.RegressorChain.html -
cross_validation.rst.txt
random_state=0) >>> scores = cross_validate(clf, X, y, scoring=scoring) >>>...average='macro')} >>> scores = cross_validate(clf, X, y, scoring=scoring, ......scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt -
homogeneity_completeness_v_measure — scikit-lea...
completeness and V-Measure scores at once. Those metrics are...elements of the same cluster. Both scores have positive values between...scikit-learn.org/stable/modules/generated/sklearn.metrics.homogeneity_completeness_v_measure.html -
learning_curve — scikit-learn 1.8.0 documentation
scoring str or callable, default=None Scoring method to...0.55, 0.78, 1.]) , cv = None , scoring = None , exploit_incremental_learning...scikit-learn.org/stable/modules/generated/sklearn.model_selection.learning_curve.html -
Classification of text documents using sparse f...
it is more evident that the scores of the model trained with metadata...time: { test_time : .3 } s" ) score = metrics . accuracy_score (...scikit-learn.org/stable/auto_examples/text/plot_document_classification_20newsgroups.html -
Ridge — scikit-learn 1.8.0 documentation
Notes The \(R^2\) score used when calling score on a regressor uses...(n_samples,) Returns predicted values. score ( X , y , sample_weight = None...scikit-learn.org/stable/modules/generated/sklearn.linear_model.Ridge.html -
CCA — scikit-learn 1.8.0 documentation
Notes The \(R^2\) score used when calling score on a regressor uses...in high dimensional space. score ( X , y , sample_weight = None...scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.CCA.html