Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 381 for f (0.1 sec)

  1. Download Elastic Cloud on Kubernetes | Elastic

    following commands: kubectl create -f https://download.elastic.co/d...Copy to clipboard kubectl apply -f https://download.elastic.co/d...
    www.elastic.co/downloads/elastic-cloud-kubernetes
    Wed Nov 05 00:18:34 UTC 2025
      78.9K bytes
      Cache
     
  2. 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
    Mon Nov 03 14:20:04 UTC 2025
      1.7M bytes
      7 views
     
  3. 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
    Tue Nov 04 06:34:51 UTC 2025
      417.3K bytes
      Cache
     
  4. FeatureHasher — scikit-learn 1.7.2 documentation

    '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
    Tue Nov 04 06:34:51 UTC 2025
      128.8K bytes
      Cache
     
  5. RepeatedStratifiedKFold — scikit-learn 1.7.2 do...

    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.RepeatedStratifiedKFold.html
    Tue Nov 04 06:34:51 UTC 2025
      121.6K bytes
      Cache
     
  6. 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
    Tue Nov 04 06:34:51 UTC 2025
      22K bytes
     
  7. precision_score — scikit-learn 1.7.2 documentation

    imbalance; it can result in an F-score that is not between precision...t Compute precision, recall, F-measure and support for each class....
    scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_score.html
    Tue Nov 04 06:34:51 UTC 2025
      125.4K bytes
      Cache
      Similar Results (1)
     
  8. StratifiedShuffleSplit — scikit-learn 1.7.2 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
    Tue Nov 04 06:34:51 UTC 2025
      122.5K bytes
      Cache
     
  9. 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
    Tue Nov 04 06:34:51 UTC 2025
      63.3K bytes
      Cache
     
  10. model_evaluation.rst.txt

    _precision_recall_f_measure_metrics: Precision, recall and F-measures...1_score>`_ (:math:`F_\beta` and :math:`F_1` measures) can be...
    scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt
    Tue Nov 04 06:34:51 UTC 2025
      132.2K bytes
      4 views
     
Back to top