Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 13 for f (0.06 sec)

  1. model_evaluation.rst.txt

    _precision_recall_f_measure_metrics: Precision, recall and F-measures...1_score>`_ (:math:`F_\beta` and :math:`F_1` measures) can be...
    scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt
    Wed Feb 19 13:18:05 UTC 2025
      130.9K bytes
      2 views
     
  2. 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
    Tue Feb 18 23:43:25 UTC 2025
      14.5K bytes
      3 views
     
  3. about.rst.txt

    F. and Varoquaux, G. and Gramfort,...
    scikit-learn.org/stable/_sources/about.rst.txt
    Wed Feb 19 13:18:04 UTC 2025
      16.6K bytes
      4 views
     
  4. linear_model.rst.txt

    :math:`\ell_2` | :math:`\frac{1}{2}\|W\|_F^2 = \frac{1}{2}\sum_{i=1}^m\sum_{j=1}^{K}...:math:`\frac{1 - \rho}{2}\|W\|_F^2 + \rho \|W\|_{1,1}` | +---------...
    scikit-learn.org/stable/_sources/modules/linear_model.rst.txt
    Wed Feb 19 13:18:04 UTC 2025
      78.5K bytes
      9 views
     
  5. decomposition.rst.txt

    F. Bach, J. Ponce, G. Sapiro, 2009..._ R. Jenatton, G. Obozinski, F. Bach, 2009 .. _kernel_PCA: Kernel...
    scikit-learn.org/stable/_sources/modules/decomposition.rst.txt
    Mon Feb 17 15:28:41 UTC 2025
      45.8K bytes
      4 views
     
  6. plot_release_highlights_1_6_0.rst.txt

    y) print(f"Fitting the classifier took {(time.time()...threshold=0.9 ).fit(X, y) print( f"Fitting the threshold classifier...
    scikit-learn.org/stable/_sources/auto_examples/release_highlights/plot_release_highlights_1_6_0.r...
    Tue Feb 18 23:43:25 UTC 2025
      11.7K bytes
     
  7. 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
    Tue Feb 18 23:43:25 UTC 2025
      53K bytes
     
  8. feature_extraction.rst.txt

    'mpy f', 'py fo', 'umpy ', 'y fox'],...
    scikit-learn.org/stable/_sources/modules/feature_extraction.rst.txt
    Tue Feb 18 23:43:24 UTC 2025
      43.3K bytes
     
  9. plot_hgbt_regression.rst.txt

    print(f"Training sample size: {X_train.shape[0]}") print(f"Test...size: {X_test.shape[0]}") print(f"Number of features: {X_train.shape[1]}")...
    scikit-learn.org/stable/_sources/auto_examples/ensemble/plot_hgbt_regression.rst.txt
    Wed Feb 19 13:18:05 UTC 2025
      22K bytes
     
  10. ensemble.rst.txt

    F(x_i))}{\partial F(x_i)} \right]_{F=F_{m - 1}}. .....\frac{\partial l(y_i, F(x_i))}{\partial F(x_i)} \right]_{F=F_{m - 1}}` is...
    scikit-learn.org/stable/_sources/modules/ensemble.rst.txt
    Mon Feb 17 15:28:41 UTC 2025
      72.5K bytes
     
Back to top