Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 371 for f (0.06 sec)

  1. sklearn.model_selection.StratifiedShuffleSplit ...

    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
    Wed Apr 24 18:54:16 UTC 2024
      32.3K 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
    Wed Apr 24 18:54:16 UTC 2024
      34.8K bytes
      Cache
     
  3. sklearn.model_selection.GroupKFold — scikit-lea...

    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
    Wed Apr 24 18:54:16 UTC 2024
      36.8K bytes
      Cache
     
  4. sklearn.feature_extraction.FeatureHasher — scik...

    'run' : 5 }] >>> f = h . transform ( D ) >>> f . toarray () array([[..."bird" ]] >>> f = h . transform ( raw_X ) >>> f . toarray () array([[...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.FeatureHasher.html
    Wed Apr 24 18:54:16 UTC 2024
      47K bytes
      Cache
     
  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
    Wed Apr 24 18:54:16 UTC 2024
      37.7K bytes
      Cache
     
  6. 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
    Wed Apr 24 18:54:19 UTC 2024
      34.1K bytes
      Cache
     
  7. 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
    Wed Apr 24 18:54:20 UTC 2024
      1.6M bytes
      3 views
     
  8. sklearn.model_selection.GroupShuffleSplit — sci...

    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.GroupShuffleSplit.html
    Wed Apr 24 18:54:16 UTC 2024
      39.2K bytes
      Cache
     
  9. ensemble.rst.txt

    F(x_i))}{\partial F(x_i)} \right]_{F=F_{m - 1}}. .....\frac{\partial l(y_i, F(x_i))}{\partial F(x_i)} \right]_{F=F_{m - 1}}` is...
    scikit-learn.org/stable/_sources/modules/ensemble.rst.txt
    Wed Apr 24 18:54:16 UTC 2024
      68.4K bytes
     
  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
    Wed Apr 24 18:54:16 UTC 2024
      42.8K bytes
      Cache
     
Back to top