Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 60 of 1,621 for test (0.25 sec)

  1. 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
    Fri Mar 29 00:03:55 UTC 2024
      721.1K bytes
      Cache
     
  2. sklearn.neighbors.KNeighborsClassifier — scikit...

    probability estimates for the test data X. score (X, y[, sample_weight])...the mean accuracy on the given test data and labels. set_params...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html
    Thu Mar 28 16:05:58 UTC 2024
      68.7K bytes
      Cache
     
  3. sklearn.ensemble.AdaBoostClassifier — scikit-le...

    achieving a lower test error with fewer boosting iterations....the mean accuracy on the given test data and labels. set_fit_request...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html
    Thu Mar 28 16:05:58 UTC 2024
      74K bytes
      Cache
     
  4. sklearn.calibration.CalibratedClassifierCV — sc...

    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
    Thu Mar 28 16:05:57 UTC 2024
      64.8K bytes
      Cache
     
  5. Contributing — scikit-learn 1.4.1 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
    Thu Mar 28 16:05:59 UTC 2024
      119.9K bytes
      Cache
     
  6. sklearn.discriminant_analysis.QuadraticDiscrimi...

    classification on an array of test vectors X. predict_log_proba...the mean accuracy on the given test data and labels. set_params...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal...
    Thu Mar 28 16:05:57 UTC 2024
      54.4K bytes
      Cache
     
  7. sklearn.gaussian_process.GaussianProcessClassif...

    {‘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
    Thu Mar 28 16:05:57 UTC 2024
      59.6K bytes
      Cache
     
  8. Introducing Elastic Observability's New Synthet...

    monitoring tests Creating end-to-end synthetics monitoring tests Playwright...managed testing service, offering a global network of testing locations....
    www.elastic.co/blog/new-synthetic-monitoring-observability
    Fri Mar 29 01:02:21 UTC 2024
      773.8K bytes
      Cache
     
  9. plot_multi_metric_evaluation.ipynb

    1)[0][0]\n best_score = results[\"mean_test_%s\" % scorer][best_index]\n\n...etc...)\n\nThe ``best_estimator_``, ``best_index_``, ``best_score_``...
    scikit-learn.org/stable/_downloads/f57e1ee55d4c7a51949d5c26b3af07bb/plot_multi_metric_evaluation....
    Thu Mar 28 16:05:59 UTC 2024
      4.8K bytes
     
  10. sklearn.datasets.fetch_20newsgroups — scikit-le...

    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
    Thu Mar 28 16:05:58 UTC 2024
      26K bytes
      Cache
     
  11. sklearn.dummy.DummyClassifier — scikit-learn 1....

    n_features) Test samples. Passing None as test samples gives...(X) Perform classification on test vectors X. predict_log_proba...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.html
    Thu Mar 28 16:05:58 UTC 2024
      53.7K bytes
      Cache
     
  12. sklearn.linear_model.LassoCV — scikit-learn 1.4...

    test) splits as arrays of indices....n_folds) Mean square error for the test set on each fold, varying alpha....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.html
    Thu Mar 28 16:05:59 UTC 2024
      80.3K bytes
      Cache
     
  13. preprocessing.rst.txt

    K_{test} - 1'_{\text{n}_{samples}} K - K_{test} 1_{\text{n}_{samples}}...>>> X_train, X_test, y_train, y_test = train_test_split(X, y, random_state=42)...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Thu Mar 28 16:05:57 UTC 2024
      52.7K bytes
     
  14. sklearn.model_selection.StratifiedGroupKFold — ...

    print ( f " Test: index= { test_index } " ) ... print...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedGroupKFold.html
    Thu Mar 28 16:05:59 UTC 2024
      41K bytes
      Cache
     
  15. auto_examples_python.zip

    tick test_stats["n_test"] += len(y_test) test_stats["n_test_pos"]...X_train, X_test, y_train, y_test = train_test_split( X, y, test_size=0.25,...
    scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip
    Thu Mar 28 16:05:58 UTC 2024
      1.6M bytes
      3 views
     
  16. sklearn.model_selection.TimeSeriesSplit — sciki...

    in train/test sets. In each split, test indices must be...n_splits=5, test_size=None) >>> for i , ( train_index , test_index...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html
    Thu Mar 28 16:05:57 UTC 2024
      38.8K bytes
      2 views
      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
    Thu Mar 28 16:05:58 UTC 2024
      137.1K bytes
      Cache
     
  18. sklearn.model_selection.ShuffleSplit — scikit-l...

    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
    Thu Mar 28 16:05:59 UTC 2024
      34.8K bytes
      Cache
     
  19. 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
    Fri Mar 29 00:01:43 UTC 2024
      622.3K bytes
      Cache
     
  20. sklearn.model_selection.StratifiedShuffleSplit ...

    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
    Thu Mar 28 16:05:59 UTC 2024
      32.3K bytes
      Cache
     
Back to top