Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 60 of 889 for test (0.22 sec)

  1. ShuffleSplit — scikit-learn 1.5.0 documentation

    print ( f " Test: index= { test_index } " ) Fold 0: Train:...4] Test: index=[5 2] Fold 1: Train: index=[4 0 2 5] Test: index=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ShuffleSplit.html
    Wed May 22 15:20:08 UTC 2024
      129.5K bytes
      Cache
     
  2. Contributing — scikit-learn 1.5.0 documentation

    sklearn/linear_model/tests/test_logistic.py to run the tests specific to...path/to/tests_for_package see also Testing and improving test coverage...
    scikit-learn.org/stable/developers/contributing.html
    Wed May 22 15:20:05 UTC 2024
      141.2K bytes
      Cache
      Similar Results (1)
     
  3. StratifiedShuffleSplit — scikit-learn 1.5.0 doc...

    Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html
    Wed May 22 15:20:05 UTC 2024
      127.1K bytes
      Cache
     
  4. QuadraticDiscriminantAnalysis — scikit-learn 1....

    n_features) Array of samples (test vectors). Returns : C ndarray...classification on an array of test vectors X. The predicted class...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal...
    Wed May 22 15:20:05 UTC 2024
      147K bytes
      Cache
     
  5. GroupShuffleSplit — scikit-learn 1.5.0 document...

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupShuffleSplit.html
    Wed May 22 15:20:10 UTC 2024
      133.6K bytes
      Cache
     
  6. MultinomialNB — scikit-learn 1.5.0 documentation

    classification of text documents Out-of-core classification of text documents...classification on an array of test vectors X. Parameters : X array-like...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html
    Wed May 22 15:20:05 UTC 2024
      157.9K bytes
      Cache
     
  7. class_likelihood_ratios — scikit-learn 1.5.0 do...

    obtain post-test probabilities given a pre-test probability....classifier being a diagnostic test; the pre-test probability of an individual...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.html
    Wed May 22 15:20:05 UTC 2024
      124.8K bytes
      Cache
     
  8. RepeatedStratifiedKFold — scikit-learn 1.5.0 do...

    print ( f " Test: index= { test_index } " ) ... Fold...index=[1 2] Test: index=[0 3] Fold 1: Train: index=[0 3] Test: index=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html
    Wed May 22 15:20:05 UTC 2024
      126.4K bytes
      Cache
     
  9. fetch_20newsgroups_vectorized — scikit-learn 1....

    test’ for the test set, ‘all’ for both,...Parameters : subset {‘train’, ‘test’, ‘all’}, default=’train’ Select...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups_vectorized.html
    Wed May 22 15:20:05 UTC 2024
      124.1K bytes
      Cache
     
  10. AdaBoostClassifier — scikit-learn 1.5.0 documen...

    achieving a lower test error with fewer boosting iterations....the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html
    Wed May 22 15:20:05 UTC 2024
      166K bytes
      Cache
     
  11. GroupKFold — scikit-learn 1.5.0 documentation

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html
    Wed May 22 15:20:10 UTC 2024
      131.4K bytes
      Cache
     
  12. Feature Selection — scikit-learn 1.5.0 document...

    Comparison of F-test and mutual information Comparison of F-test and mutual...
    scikit-learn.org/stable/auto_examples/feature_selection/index.html
    Wed May 22 15:20:05 UTC 2024
      85.2K bytes
      Cache
     
  13. cross_validate — scikit-learn 1.5.0 documentation

    this dict are: test_score The score array for test scores on each..._score in test_score changes to a specific metric like test_r2 or...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html
    Wed May 22 15:20:08 UTC 2024
      140.9K bytes
      Cache
     
  14. Official Elasticsearch Pricing: Elastic Cloud, ...

    Monitoring browser tests are $0.0123 per test run (metered in 60...simultaneous test run capacity (~2.6 billion tests per month)....
    www.elastic.co/pricing
    Thu May 23 00:07:01 UTC 2024
      375K bytes
      Cache
     
  15. fetch_20newsgroups — scikit-learn 1.5.0 documen...

    test’ for the test set, ‘all’ for both,...on a Text Dataset Semi-supervised Classification on a Text Dataset...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups.html
    Wed May 22 15:20:10 UTC 2024
      124.9K bytes
      Cache
     
  16. validation_curve — scikit-learn 1.5.0 documenta...

    print ( f "The average test accuracy is { test_scores . mean () :...curve. Determine training and test scores for varying parameter...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html
    Wed May 22 15:20:08 UTC 2024
      124.3K bytes
      Cache
     
  17. 3.1. Cross-validation: evaluating estimator per...

    available data as a test set X_test, y_test . Note that the word...X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/cross_validation.html
    Wed May 22 15:20:05 UTC 2024
      165K bytes
      Cache
     
  18. KNeighborsClassifier — scikit-learn 1.5.0 docum...

    n_indexed) if metric == ‘precomputed’ Test samples. Returns : y ndarray...probability estimates for the test data X. Parameters : X {array-like,...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html
    Wed May 22 15:20:08 UTC 2024
      161.2K bytes
      Cache
     
  19. CalibratedClassifierCV — scikit-learn 1.5.0 doc...

    and calibrates it using the testing subset. For prediction, predicted...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html
    Wed May 22 15:20:08 UTC 2024
      157.6K bytes
      Cache
     
  20. GaussianProcessClassifier — scikit-learn 1.5.0 ...

    {‘one_vs_rest’, ‘one_vs_one’}, default=’one_vs_rest’ Specifies...are ‘one_vs_rest’ and ‘one_vs_one’. In ‘one_vs_rest’, one binary...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessClassifier.html
    Wed May 22 15:20:08 UTC 2024
      152.2K bytes
      Cache
     
Back to top