Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 281 - 300 of 3,167 for test (3.36 seconds)

  1. Analyze legal documents without building a comp...

    development and testing. Later, after testing is completed, you...watsonx Orchestrate Deploy and test your agent Rather than provide...
    developer.ibm.com/tutorials/watsonx-orchestrate-box-mcp/
    Mon Feb 09 19:03:03 GMT 2026
      113K bytes
      Cache
     
  2. StratifiedKFold — scikit-learn 1.8.0 docu...

    Provides train/test indices to split data in train/test sets. This...index=[1 3] Test: index=[0 2] Fold 1: Train: index=[0 2] Test: index=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html
    Mon Feb 09 10:22:30 GMT 2026
      125.1K bytes
      Cache
     
  3. 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 GMT 2026
      635.9K bytes
      Cache
      Similar Results (1)
     
  4. Tweedie regression on insurance claims — ...

    TweedieRegressor subset train test train test metric D² explained NaN...e an estimator on train and test sets with different metrics"""...
    scikit-learn.org/stable/auto_examples/linear_model/plot_tweedie_regression_insurance_claims.html
    Mon Feb 09 10:22:28 GMT 2026
      181.6K bytes
      Cache
     
  5. WebTestContextBootstrapper (Spring Framework 7....

    test.context.support.AbstractTestContextB...ontextB org.springframework.test.context.support.DefaultTestContextBo...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/web/Web...
    Fri Feb 01 00:00:00 GMT 1980
      22K bytes
      Cache
     
  6. Node.js - 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
    Mon Feb 02 13:59:27 GMT 2026
      637.4K bytes
      Cache
      Similar Results (2)
     
  7. permutation_test_score — scikit-learn 1.8...

    implements Test 1 in: Ojala and Garriga. Permutation Tests for Studying...splitting the dataset into train/test set. Changed in version 1.6:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.permutation_test_score.html
    Mon Feb 09 10:22:28 GMT 2026
      121.7K bytes
      Cache
     
  8. CalibratedClassifierCV — scikit-learn 1.8...

    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
    Mon Feb 09 10:22:28 GMT 2026
      157.2K bytes
      Cache
     
  9. Ordinary Least Squares and Ridge Regression &#8...

    evaluate on a test set, and visualize the predictions....and target into training and test sets. from sklearn.datasets...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge.html
    Mon Feb 09 10:22:28 GMT 2026
      106.6K bytes
      Cache
     
  10. 通配符检索

    texttest 等。 使用多字符通配符时,使用 * ,如下所示。 test * 上述情况将作为多字符通配符处理,如...上述情况将作为多字符通配符处理,如 testtests 或 tester 等。此外, te * t 也可以在搜索词中这样使用。 使用条件...
    fess.codelibs.org/zh-cn/15.4/user/search-wildcard.html
    Mon Feb 09 02:53:42 GMT 2026
      22K bytes
      Cache
      Similar Results (1)
     
  11. plot_multi_metric_evaluation.py

    ("test", "-")): sample_score_mean =...sample_score_std, alpha=0.1 if sample == "test" else 0, color=color, ) ax.plot(...
    scikit-learn.org/stable/_downloads/dedbcc9464f3269f4f012f4bfc7d16da/plot_multi_metric_evaluation.py
    Mon Feb 09 10:22:29 GMT 2026
      3.6K bytes
     
  12. Multiclass sparse logistic regression on 20newg...

    [model=One versus Rest, solver=saga] Number of epochs: 3 Test accuracy...np . concatenate ([ est . coef_ for est in clf . estimators_...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_20newsgroups.html
    Mon Feb 09 10:22:28 GMT 2026
      105.9K bytes
      Cache
     
  13. learning_curve — scikit-learn 1.8.0 docum...

    cross-validated training and test scores for different training...dataset k times in training and test data. Subsets of the training...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.learning_curve.html
    Mon Feb 09 10:22:30 GMT 2026
      125.6K bytes
      Cache
     
  14. Permutation Importance with Multicollinear or C...

    get about 97% accuracy on a test dataset. Because this dataset...contradiction with the high test accuracy. We demo a possible...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance_multicollinear.html
    Mon Feb 09 10:22:28 GMT 2026
      117.1K bytes
      Cache
     
  15. Creating a data stream with a lifecycle | Elast...

    uot;: ["my-data-stream-test"], "data_stream":...stream named my-data-stream-test . You can optionally use a wildcard...
    www.elastic.co/docs/manage-data/lifecycle/data-stream/tutorial-create-data-stream-with-lifecycle
    Fri Jan 16 08:45:52 GMT 2026
      116.5K bytes
      Cache
     
  16. Entwicklung

    OpenSearch-Plugins Tests Ausführen von Unit-Tests Alle Unit-Tests ausführen...Ausführen von Unit-Tests Schritt 4: Ausführen lokaler Tests Ausführen...
    fess.codelibs.org/de/development.html
    Mon Feb 09 02:45:07 GMT 2026
      62.8K bytes
      Cache
     
  17. Deploy MCP Composer on IBM Cloud Code Engine us...

    Test the Container locally (Optional) You can test your...ENTRYPOINT [] CMD [ "uv" , "run" , "test/test_composer.py" ] Copy code...
    developer.ibm.com/tutorials/mcp-composer-code-engine-docker/
    Mon Feb 09 18:56:51 GMT 2026
      117.7K bytes
      Cache
     
  18. KNeighborsRegressor — scikit-learn 1.8.0 ...

    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.KNeighborsRegressor.html
    Mon Feb 09 10:22:30 GMT 2026
      152.3K bytes
      Cache
     
  19. Develop a JMS application for CICS Liberty

    Test the MDB sample To test the MDB sample, download...MDB test. http://host:port/com.ibm.cicsdev.mqjms.web?test=readtsq...
    developer.ibm.com/tutorials/develop-jms-applications-for-ibm-cics-liberty/
    Mon Feb 09 19:01:13 GMT 2026
      151.1K bytes
      Cache
     
  20. RepeatedKFold — scikit-learn 1.8.0 docume...

    index=[0 1] Test: index=[2 3] Fold 1: Train: index=[2 3] Test: index=[0...index=[1 2] Test: index=[0 3] Fold 3: Train: index=[0 3] Test: index=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html
    Mon Feb 09 10:22:28 GMT 2026
      119.8K bytes
      Cache
     
Back to Top