Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 241 - 260 of 3,167 for test (2.8 seconds)

  1. Building AI applications with Model Context Pro...

    description} " ) # Test text generation print ( "\n Testing Text Generation:"...sentiment of the following text: Text: " {text} " Provide: 1. Overall...
    developer.ibm.com/tutorials/mcp-watsonx/
    Mon Feb 09 18:58:02 GMT 2026
      140.9K bytes
      Cache
     
  2. Data Store Crawling

    This is test 1. 2 , Title 2 , This is test 2. 3 , Title...Title 3 , This is test 3. 4 , Title 4 , This is test 4. 5 , Title...
    fess.codelibs.org/15.4/admin/dataconfig-guide.html
    Mon Feb 09 02:42:13 GMT 2026
      59.2K bytes
      Cache
      Similar Results (1)
     
  3. Install Red Hat OpenShift Container Platform 4....

    test-ocp-6f2c .ibm .com oauth-openshift .apps .test-ocp-6f2c... .apps .test-ocp-6f2c .ibm .com example .apps .test-ocp-6f2c...
    developer.ibm.com/tutorials/use-container-images-for-upi-deployment-of-openshift/
    Tue Dec 16 02:33:11 GMT 2025
      694K bytes
      Cache
     
  4. GMM covariances — scikit-learn 1.8.0 docu...

    text ( 0.05 , 0.8 , "Test accuracy: %.1f...on both training and held out test data using a variety of GMM...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_covariances.html
    Mon Feb 09 10:22:29 GMT 2026
      108.2K bytes
      Cache
     
  5. Deploy Red Hat OpenShift Container Platform on ...

    test-ocp-6f2c .ibm .com oauth-openshift .apps .test-ocp-6f2c... .apps .test-ocp-6f2c .ibm .com example .apps .test-ocp-6f2c...
    developer.ibm.com/tutorials/install-ocp-on-power-vs/
    Mon Feb 09 19:29:06 GMT 2026
      137.5K bytes
      Cache
     
  6. Entwicklungsworkflow

    ausführen mvn test -Dtest = SearchServiceTest # Alle Tests ausführen...Dokumentationsaktual test : Hinzufügen/Ändern von Tests Beispiele: #...
    fess.codelibs.org/de/dev/workflow.html
    Mon Feb 09 02:45:21 GMT 2026
      62.4K bytes
      Cache
     
  7. Target Encoder’s Internal Cross fitting —...

    dataset and perform a train test split: import pandas as pd from...print ( "Raw Model score on test set: " , raw_model . score...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder_cross_val.html
    Mon Feb 09 10:22:28 GMT 2026
      112.5K bytes
      Cache
     
  8. SelectFpr — scikit-learn 1.8.0 documentation

    a FPR test. FPR test stands for False Positive Rate test. It controls...simple estimators as well as on nested objects (such as Pipeline )....
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFpr.html
    Mon Feb 09 10:22:30 GMT 2026
      133.4K bytes
      Cache
     
  9. 开发工作流程

    执行特定的测试类 mvn test -Dtest = SearchServiceTest # 执行所有测试 mvn test 详情请参阅...修复错误 refactor : 重构 docs : 更新文档 test : 添加・修改测试 例: # 添加新功能 git checkout...
    fess.codelibs.org/zh-cn/dev/workflow.html
    Mon Feb 09 02:53:52 GMT 2026
      56.6K bytes
      Cache
     
  10. DummyClassifier — scikit-learn 1.8.0 docu...

    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.DummyClassifier.html
    Mon Feb 09 10:22:30 GMT 2026
      143.1K bytes
      Cache
     
  11. cross_validate — scikit-learn 1.8.0 docum...

    splitting the dataset into train/test set. Only used in conjunction...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html
    Mon Feb 09 10:22:28 GMT 2026
      137K bytes
      Cache
     
  12. Class Likelihood Ratios to measure classificati...

    the link between pre-test and post-test odds given by the Class...er: BSD-3-Clause Pre-test vs. post-test analysis # Suppose we...
    scikit-learn.org/stable/auto_examples/model_selection/plot_likelihood_ratios.html
    Mon Feb 09 10:22:29 GMT 2026
      143.1K bytes
      Cache
     
  13. Build an AI agent with Langflow, Granite 4.0 mo...

    Click Playground to test the full flow. First test, if it detects...the test the agent calling the Langflow tool. You can test either...
    developer.ibm.com/tutorials/develop-langflow-tools-watsonx-orchestrate-granite/
    Mon Feb 09 18:52:10 GMT 2026
      142.2K bytes
      Cache
     
  14. Create consistent evaluation workflows for AI a...

    all test cases: orchestrate evaluations evaluate --test-paths...options menu and select Test . On the Manage test cases and evaluations...
    developer.ibm.com/tutorials/create-evaluation-workflow-ai-agents/
    Mon Feb 09 19:14:48 GMT 2026
      127.6K bytes
      Cache
     
  15. L1-based models for Sparse Signals — scik...

    split the data into train and test sets for simplicity. In practice...estimate the variance of the test score. Here we set shuffle="False"...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html
    Mon Feb 09 10:22:28 GMT 2026
      125.1K bytes
      Cache
     
  16. 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
    Mon Feb 09 02:28:51 GMT 2026
      492.2K bytes
      Cache
     
  17. fetch_20newsgroups — scikit-learn 1.8.0 d...

    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
    Mon Feb 09 10:22:30 GMT 2026
      119.6K bytes
      Cache
     
  18. plot_multi_metric_evaluation.zip

    ("test", "-")): sample_score_mean =...sample_score_std, alpha=0.1 if sample == "test" else 0, color=color, ) ax.plot(...
    scikit-learn.org/stable/_downloads/535778bfbc9b4881da3e662bc2ea8484/plot_multi_metric_evaluation.zip
    Mon Feb 09 10:22:28 GMT 2026
      8.8K bytes
     
  19. LeavePOut — scikit-learn 1.8.0 documentation

    Provides train/test indices to split data in train/test sets. This...index=[2 3] Test: index=[0 1] Fold 1: Train: index=[1 3] Test: index=[0...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePOut.html
    Mon Feb 09 10:22:30 GMT 2026
      117.1K bytes
      Cache
     
  20. LarsCV — 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.LarsCV.html
    Mon Feb 09 10:22:30 GMT 2026
      142.4K bytes
      Cache
     
Back to Top