Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 30 of 251 for f (0.08 sec)

  1. 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 03 17:04:25 UTC 2024
      29K bytes
      Cache
     
  2. 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 03 17:04:25 UTC 2024
      34.8K bytes
      Cache
     
  3. 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 03 17:04:25 UTC 2024
      38.8K bytes
      2 views
      Cache
     
  4. 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
    Fri May 03 17:04:25 UTC 2024
      1.6M bytes
      3 views
     
  5. 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 03 17:04:24 UTC 2024
      37.7K bytes
      Cache
     
  6. 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 03 17:04:24 UTC 2024
      41K bytes
      Cache
     
  7. sklearn.model_selection.KFold — scikit-learn 1....

    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 May 03 17:04:24 UTC 2024
      34.1K bytes
      Cache
     
  8. 4.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 May 03 17:04:24 UTC 2024
      41.4K bytes
      Cache
     
  9. 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 03 17:04:25 UTC 2024
      19.7K bytes
      Cache
     
  10. 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 May 03 17:04:25 UTC 2024
      42.8K bytes
      Cache
     
Back to top