Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 422 for f (0.08 sec)

  1. KFold — scikit-learn 1.5.0 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
    Thu May 30 15:22:07 UTC 2024
      129.2K bytes
      Cache
     
  2. auto_examples_python.zip

    randn(1000) f_test, _ = f_regression(X, y) f_test /= np.max(f_test)...with f_0, and negatively correlated with f_1 y = 5 * f_0 + np.sin(10...
    scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip
    Thu May 30 15:22:04 UTC 2024
      1.6M bytes
      4 views
     
  3. 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
    Mon May 27 10:29:28 UTC 2024
      121.2K bytes
      2 views
     
  4. 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
    Thu May 30 15:22:06 UTC 2024
      66.4K bytes
      Cache
     
  5. 1.5. Stochastic Gradient Descent — scikit-learn...

    f(x_i)) = \max(0, 1 - y_i f(x_i))^2\) if \(y_i f(x_i) >...Classification. \(L(y_i, f(x_i)) = \max(0, 1 - y_i f(x_i))\) . Perceptron:...
    scikit-learn.org/stable/modules/sgd.html
    Thu May 30 15:22:07 UTC 2024
      92.6K bytes
      Cache
     
  6. chi2 — scikit-learn 1.5.0 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
    Thu May 30 15:22:06 UTC 2024
      116.7K bytes
      Cache
     
  7. RepeatedKFold — scikit-learn 1.5.0 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.RepeatedKFold.html
    Thu May 30 15:22:06 UTC 2024
      125K bytes
      Cache
     
  8. DictVectorizer — scikit-learn 1.5.0 documentation

    one signifying “f=ham”, the other “f=spam”. If a feature...the feature names (e.g., “f=ham” and “f=spam”). See also FeatureHasher...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.DictVectorizer.html
    Thu May 30 15:22:07 UTC 2024
      147.4K bytes
      Cache
     
  9. mutual_info_regression — scikit-learn 1.5.0 doc...

    Comparison of F-test and mutual information Comparison of F-test and...PLoS ONE 9(2), 2014. [ 4 ] L. F. Kozachenko, N. N. Leonenko, “Sample...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.mutual_info_regression.html
    Thu May 30 15:22:07 UTC 2024
      120.5K bytes
      Cache
     
  10. TimeSeriesSplit — scikit-learn 1.5.0 documentation

    print ( f "Fold { i } :" ) ... print ( f " Train: index=...)): ... print ( f "Fold { i } :" ) ... print ( f " Train: index=...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html
    Thu May 30 15:22:05 UTC 2024
      134.4K bytes
      2 views
      Cache
     
Back to top