- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1301 - 1310 of 1,998 for store (0.92 seconds)
-
DummyRegressor — scikit-learn 1.8.0 docum...
score ( X , y ) 0.0 fit ( X , y ,...distribution of query points. score ( X , y , sample_weight = None...scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyRegressor.html -
GraphicalLassoCV — scikit-learn 1.8.0 doc...
) Log-likelihood score on left-out data across (k)th...of shape (n_alphas,) Mean of scores over the folds. Added in version...scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLassoCV.html -
OutputCodeClassifier — scikit-learn 1.8.0...
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 -
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 -
Displaying Pipelines — scikit-learn 1.8.0...
to provide a ``score`` function, or ``scoring`` must be passed....rs': [200, 500]} scoring scoring: str, callable, list, tuple...scikit-learn.org/stable/auto_examples/miscellaneous/plot_pipeline_display.html -
2.7. Novelty and Outlier Detection — scik...
of a threshold on the raw scoring function computed by the estimator....estimator. This scoring function is accessible through the score_samples...scikit-learn.org/stable/modules/outlier_detection.html -
GenericUnivariateSelect — scikit-learn 1....
of feature scores, None if score_func returned scores only. n_features_in_...returning a pair of arrays (scores, pvalues). For modes ‘percentile’...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.GenericUnivariateSelect.html -
User Guide — scikit-learn 1.8.0 documenta...
Which scoring function should I use? 3.4.2. Scoring API overview...Weighted scoring and fitting 4.1.2. Weighted scoring and unweighted...scikit-learn.org/stable/user_guide.html -
RFE — scikit-learn 1.8.0 documentation
Returns : score float Score of the underlying base...sparse csr_matrix . Returns : score array, shape = [n_samples, n_classes]...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFE.html -
d2_brier_score — scikit-learn 1.8.0 docum...
# \(D^2\) score function, fraction of Brier score explained....explained. Best possible score is 1.0 and it can be negative because the...scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_brier_score.html