Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1521 - 1530 of 2,057 for store (0.19 seconds)

Filter
  1. classification_report — scikit-learn 1.8.0 docu...

    F1 score for each class. Dictionary returned...0.5 , 'recall' : 1.0 , 'f1-score' : 0.67 , 'support' : 1 }, 'label...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.classification_report.html
    Mon Mar 23 20:39:23 UTC 2026
      15.6K bytes
      Cache
     
  2. f_regression — scikit-learn 1.8.0 documentation

    )) It is converted to an F score and then to a p-value. f_regression...features based on the k highest scores. SelectFpr Select features...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_regression.html
    Mon Mar 23 20:39:21 UTC 2026
      14.8K bytes
      Cache
     
  3. KMeans — scikit-learn 1.8.0 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.KMeans.html
    Mon Mar 23 20:39:20 UTC 2026
      20.5K bytes
      Cache
     
  4. Model selection with Probabilistic PCA and Fact...

    label = "PCA scores" ) plt . plot ( n_components...fa_scores , "r" , label = "FA scores" ) plt . axvline ( rank , color...
    scikit-learn.org/stable/auto_examples/decomposition/plot_pca_vs_fa_model_selection.html
    Mon Mar 23 20:39:21 UTC 2026
      17.5K bytes
      Cache
     
  5. Post pruning decision trees with cost complexit...

    ccp_alpha based on validation scores. See also Minimal Cost-Complexity...accuracy. train_scores = [ clf . score ( X_train , y_train ) for clf...
    scikit-learn.org/stable/auto_examples/tree/plot_cost_complexity_pruning.html
    Mon Mar 23 20:39:20 UTC 2026
      16.6K bytes
      Cache
     
  6. Release Highlights for scikit-learn 1.7 — sciki...

    23 'auto' scoring scoring: str or callable or None,...versionadded:: 0.23 'auto' scoring scoring: str or callable or None,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_7_0.html
    Mon Mar 23 20:39:21 UTC 2026
      37.8K bytes
      Cache
     
  7. get_scorer — scikit-learn 1.8.0 documentation

    Parameters : scoring str, callable or None Scoring method as string....sklearn.metrics. get_scorer ( scoring ) [source] # Get a scorer from...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.get_scorer.html
    Mon Mar 23 20:39:23 UTC 2026
      13.5K bytes
      Cache
     
  8. MiniBatchKMeans — scikit-learn 1.8.0 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.MiniBatchKMeans.html
    Mon Mar 23 20:39:23 UTC 2026
      21K bytes
      Cache
     
  9. SVM-Anova: SVM with univariate feature selectio...

    improve the classification scores. We use the iris dataset (4...) Plot the cross-validation score as a function of percentile...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_anova.html
    Mon Mar 23 20:39:22 UTC 2026
      15.9K bytes
      Cache
     
  10. Label Propagation digits: Active learning — sci...

    total) precision recall f1-score support 0 1.00 1.00 1.00 22...total) precision recall f1-score support 0 1.00 1.00 1.00 22...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_label_propagation_digits_active_learni...
    Mon Mar 23 20:39:22 UTC 2026
      17.7K bytes
      Cache
     
Back to Top