- Sort Score
- Num 10 results
- Language All
- Labels All
Results 941 - 950 of 1,306 for store (0.12 seconds)
Filter
-
__sklearn_is_fitted__ as Developer API — scikit...
predictions def score ( self , X , y ): """ Calculate Score If the estimator...check_is_fitted ( self ) # Perform scoring logic return 0.5 def __sklearn_is_fitted__...scikit-learn.org/stable/auto_examples/developing_estimators/sklearn_is_fitted.html -
XML results output
<tr> <td</cache> <score>4.98744</score> <digest>goo の提供するス...contents of the content. score Score values of the document. Digest...fess.codelibs.org/4.0/user/xml-response.html -
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 -
MultinomialNB — scikit-learn 1.8.0 documentation
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.naive_bayes.MultinomialNB.html -
fowlkes_mallows_score — scikit-learn 1.8.0 docu...
Returns : score float The resulting Fowlkes-Mallows score. References...but not in labels_pred ). The score ranges from 0 to 1. A high value...scikit-learn.org/stable/modules/generated/sklearn.metrics.fowlkes_mallows_score.html -
plot_hgbt_regression.py
training if the validation score does not # improve (or degrades)..."categorical_features": None, "scoring": "neg_root_mean_squared_error",...scikit-learn.org/stable/_downloads/d108f2283ac3905eb623b32d42217a2b/plot_hgbt_regression.py -
Model Selection — scikit-learn 1.8.0 documentation
complexity and cross-validated score Balance model complexity and...and cross-validated score Class Likelihood Ratios to measure classification...scikit-learn.org/stable/auto_examples/model_selection/index.html -
class_likelihood_ratios — scikit-learn 1.8.0 do...
to return the worst possible scores: {"LR+": 1.0, "LR-": 1.0} a...used for returning the worst scores, indicating a useless model,...scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.html -
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 -
L1-based models for Sparse Signals — scikit-lea...
models in terms of the \(R^2\) score, the fitting time and the sparsity...estimate the variance of the test score. Here we set shuffle="False"...scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html