Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 761 - 770 of 1,198 for store (1.31 sec)

  1. precision_recall_curve — scikit-learn 1.6.1 doc...

    y_score array-like of shape (n_samples,) Target scores, can...average_precision_score Compute average precision from prediction scores. det_curve...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_recall_curve.html
    Sat Apr 19 00:31:22 UTC 2025
      116.7K bytes
      Cache
     
  2. zero_one_loss — scikit-learn 1.6.1 documentation

    also accuracy_score Compute the accuracy score. By default, the...jaccard_score Compute the Jaccard similarity coefficient score. Notes...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.zero_one_loss.html
    Sat Apr 19 00:31:22 UTC 2025
      110.7K bytes
      Cache
     
  3. 3.1. Cross-validation: evaluating estimator per...

    scoring = scoring , ... cv = 5 , return_train_score = True...random_state = 42 ) >>> scores = cross_val_score ( clf , X , y , cv...
    scikit-learn.org/stable/modules/cross_validation.html
    Mon Apr 21 17:07:39 UTC 2025
      158.6K bytes
      1 views
      Cache
     
  4. precision_recall_fscore_support — scikit-learn ...

    F-beta score reaches its best value at 1 and worst score at 0....[n_unique_labels] Recall score. fbeta_score float (if average is...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_recall_fscore_support.html
    Sat Apr 19 00:31:22 UTC 2025
      122.8K bytes
      Cache
     
  5. SVC — scikit-learn 1.6.1 documentation

    (n_classes * (n_classes - 1) / 2) 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.svm.SVC.html
    Sat Apr 19 00:31:22 UTC 2025
      182K bytes
      Cache
     
  6. Gradient Boosting Out-of-Bag estimates — scikit...

    deviance scores on ``X_test`` and ``y_test``.""" score = np . zeros...y_train [ train ]) val_scores += heldout_score ( cv_clf , X_train...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html
    Sat Apr 19 00:31:22 UTC 2025
      111.8K bytes
      Cache
     
  7. Release Highlights for scikit-learn 1.3 — sciki...

    score_type = "both" , score_name = "Accuracy"...sklearn.metrics import v_measure_score X , true_labels = load_digits...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_3_0.html
    Sat Apr 19 00:31:22 UTC 2025
      116K bytes
      Cache
     
  8. CategoricalNB — scikit-learn 1.6.1 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.CategoricalNB.html
    Sat Apr 19 00:31:21 UTC 2025
      152.8K bytes
      Cache
     
  9. Explicit feature map approximation for RBF kern...

    nystroem_scores . append ( nystroem_score ) fourier_scores . append...targets_train ) kernel_svm_score = kernel_svm . score ( data_test , targets_test...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_approximation.html
    Sat Apr 19 00:31:22 UTC 2025
      124.4K bytes
      Cache
     
  10. SelectKBest — scikit-learn 1.6.1 documentation

    feature scores, None if score_func returned only scores. n_features_in_...arrays (scores, pvalues) or a single array with scores. Default...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectKBest.html
    Sat Apr 19 00:31:22 UTC 2025
      137.8K bytes
      Cache
     
Back to top