Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 30 of 291 for f (0.06 sec)

  1. 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
    Fri May 17 16:55:53 UTC 2024
      28.8K bytes
      Cache
     
  2. sklearn.utils.Bunch — scikit-learn 1.4.2 docume...

    is followed by: for k in F: D[k] = F[k] values () clear ( ) →..., ] **F ) → None. Update D from dict/iterable E and F. If E is...
    scikit-learn.org/stable/modules/generated/sklearn.utils.Bunch.html
    Fri May 17 16:55:52 UTC 2024
      30.2K bytes
      Cache
     
  3. 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
    Fri May 17 16:55:51 UTC 2024
      68K bytes
      Cache
     
  4. sklearn.model_selection.TimeSeriesSplit — sciki...

    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
    Fri May 17 16:55:53 UTC 2024
      38.8K bytes
      2 views
      Cache
     
  5. sklearn.metrics.f1_score — scikit-learn 1.4.2 d...

    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
    Fri May 17 16:55:53 UTC 2024
      34.8K bytes
      Cache
     
  6. sklearn.datasets.dump_svmlight_file — scikit-le...

    data will be written to f. f should be opened in binary mode....dump_svmlight_file ( X , y , f , * , zero_based = True , comment...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.dump_svmlight_file.html
    Fri May 17 16:55:52 UTC 2024
      19.7K bytes
      Cache
     
  7. sklearn.model_selection.ShuffleSplit — scikit-l...

    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
    Fri May 17 16:55:51 UTC 2024
      34.8K bytes
      Cache
     
  8. 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
    Fri May 17 16:55:52 UTC 2024
      37.7K bytes
      Cache
     
  9. sklearn.model_selection.permutation_test_score ...

    ) >>> print ( f "Original Score: { score : .3f...Score: 0.810 >>> print ( ... f "Permutation Scores: { permutation_scores...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.permutation_test_score.html
    Fri May 17 16:55:53 UTC 2024
      29K bytes
      Cache
     
  10. sklearn.model_selection.StratifiedGroupKFold — ...

    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 May 17 16:55:51 UTC 2024
      41K bytes
      Cache
     
Back to top