Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 369 for f (0.05 sec)

  1. FeatureHasher — scikit-learn 1.7.2 documentation

    'run' : 5 }] >>> f = h . transform ( D ) >>> f . toarray () array([[..."bird" ]] >>> f = h . transform ( raw_X ) >>> f . toarray () array([[...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.FeatureHasher.html
    Fri Sep 12 13:34:55 UTC 2025
      128.8K bytes
      Cache
     
  2. 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
    Thu Sep 11 19:47:21 UTC 2025
      132.2K bytes
      3 views
     
  3. 1.16. Probability calibration — scikit-learn 1....

    (y_i - \hat{f}_i)^2\] subject to \(\hat{f}_i \geq \hat{f}_j\) whenever...: \[p(y_i = 1 | f_i) = \frac{1}{1 + \exp(A f_i + B)} \,,\] where...
    scikit-learn.org/stable/modules/calibration.html
    Fri Sep 12 13:34:53 UTC 2025
      63.3K bytes
      Cache
     
  4. KFold — scikit-learn 1.7.2 documentation

    print ( f "Fold { i } :" ) ... print ( f " Train: index=...train_index } " ) ... print ( f " Test: index= { test_index }...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.html
    Fri Sep 12 13:34:55 UTC 2025
      123.2K bytes
      Cache
     
  5. StratifiedGroupKFold — scikit-learn 1.7.2 docum...

    print ( f "Fold { i } :" ) ... print ( f " Train: index=...print ( f " Test: index= { test_index } " ) ... print ( f " group=...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedGroupKFold.html
    Fri Sep 12 13:34:55 UTC 2025
      129.7K bytes
      Cache
     
  6. StratifiedShuffleSplit — scikit-learn 1.7.2 doc...

    print ( f "Fold { i } :" ) ... print ( f " Train: index=...train_index } " ) ... print ( f " Test: index= { test_index }...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html
    Fri Sep 12 13:34:55 UTC 2025
      122.5K bytes
      Cache
     
  7. 5.1. Partial Dependence and Individual Conditio...

    \mathbb{E}_{X_C}\left[ f(x_S, X_C) \right]\\ &= \int f(x_S, x_C) p(x_C)...dependence of the response \(f\) at a point \(x_S\) is defined...
    scikit-learn.org/stable/modules/partial_dependence.html
    Fri Sep 12 13:34:55 UTC 2025
      60.8K bytes
      Cache
     
  8. Feature Selection — scikit-learn 1.7.2 document...

    Comparison of F-test and mutual information Comparison of F-test and...
    scikit-learn.org/stable/auto_examples/feature_selection/index.html
    Fri Sep 12 13:34:55 UTC 2025
      76.6K bytes
      Cache
     
  9. chi2 — scikit-learn 1.7.2 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.chi2.html
    Fri Sep 12 13:34:53 UTC 2025
      111.2K bytes
      Cache
     
  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
    Fri Sep 12 13:34:55 UTC 2025
      72.2K bytes
     
Back to top