- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1491 - 1500 of 2,378 for store (2.01 seconds)
Filter
-
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 -
LassoLarsCV — scikit-learn 1.8.0 document...
Notes The \(R^2\) score used when calling score on a regressor uses...X , y ) >>> reg . score ( X , y ) 0.9993 >>>...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.html -
Perceptron — scikit-learn 1.8.0 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 -
d2_tweedie_score — scikit-learn 1.8.0 doc...
[source] # \(D^2\) regression score function, fraction of Tweedie...deviance explained. Best possible score is 1.0 and it can be negative...scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_tweedie_score.html -
SelectPercentile — scikit-learn 1.8.0 doc...
arrays (scores, pvalues) or a single array with scores. Default...feature scores, None if score_func returned only scores. n_features_in_...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectPercentile.html -
SequentialFeatureSelector — scikit-learn ...
scoring str or callable, default=None Scoring method to..., direction = 'forward' , scoring = None , cv = 5 , n_jobs =...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SequentialFeatureSelector.html -
2.3. Clustering — scikit-learn 1.8.0 docu...
lower scores, and for the adjusted Rand index the score will be...rename 2 to 3, and get the same score: >>> labels_pred =...scikit-learn.org/stable/modules/clustering.html -
plot_multi_metric_evaluation.rst.txt
scoring=scoring, refit="AUC", n_jobs=2,...can be done by setting the ``scoring`` parameter to a list of metric...scikit-learn.org/stable/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt -
cross_val_score — scikit-learn 1.8.0 docu...
to return train scores, fit times and score times. cross_val_predict...None , * , groups = None , scoring = None , cv = None , n_jobs...scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_score.html -
average_precision_score — scikit-learn 1....
precision (AP) from prediction scores. AP summarizes a precision-recall...(n_samples, n_classes) Target scores, can either be probability...scikit-learn.org/stable/modules/generated/sklearn.metrics.average_precision_score.html