Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 421 - 440 of 3,693 for test (0.88 seconds)

Filter
  1. CategoricalNB — scikit-learn 1.8.0 documentation

    classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. For each row x of...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.CategoricalNB.html
    Mon Mar 23 20:39:23 UTC 2026
      17.5K bytes
      Cache
     
  2. Real User Monitoring (RUM) with Elastic Observa...

    and test your user journeys all within...Learn more Synthetic monitoring Test user journeys to deliver a great...
    www.elastic.co/observability/real-user-monitoring
    Mon Mar 23 02:03:24 UTC 2026
      71.9K bytes
      Cache
     
  3. AccessToken API

    q=test&token=your_token_here" # 使用令牌作为Authorization头..."http://localhost:8080/json/?q=test" \ -H "Authorization: Bearer...
    fess.codelibs.org/zh-cn/15.5/api/admin/api-admin-accesstoken.html
    Mon Mar 23 03:00:20 UTC 2026
      39.8K bytes
      Cache
     
  4. Multi-class AdaBoosted Decision Trees — scikit-...

    the remaining 30 percent for testing. from sklearn.model_selection...each boosting iteration on the test set to assess its performance....
    scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_multiclass.html
    Mon Mar 23 20:39:21 UTC 2026
      19.8K bytes
      Cache
     
  5. Recurrent neural networks deep dive

    Testing den Fed d, got d Fed e, got n Testing abs Fed...double max = 0.0 ; int best; int i, child; best = 0 ; sum = max =...
    developer.ibm.com/articles/cc-cognitive-recurrent-neural-networks/
    Tue Feb 17 06:27:04 UTC 2026
      113.9K bytes
      Cache
     
  6. Retrieval-augmented generation with LangChain a...

    index_name= "test-basic" , ) db.client.indices.refresh(index= "test-basic"...platform that lets you debug, test, evaluate, and monitor chains...
    developer.ibm.com/articles/awb-retrieval-augmented-generation-with-langchain-and-elastic-db/
    Tue Feb 17 06:51:51 UTC 2026
      100.9K bytes
      Cache
     
  7. Importance of Feature Scaling — scikit-learn 1....

    3 } " ) Test accuracy for the unscaled PCA 35.19% Test accuracy...predict_proba ( X_test ) print ( "Test accuracy for the unscaled PCA"...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html
    Mon Mar 23 20:39:20 UTC 2026
      19.4K bytes
      Cache
     
  8. What is Synthetic Monitoring? | A Comprehensive...

    Synthetic tests can also be used in load testing , which simulates...browser tests with Elastic's global, managed testing infrastructure...
    www.elastic.co/what-is/synthetic-monitoring
    Mon Mar 23 02:45:36 UTC 2026
      56.6K bytes
      Cache
     
  9. Artificial intelligence - Courses - IBM Developer

    you’ll create the REST API endpoints, run and test the server with...cURL, and use POSTMAN to test the REST API endpoints. IBM web domains...
    developer.ibm.com/technologies/artificial-intelligence/courses/
    Tue Mar 24 01:11:25 UTC 2026
      15.5K bytes
      Cache
     
  10. plot_multi_metric_evaluation.rst.txt

    ("test", "-")): sample_score_mean =...sample_score_std, alpha=0.1 if sample == "test" else 0, color=color, ) ax.plot(...
    scikit-learn.org/stable/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt
    Tue Mar 17 03:44:39 UTC 2026
      2.3K bytes
     
  11. plot_classifier_comparison.rst.txt

    points in solid colors and testing points semi-transparent. The...classification accuracy on the test set. .. GENERATED FROM PYTHON...
    scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Mon Mar 23 20:39:23 UTC 2026
      2.6K bytes
     
  12. Building an event-driven agentic AI system with...

    Test the agent in the watsonx Orchestrate UI Test the agent...click Deploy again. Test the agent Test A (Out of stock + substitutes)...
    developer.ibm.com/tutorials/event-driven-agentic-ai-system-confluent-watsonx-orchestrate/
    Tue Mar 24 01:48:49 UTC 2026
      27.4K bytes
      Cache
     
  13. robust_scale — scikit-learn 1.8.0 documentation

    splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.robust_scale.html
    Mon Mar 23 20:39:23 UTC 2026
      14.5K bytes
      Cache
     
  14. Optimizing block storage in a striped configura...

    py Copy code Test the API. Use curl to send a test request: curl...= 27.2KB Run the test Now, execute the test using fio : fio fio.txt...
    developer.ibm.com/tutorials/awb-optimize-block-storage-cloud-vpc/
    Tue Mar 17 04:26:27 UTC 2026
      27.2K bytes
      Cache
     
  15. Shrinkage covariance estimation: LedoitWolf vs ...

    ) Compute the likelihood on test data # from scipy import linalg..."Error: negative log-likelihood on test data" ) # range shrinkage curve...
    scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html
    Mon Mar 23 20:39:20 UTC 2026
      17.6K bytes
      Cache
     
  16. Plot classification probability — scikit-learn ...

    Round markers represent the test data that was predicted to belong...plotted. The round markers show the test data and are colored by their...
    scikit-learn.org/stable/auto_examples/classification/plot_classification_probability.html
    Mon Mar 23 20:39:20 UTC 2026
      19.8K bytes
      Cache
     
  17. Selecting dimensionality reduction with Pipelin...

    cross-validated model on the test set. If `scoring` represents...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/auto_examples/compose/plot_compare_reduction.html
    Mon Mar 23 20:39:21 UTC 2026
      30.6K bytes
      Cache
     
  18. Configure custom alerts from Maximo Monitor to ...

    Test and register the custom function To test and register...contains code designed for testing, registering, and unregistering...
    developer.ibm.com/tutorials/awb-send-alerts-external-system-maximo-monitor/
    Tue Feb 17 06:52:55 UTC 2026
      97.3K bytes
      Cache
     
  19. EstimatorCheckFailedWarning — scikit-learn 1.8....

    estimator check from the common tests fails. Parameters : estimator...Estimator instance for which the test failed. check_name str Name...
    scikit-learn.org/stable/modules/generated/sklearn.exceptions.EstimatorCheckFailedWarning.html
    Mon Mar 23 20:39:23 UTC 2026
      12.9K bytes
      Cache
     
  20. LassoLarsCV — scikit-learn 1.8.0 documentation

    test) splits as arrays of indices....coefficient of determination on test data. The coefficient of determination,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.html
    Mon Mar 23 20:39:20 UTC 2026
      18.8K bytes
      Cache
     
Back to Top