Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 891 - 900 of 1,301 for store (0.14 seconds)

Filter
  1. 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
    Mon Mar 23 20:39:23 UTC 2026
      10.3K bytes
      Cache
     
  2. 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
    Mon Mar 23 20:39:20 UTC 2026
      14K bytes
      Cache
     
  3. 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
    Mon Mar 23 20:39:23 UTC 2026
      16.9K bytes
      Cache
     
  4. 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
    Mon Mar 23 20:39:20 UTC 2026
      16.1K bytes
      Cache
     
  5. 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
    Mon Mar 23 20:39:20 UTC 2026
      18.5K bytes
      Cache
     
  6. 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
    Mon Mar 23 20:39:20 UTC 2026
      14K bytes
      Cache
     
  7. 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
    Mon Mar 23 20:39:21 UTC 2026
      28.9K bytes
      Cache
     
  8. 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
    Mon Mar 23 20:39:23 UTC 2026
      17.8K bytes
      Cache
     
  9. 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
    Mon Mar 23 20:39:20 UTC 2026
      18.4K bytes
      Cache
     
  10. 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
    Mon Mar 23 20:39:21 UTC 2026
      5.8K bytes
     
Back to Top