Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 801 - 810 of 1,083 for store (0.16 sec)

  1. 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
    Fri Oct 10 15:14:36 UTC 2025
      162.2K bytes
      1 views
      Cache
     
  2. IsolationForest — scikit-learn 1.7.2 documentation

    as the scores of inliers are close to 0 and the scores of outliers...anomaly score of X of the base classifiers. The anomaly score of an...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.IsolationForest.html
    Fri Oct 10 15:14:35 UTC 2025
      147.4K bytes
      Cache
     
  3. Sample pipeline for text feature extraction and...

    between scoring time and mean test score (i.e. “CV score”). Passing..."mean_score_time" : "CV Score time (s)" , "mean_test_score" : "CV...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html
    Fri Oct 10 15:14:33 UTC 2025
      168.2K bytes
      1 views
      Cache
     
  4. RegressorMixin — scikit-learn 1.7.2 documentation

    estimator_type tag; score method that default to r2_score . enforce that...0]) >>> estimator . score ( X , y ) 0.0 score ( X , y , sample_weight...
    scikit-learn.org/stable/modules/generated/sklearn.base.RegressorMixin.html
    Fri Oct 10 15:14:35 UTC 2025
      115.7K bytes
      Cache
     
  5. 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
    Fri Oct 10 15:14:36 UTC 2025
      122.4K bytes
      Cache
     
  6. BisectingKMeans — scikit-learn 1.7.2 documentation

    score ( X , y = None , sample_weight...assigned equal weight. Returns : score float Opposite of the value...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.BisectingKMeans.html
    Fri Oct 10 15:14:36 UTC 2025
      151.5K bytes
      Cache
     
  7. precision_recall_curve — scikit-learn 1.7.2 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
    Fri Oct 10 15:14:36 UTC 2025
      115.3K bytes
      Cache
     
  8. 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
    Fri Oct 10 15:14:33 UTC 2025
      124.4K bytes
      Cache
     
  9. Smarter Alerting Arrives with Faster Triage, Cl...

    Alert Grouping with Relevance Scoring & Reasoning We've enhanced...grouped based on a relevance score that reflects the strength of...
    www.elastic.co/observability-labs/blog/elastic-stack-observability-alerting-upgrade
    Tue Sep 23 01:14:04 UTC 2025
      51.7K bytes
      Cache
     
  10. SelectKBest — scikit-learn 1.7.2 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
    Fri Oct 10 15:14:33 UTC 2025
      137.4K bytes
      Cache
     
Back to top