Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 60 of 1,345 for test (0.49 sec)

  1. cross_validation.rst.txt

    available data as a **test set** ``X_test, y_test``. Note that the...>>> X_train, X_test, y_train, y_test = train_test_split( ... X,...
    scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt
    Sun Jun 29 19:04:30 UTC 2025
      41.1K bytes
      6 views
     
  2. 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
    Mon Jun 30 13:50:27 UTC 2025
      118.2K bytes
      Cache
     
  3. KFold — scikit-learn 1.7.0 documentation

    scikit-learn Nested versus non-nested cross-validation Nested versus...Provides train/test indices to split data in train/test sets. Split...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.html
    Mon Jun 30 13:50:28 UTC 2025
      123.2K bytes
      Cache
     
  4. getting_started.rst.txt

    X_test, y_train, y_test = train_test_split(X, y, random_state=0)...>>> X_train, X_test, y_train, y_test = train_test_split(X, y, random_state=0)...
    scikit-learn.org/stable/_sources/getting_started.rst.txt
    Sun Jun 29 19:04:30 UTC 2025
      10K bytes
      1 views
     
  5. Observability: Get Started creating a synthetic...

    organizations to proactively test and monitor applications by...if the website or app being tested are accessible from: Elastic's...
    www.elastic.co/getting-started/observability/create-synthetic-monitor
    Tue Jul 01 01:04:47 UTC 2025
      375.2K bytes
      Cache
     
  6. Synthetic Monitoring with Elastic Observability...

    push the test scripts with your code for continued testing in production....code releases and test updates, reuse test scripts to reduce...
    www.elastic.co/observability/synthetic-monitoring
    Tue Jul 01 00:05:52 UTC 2025
      545.6K bytes
      Cache
     
  7. TimeSeriesSplit — scikit-learn 1.7.0 documentation

    test_size=None) >>> for i , ( train_index , test_index..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html
    Mon Jun 30 13:50:30 UTC 2025
      129.5K bytes
      2 views
      Cache
     
  8. ShuffleSplit — scikit-learn 1.7.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
    Mon Jun 30 13:50:28 UTC 2025
      124.6K bytes
      Cache
     
  9. StratifiedShuffleSplit — scikit-learn 1.7.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
    Mon Jun 30 13:50:27 UTC 2025
      122.5K bytes
      Cache
     
  10. Contributing — scikit-learn 1.7.0 documentation

    sklearn/linear_model/tests/test_logistic.py to run the tests specific to...sklearn path/to/tests See also Testing and improving test coverage ....
    scikit-learn.org/stable/developers/contributing.html
    Sun Jun 29 19:04:30 UTC 2025
      140.2K bytes
      1 views
      Cache
     
  11. GroupShuffleSplit — scikit-learn 1.7.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
    Mon Jun 30 13:50:27 UTC 2025
      128.4K bytes
      Cache
     
  12. class_likelihood_ratios — scikit-learn 1.7.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
    Mon Jun 30 13:50:27 UTC 2025
      122.5K bytes
      Cache
     
  13. NearestCentroid — scikit-learn 1.7.0 documentation

    with test samples classified to the class...n_features) Array of samples (test vectors). Returns : y_scores...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Mon Jun 30 13:50:30 UTC 2025
      136.6K bytes
      Cache
     
  14. LassoCV — scikit-learn 1.7.0 documentation

    default=None Values of alphas to test along the regularization path....An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.html
    Mon Jun 30 13:50:30 UTC 2025
      169.1K bytes
      Cache
     
  15. RepeatedStratifiedKFold — scikit-learn 1.7.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
    Mon Jun 30 13:50:30 UTC 2025
      121.6K bytes
      Cache
     
  16. Open source full text search server – roadmap

    ARCHIVES Support Open source full text search server – roadmap This...
    fess.codelibs.org/roadmap.html
    Mon Jun 30 02:38:40 UTC 2025
      12.3K bytes
      42 views
      Cache
     
  17. GroupKFold — scikit-learn 1.7.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
    Mon Jun 30 13:50:27 UTC 2025
      127.3K bytes
      Cache
     
  18. MultinomialNB — scikit-learn 1.7.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
    Mon Jun 30 13:50:28 UTC 2025
      152.3K bytes
      Cache
     
  19. plot_classifier_comparison.rst.txt

    and test part X, y = ds X_train, X_test, y_train, y_test = train_test_split(...Plot the testing points ax.scatter( X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Sun Jun 29 19:04:30 UTC 2025
      7.8K bytes
     
  20. validation_curve — scikit-learn 1.7.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
    Mon Jun 30 13:50:30 UTC 2025
      121.9K bytes
      Cache
     
Back to top