Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 402 for f (0.06 sec)

  1. IsotonicRegression — scikit-learn 1.7.0 documen...

    the y = f(X) monotonic function. Added in version 0.24. f_ function...values used to interpolate the y = f(X) monotonic function. Added in...
    scikit-learn.org/stable/modules/generated/sklearn.isotonic.IsotonicRegression.html
    Mon Jun 30 13:50:30 UTC 2025
      146K bytes
      Cache
     
  2. 3.4. Metrics and scoring: quantifying the quali...

    The F-measure ( \(F_\beta\) and \(F_1\) measures) can...score, also known as balanced F-score or F-measure. fbeta_score (y_true,...
    scikit-learn.org/stable/modules/model_evaluation.html
    Mon Jun 30 13:50:30 UTC 2025
      417.3K bytes
      Cache
     
  3. 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
    Sun Jun 29 19:04:30 UTC 2025
      14.5K bytes
      3 views
     
  4. 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
    Sun Jun 29 19:04:31 UTC 2025
      22K bytes
     
  5. StratifiedShuffleSplit — scikit-learn 1.7.0 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
    Mon Jun 30 13:50:27 UTC 2025
      122.5K bytes
      Cache
     
  6. chi2 — scikit-learn 1.7.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
    Mon Jun 30 13:50:27 UTC 2025
      111.2K bytes
      Cache
     
  7. RepeatedKFold — scikit-learn 1.7.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
    Mon Jun 30 13:50:30 UTC 2025
      119.4K bytes
      Cache
     
  8. DictVectorizer — scikit-learn 1.7.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
    Mon Jun 30 13:50:27 UTC 2025
      136K bytes
      Cache
     
  9. GroupKFold — scikit-learn 1.7.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.GroupKFold.html
    Mon Jun 30 13:50:27 UTC 2025
      127.3K bytes
      Cache
     
  10. mutual_info_regression — scikit-learn 1.7.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
    Mon Jun 30 13:50:27 UTC 2025
      114.4K bytes
      Cache
     
Back to top