Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 9 of 9 for f (0.03 sec)

  1. feature_selection.rst.txt

    we can use a F-test to retrieve the two best...sklearn.feature_selection import f_classif >>> X, y = load_iris(return_X_y=True)...
    scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt
    Thu May 02 15:42:32 UTC 2024
      14.3K bytes
      1 views
     
  2. index.rst.txt

    where each new tree is fit f..."> .. only:: html .. image::...differences between univariate F-test statistics and mutual inform...">...
    scikit-learn.org/stable/_sources/auto_examples/index.rst.txt
    Thu May 02 15:42:34 UTC 2024
      144.7K bytes
      5 views
     
  3. preprocessing.rst.txt

    formula :math:`G^{-1}(F(X))` where :math:`F` is the cumulative distribution...distribution function :math:`F` then :math:`F(X)` is uniformly distributed...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Thu May 02 15:42:34 UTC 2024
      52.7K bytes
     
  4. plot_release_highlights_1_4_0.rst.txt

    decision_function(X_test) print(f"ROC AUC score is {roc_auc_score(y_test,..... code-block:: Python print(f"Output type: {type(df_out)}")...
    scikit-learn.org/stable/_sources/auto_examples/release_highlights/plot_release_highlights_1_4_0.r...
    Thu May 02 15:42:32 UTC 2024
      40.9K bytes
     
  5. faq.rst.txt

    layouts (`X` C-contiguous or F-contiguous, sparse csr or csc)....
    scikit-learn.org/stable/_sources/faq.rst.txt
    Thu May 02 15:42:32 UTC 2024
      23.4K bytes
      2 views
     
  6. feature_extraction.rst.txt

    'mpy f', 'py fo', 'umpy ', 'y fox'],...
    scikit-learn.org/stable/_sources/modules/feature_extraction.rst.txt
    Thu May 02 15:42:34 UTC 2024
      43.4K bytes
     
  7. classes.rst.txt

    f_classif feature_selection.f_regression feat...
    scikit-learn.org/stable/_sources/modules/classes.rst.txt
    Thu May 02 15:42:32 UTC 2024
      41.8K bytes
     
  8. plot_kmeans_digits.rst.txt

    size print(f"# digits: {n_digits}; # samples:...
    scikit-learn.org/stable/_sources/auto_examples/cluster/plot_kmeans_digits.rst.txt
    Thu May 02 15:42:32 UTC 2024
      10.2K bytes
      1 views
     
  9. v1.4.rst.txt

    f_regression` in :pr:`27239` by...
    scikit-learn.org/stable/_sources/whats_new/v1.4.rst.txt
    Thu May 02 15:42:32 UTC 2024
      47K bytes
     
Back to top