Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 30 of 363 for f (0.04 sec)

  1. f_regression — scikit-learn 1.5.0 documentation

    >>> f_statistic , p_values = f_regression ( X , y ) >>> f_statistic...K GitHub f_regression # sklearn.feature_selection. f_regression...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_regression.html
    Sat May 25 13:41:02 UTC 2024
      124.2K bytes
      Cache
     
  2. f_classif — scikit-learn 1.5.0 documentation

    ) >>> f_statistic , p_values = f_classif ( X , y ) >>> f_statistic...+ K GitHub f_classif # sklearn.feature_selection. f_classif (...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_classif.html
    Sat May 25 13:41:02 UTC 2024
      116.6K bytes
      Cache
     
  3. バランス重視のDBアクセスI/F | DBFlute

    バランス重視のDBアクセスI/F DBFluteが提供する バランス重視 のDBアクセスI/F(インターフェース)について説明します。...考えると不可能であり、 バランスを重視したDBアクセスI/Fが(少なくとも今の時代の)現場に一番フィットすると判断しました。...
    dbflute.seasar.org/ja/introduction/dbaccessif.html
    Fri May 24 02:22:00 UTC 2024
      11.4K bytes
      Cache
     
  4. Comparison of F-test and mutual information — s...

    randn ( 1000 ) f_test , _ = f_regression ( X , y ) f_test /= np ....univariate F-tests statistics and mutual information. As F-test captures...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_f_test_vs_mi.html
    Sat May 25 13:41:02 UTC 2024
      91.4K bytes
      Cache
     
  5. 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
    Sat May 25 13:41:02 UTC 2024
      134.4K bytes
      2 views
      Cache
     
  6. ShuffleSplit — 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.ShuffleSplit.html
    Sat May 25 13:41:02 UTC 2024
      129.5K bytes
      Cache
     
  7. 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
    Sat May 25 13:41:01 UTC 2024
      92.6K bytes
      Cache
     
  8. f1_score — scikit-learn 1.5.0 documentation

    also known as balanced F-score or F-measure. The F1 score can...y_pred ), f-score is undefined. In such cases, by default f-score...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.f1_score.html
    Sat May 25 13:41:02 UTC 2024
      131.1K bytes
      Cache
     
  9. Bunch — scikit-learn 1.5.0 documentation

    ] **F ) → None. Update D from dict/iterable E and F. # If E...is followed by: for k in F: D[k] = F[k] values ( ) → an object...
    scikit-learn.org/stable/modules/generated/sklearn.utils.Bunch.html
    Fri May 24 12:15:01 UTC 2024
      123.3K bytes
      Cache
     
  10. 4.2. Permutation feature importance — scikit-le...

    print ( f " { diabetes . feature_names [ i ] : <8 } " ... f " { r...print ( f " { diabetes . feature_names [ i ] : <8 } " ... f " { r...
    scikit-learn.org/stable/modules/permutation_importance.html
    Sat May 25 13:41:03 UTC 2024
      61.2K bytes
      Cache
     
Back to top