Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 171 - 180 of 455 for f (0.05 sec)

  1. 1.13. Feature selection — scikit-learn 1.6.1 do...

    f_classif , mutual_info_classif The methods based on F-test...estimator. For instance, we can use a F-test to retrieve the two best...
    scikit-learn.org/stable/modules/feature_selection.html
    Wed Feb 19 13:18:04 UTC 2025
      73.2K bytes
      Cache
     
  2. Statistical comparison of models using grid sea...

    AUC scores across folds print ( f "Correlation of models: \n { model_scores..., n_train , n_test ) print ( f "Corrected t-value: { t_stat :...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_stats.html
    Wed Feb 19 13:18:04 UTC 2025
      180.1K bytes
      Cache
     
  3. Post-tuning the decision threshold for cost-sen...

    the business metric: print ( f "Business defined metric: { scoring...( X_train , y_train ) print ( f " { tuned_model . best_threshold_...
    scikit-learn.org/stable/auto_examples/model_selection/plot_cost_sensitive_learning.html
    Wed Feb 19 13:18:05 UTC 2025
      242.8K bytes
      Cache
     
  4. Categorical Feature Support in Gradient Boostin...

    shape [ 1 ] print ( f "Number of samples: { X . shape...shape [ 0 ] } " ) print ( f "Number of features: { X . shape [ 1...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_categorical.html
    Wed Feb 19 13:18:04 UTC 2025
      125.1K bytes
      Cache
     
  5. Gaussian Processes regression: basic introducto...

    generative process is defined as \(f(x) = x \sin(x)\) . import numpy.... plot ( X , y , label = r "$f(x) = x \sin(x)$" , linestyle =...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_noisy_targets.html
    Wed Feb 19 13:18:05 UTC 2025
      107.6K bytes
      Cache
     
  6. SelectFwe — scikit-learn 1.6.1 documentation

    See also f_classif ANOVA F-value between label/feature...for classification tasks. f_regression F-value between label/feature...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFwe.html
    Wed Feb 19 13:18:04 UTC 2025
      132.2K bytes
      Cache
     
  7. SelectFdr — scikit-learn 1.6.1 documentation

    See also f_classif ANOVA F-value between label/feature...for classification tasks. f_regression F-value between label/feature...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFdr.html
    Wed Feb 19 13:18:04 UTC 2025
      133.3K bytes
      Cache
     
  8. Release Highlights for scikit-learn 1.5 — sciki...

    5" ) print ( f "Custom score: { custom_score...custom_scorer ) . fit ( X , y ) print ( f "Tuned decision threshold: { tuned_classifier...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html
    Wed Feb 19 13:18:04 UTC 2025
      122.6K bytes
      Cache
     
  9. Hierarchical clustering: structured vs unstruct...

    print ( f "Elapsed time: { elapsed_time : .2f } s" ) print ( f "Number...print ( f "Elapsed time: { elapsed_time : .2f } s" ) print ( f "Number...
    scikit-learn.org/stable/auto_examples/cluster/plot_ward_structured_vs_unstructured.html
    Wed Feb 19 13:18:05 UTC 2025
      101.8K bytes
      Cache
     
  10. Clustering text documents using k-means — sciki...

    print ( f "LSA done in { time () - t0 : .3f } s" ) print ( f "Explained...unique_labels . shape [ 0 ] print ( f " { len ( dataset . data ) } documents...
    scikit-learn.org/stable/auto_examples/text/plot_document_clustering.html
    Wed Feb 19 13:18:05 UTC 2025
      149.7K bytes
      Cache
     
Back to top