Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 361 - 380 of 3,693 for test (0.73 seconds)

Filter
  1. plot_classifier_comparison.zip

    points in solid colors and testing points semi-transparent. The...classification accuracy on the test set. """ # Authors: The scikit-learn...
    scikit-learn.org/stable/_downloads/ce35bcc69acbd491cf7ac77fa17889d5/plot_classifier_comparison.zip
    Mon Mar 23 20:39:23 UTC 2026
      10.8K bytes
      1 views
     
  2. IoT Programming - IBM Developer

    test, and deploy custom Python analytics...autoencoders, learn how to create a test physical model based data generator...
    developer.ibm.com/technologies/iot/
    Tue Mar 24 01:41:40 UTC 2026
      15.8K bytes
      Cache
     
  3. Feature Selection — scikit-learn 1.8.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
    Mon Mar 23 20:39:22 UTC 2026
      13.3K bytes
      Cache
     
  4. maxabs_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.maxabs_scale.html
    Mon Mar 23 20:39:21 UTC 2026
      13.9K bytes
      Cache
     
  5. DummyRegressor — scikit-learn 1.8.0 documentation

    n_features) Test samples. Passing None as test samples gives...# Perform classification on test vectors X. Parameters : X array-like...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyRegressor.html
    Mon Mar 23 20:39:21 UTC 2026
      16.7K bytes
      Cache
     
  6. Wildcard Search

    such as test, tests, or tester. You can also...single-character wildcard, such as text or test. To use a multiple-character...
    fess.codelibs.org/15.4/user/search-wildcard.html
    Mon Feb 09 02:42:13 UTC 2026
      22K bytes
      Cache
     
  7. Upload custom plugins and bundles | Elastic Docs

    └── scripts └── test.js The script test.js can be referred...supports having a test/staging deployment to test out the extension...
    www.elastic.co/docs/deploy-manage/deploy/elastic-cloud/upload-custom-plugins-bundles
    Thu Mar 19 11:49:39 UTC 2026
      31.2K bytes
      Cache
     
  8. watsonx Code Assistant - IBM Developer

    AI driven refactoring and testing Boost mainframe DevOps with...Code Assistant for Z and IBM Test Accelerator for Z for COBOL...
    developer.ibm.com/components/watsonx-code-assistant
    Mon Feb 02 13:53:25 UTC 2026
      635.9K bytes
      Cache
      Similar Results (1)
     
  9. AccessToken API

    q=test&token=your_token_here" # Use..."http://localhost:8080/json/?q=test" \ -H "Authorization: Bearer...
    fess.codelibs.org/15.5/api/admin/api-admin-accesstoken.html
    Mon Mar 23 02:47:57 UTC 2026
      40.3K bytes
      Cache
     
  10. Plotting Learning Curves and Checking Models’ S...

    terms of training score and testing score. Here, we compute the...[: 2 ], [ "Training Score" , "Test Score" ]) ax [ ax_idx ] . set_title...
    scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html
    Mon Mar 23 20:39:21 UTC 2026
      17.8K bytes
      Cache
     
  11. AccessToken API

    q=test&token=your_token_here" # Token..."http://localhost:8080/json/?q=test" \ -H "Authorization: Bearer...
    fess.codelibs.org/de/15.5/api/admin/api-admin-accesstoken.html
    Mon Mar 23 02:51:01 UTC 2026
      40.6K bytes
      Cache
     
  12. GenericHttpMessageConverter (Spring Framework 7...

    (potentially generic) type to test for readability contextClass...(potentially generic) type to test for writability (can be null...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/http/converter/Gener...
    Fri Feb 01 00:00:00 UTC 1980
      27.6K bytes
      Cache
     
  13. Deploy Quarkus applications to Kubernetes witho...

    for tests automatically. Replace the contents of src/test/jav...org.junit.jupiter.api.Test; import io.quarkus.test.junit.QuarkusTest;...
    developer.ibm.com/tutorials/quarkus-deploy-kubernetes/
    Tue Mar 24 01:22:26 UTC 2026
      24.9K bytes
      Cache
     
  14. Visualizing cross-validation behavior in scikit...

    cross-validation Nested versus non-nested cross-validation Nested versus...split data into training and test sets in order to avoid model...
    scikit-learn.org/stable/auto_examples/model_selection/plot_cv_indices.html
    Mon Mar 23 20:39:22 UTC 2026
      18.5K bytes
      Cache
     
  15. Approaches to refactoring monoliths - IBM Devel...

    dependent on the test cases executed and the set of test cases might...and can test the refactored code with the original test cases....
    developer.ibm.com/learningpaths/intro-ibm-mono2micro/approaches/
    Tue Feb 17 07:35:30 UTC 2026
      122.5K bytes
      Cache
     
  16. Node.js - Openprojects - IBM Developer

    for asynchronous testing. Mocha tests run serially, allowing...is a feature-rich JavaScript test framework running on Node.js...
    developer.ibm.com/languages/node-js/openprojects/
    Mon Mar 09 13:23:23 UTC 2026
      14.6K bytes
      Cache
     
  17. JavaScript - IBM Developer

    for asynchronous testing. Mocha tests run serially, allowing...is a feature-rich JavaScript test framework running on Node.js...
    developer.ibm.com/languages/javascript/
    Tue Mar 17 04:45:28 UTC 2026
      15.6K bytes
      Cache
     
  18. watsonx Code Assistant - IBM Developer

    AI driven refactoring and testing Boost mainframe DevOps with...Code Assistant for Z and IBM Test Accelerator for Z for COBOL...
    developer.ibm.com/components/watsonx-code-assistant/
    Tue Mar 24 01:36:01 UTC 2026
      15.1K bytes
      Cache
     
  19. Recherche avec caractères génériques

    tel que test, tests ou tester. De plus, te *...seul caractère, tel que text ou test. Pour utiliser un caractère...
    fess.codelibs.org/fr/15.4/user/search-wildcard.html
    Mon Feb 09 02:48:02 UTC 2026
      22.9K bytes
      Cache
     
  20. Nested versus non-nested cross-validation — sci...

    Nested versus non-nested cross-validation #...example compares non-nested and nested cross-validation strategies...
    scikit-learn.org/stable/auto_examples/model_selection/plot_nested_cross_validation_iris.html
    Mon Mar 23 20:39:22 UTC 2026
      17.1K bytes
      Cache
     
Back to Top