- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 731 - 740 of 1,197 for store (0.62 sec)
-
feature_selection.rst.txt
input a scoring function that returns univariate scores and p-values...provide a `score_func` where `y=None`. The `score_func` should...scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt -
Target Encoder’s Internal Cross fitting — sciki...
"Raw Model score on training set: " , raw_model . score ( X_train..."Raw Model score on test set: " , raw_model . score ( X_test ,...scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder_cross_val.html -
FixedThresholdClassifier — scikit-learn 1.6.1 d...
predict_proba ) or decision scores (i.e. output of decision_function...predict_proba ) or decision scores (i.e. output of decision_function...scikit-learn.org/stable/modules/generated/sklearn.model_selection.FixedThresholdClassifier.html -
RidgeClassifier — scikit-learn 1.6.1 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 -
LassoLarsCV — scikit-learn 1.6.1 documentation
Notes The \(R^2\) score used when calling score on a regressor uses...default value of r2_score . This influences the score method of all...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.html -
Examples of Using FrozenEstimator — scikit-lear...
1 ] clf_score = brier_score_loss ( y_test , prob_pos_clf...)[:, 1 ] calibrated_score = brier_score_loss ( y_test , prob_pos_calibrated...scikit-learn.org/stable/auto_examples/frozen/plot_frozen_examples.html -
KernelRidge — scikit-learn 1.6.1 documentation
Notes The \(R^2\) score used when calling score on a regressor uses...default value of r2_score . This influences the score method of all...scikit-learn.org/stable/modules/generated/sklearn.kernel_ridge.KernelRidge.html -
Ridge — scikit-learn 1.6.1 documentation
Notes The \(R^2\) score used when calling score on a regressor uses...default value of r2_score . This influences the score method of all...scikit-learn.org/stable/modules/generated/sklearn.linear_model.Ridge.html -
auc — scikit-learn 1.6.1 documentation
average_precision_score Compute average precision from prediction scores. p...the ROC-curve, see roc_auc_score . For an alternative way to...scikit-learn.org/stable/modules/generated/sklearn.metrics.auc.html -
SelectFdr — scikit-learn 1.6.1 documentation
Attributes : scores_ array-like of shape (n_features,) Scores of features....sklearn.feature_selection. SelectFdr ( score_func=<function f_classif> ,...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFdr.html