Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 421 - 440 of 3,168 for test (1.59 seconds)

  1. CandidateComponentsIndexLoader (Spring Framewor...

    pre-populated for AOT runtime setups or test scenarios with pre-configured...populated during AOT processing or a test run, for subsequent introspection...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/context/index/Candid...
    Fri Feb 01 00:00:00 GMT 1980
      21K bytes
      Cache
     
  2. Optimizing GPU accelerated VMs with KubeVirt

    we’ll examine the test case that measures the host-to-device-memcpy...using the GPU copy engine. The test results are as follows: Running...
    developer.ibm.com/articles/gpu-vms-kubevirt-numa-nodes/
    Mon Feb 09 19:05:41 GMT 2026
      131.4K bytes
      Cache
     
  3. Overview of IBM Enterprise Build of Quarkus

    shortening build–test cycles. Continuous testing provides immediate...with live coding, continuous testing, and a unified configuration...
    developer.ibm.com/articles/introducing-ibm-enterprise-build-quarkus/
    Mon Feb 09 20:54:29 GMT 2026
      92.9K bytes
      Cache
     
  4. Post pruning decision trees with cost complexit...

    vs alpha for training and testing sets # When ccp_alpha is set...training accuracy and 88% testing accuracy. As alpha increases,...
    scikit-learn.org/stable/auto_examples/tree/plot_cost_complexity_pruning.html
    Mon Feb 09 10:22:28 GMT 2026
      102.5K bytes
      Cache
     
  5. Generative AI - Tutorials - IBM Developer

    and test queries in minutes. watsonx...workflows for AI agents Learn to test, benchmark, and optimize AI...
    developer.ibm.com/technologies/generative-ai/tutorials/
    Mon Feb 02 13:08:10 GMT 2026
      636.1K bytes
      Cache
     
  6. Backup and restore Elasticsearch indices

    Test restores : Periodically test restoring from...important, how to set them up, and best practices to keep in mind. Why...
    developer.ibm.com/tutorials/awb-backup-restore-elasticsearch-indices/
    Mon Feb 09 19:30:27 GMT 2026
      112.8K bytes
      Cache
     
  7. COBOL

    AI driven refactoring and testing Boost mainframe DevOps with...Code Assistant for Z and IBM Test Accelerator for Z for COBOL...
    developer.ibm.com/languages/cobol/
    Mon Feb 09 15:50:25 GMT 2026
      96.4K bytes
      Cache
     
  8. Multi-class AdaBoosted Decision Trees — s...

    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 Feb 09 10:22:28 GMT 2026
      114.8K bytes
      Cache
     
  9. 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.scale.html
    Mon Feb 02 09:23:44 GMT 2026
      112K bytes
      Cache
     
  10. auto_examples_jupyter.zip

    len(text), \"num_sentences\": text.count(\".\")} for text in ...set and a test and keep 25% of the data for testing.\n\n" ] },...
    scikit-learn.org/stable/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip
    Mon Jan 19 11:28:25 GMT 2026
      2.2M bytes
     
  11. Visualization of MLP weights on MNIST — s...

    986429 Test set score: 0.953061 # Authors:...data into train partition and test partition X_train , X_test ,...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mnist_filters.html
    Mon Feb 09 10:22:28 GMT 2026
      93.1K bytes
      Cache
     
  12. 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 Jan 12 10:07:41 GMT 2026
      7.8K bytes
     
  13. GaussianNB — scikit-learn 1.8.0 documenta...

    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.GaussianNB.html
    Mon Feb 09 10:22:30 GMT 2026
      156.2K bytes
      Cache
     
  14. Elastic Agent Builder | Elastic

    Playground - Roll up your sleeves Test the latest AI search capabilities...explore how to build RAG systems, test different LLMs from various...
    www.elastic.co/demo-gallery/elastic-agent-builder
    Mon Feb 16 04:36:57 GMT 2026
      601.6K bytes
      Cache
     
  15. RadiusNeighborsRegressor — scikit-learn 1...

    or None Test samples. If None , predictions...coefficient of determination on test data. The coefficient of determination,...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsRegressor.html
    Mon Feb 09 10:22:28 GMT 2026
      151.1K bytes
      Cache
     
  16. power_transform — scikit-learn 1.8.0 docu...

    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.power_transform.html
    Mon Feb 09 10:22:28 GMT 2026
      113.2K bytes
      Cache
     
  17. Optimizing block storage in a striped configura...

    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/
    Mon Feb 02 13:02:25 GMT 2026
      743.1K bytes
      Cache
     
  18. 8.2. Real world datasets — scikit-learn 1...

    list of the raw texts that can be fed to text feature extractors...with the text data, one first need to turn the text into vectors...
    scikit-learn.org/stable/datasets/real_world.html
    Mon Feb 09 10:22:29 GMT 2026
      100.3K bytes
      Cache
     
  19. Create a machine learning model pipeline to cho...

    Use the following steps to test the online endpoint. After the...applications to call the model. Go to Test , and select JSON Input . Copy...
    developer.ibm.com/tutorials/generate-machine-learning-model-pipelines-to-choose-the-best-model-fo...
    Mon Feb 09 19:12:54 GMT 2026
      117.9K bytes
      Cache
     
  20. Ridge coefficients as a function of the L2 Regu...

    our trained predictions to the test data and see the statistical...regularization on training and test error Effect of model regularization...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_coeffs.html
    Mon Feb 09 10:22:29 GMT 2026
      103.1K bytes
      Cache
     
Back to Top