- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1081 - 1090 of 1,745 for store (3.11 seconds)
-
d2_log_loss_score — scikit-learn 1.7.2 do...
= None ) [source] # \(D^2\) score function, fraction of log loss...loss explained. Best possible score is 1.0 and it can be negative...scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_log_loss_score.html -
OutputCodeClassifier — scikit-learn 1.7.2...
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.OutputCodeClassifier.html -
homogeneity_completeness_v_measure — scik...
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 -
RegressorMixin — scikit-learn 1.7.2 docum...
score ( X , y ) 0.0 score ( X , y , sample_weight...Notes The \(R^2\) score used when calling score on a regressor uses...scikit-learn.org/stable/modules/generated/sklearn.base.RegressorMixin.html -
OrthogonalMatchingPursuitCV — scikit-lear...
Notes The \(R^2\) score used when calling score on a regressor uses...X , y ) >>> reg . score ( X , y ) 0.9991 >>>...scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuitCV.html -
Supervised fine-tuning of the open source IBM G...
predefined metrics like bert score and meteor score, and then finally save...cosine similarity and the METEOR score . It is designed to work with...developer.ibm.com/articles/awb-supervised-finetuning-ibm-granite-model-transformers/ -
Effect of model regularization on training and ...
print ( f "Test score: { enet . score ( X_test , y_test )...shows the training and test scores of the model for different...scikit-learn.org/stable/auto_examples/model_selection/plot_train_error_vs_test_error.html -
MLPClassifier — scikit-learn 1.7.2 docume...
The score reported is the accuracy score. Only available...The best validation score (i.e. accuracy score) that triggered the...scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPClassifier.html -
Perceptron — scikit-learn 1.7.2 documenta...
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.Perceptron.html -
Sample pipeline for text feature extraction and...
between scoring time and mean test score (i.e. “CV score”). Passing..."trade-off between scoring time and mean test score" , "y"...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html