- Sort Score
- Num 10 results
- Language All
- Labels All
Results 891 - 900 of 1,301 for store (0.14 seconds)
Filter
-
3.3. Tuning the decision threshold for class pr...
point is addressed by providing scores using predict_proba or decision_function...the latter returns a decision score for each class. The decision...scikit-learn.org/stable/modules/classification_threshold.html -
User Guide — scikit-learn 1.8.0 documentation
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 -
OutputCodeClassifier — scikit-learn 1.8.0 docum...
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 -
SelectFwe — scikit-learn 1.8.0 documentation
returning a pair of arrays (scores, pvalues). Default is f_classif...array-like of shape (n_features,) Scores of features. pvalues_ array-like...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFwe.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 -
confusion_matrix_at_thresholds — scikit-learn 1...
negative samples assigned a score < thresholds[i] . fps ndarray...negative samples assigned a score >= thresholds[i] . The total...scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix_at_thresholds.html -
Post-hoc tuning the cut-off point of decision f...
scoring = scoring , cv = cv , return_train_score...tuned_model , data , target , scoring = scoring , cv = cv , return_train_score...scikit-learn.org/stable/auto_examples/model_selection/plot_tuned_decision_threshold.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 -
RANSACRegressor — scikit-learn 1.8.0 documentation
score(X, y) : Returns the mean accuracy...stop_score . Additionally, the score is used to decide which of two...scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.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