Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 401 - 420 of 3,119 for test (0.45 seconds)

Filter
  1. BernoulliNB — 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.BernoulliNB.html
    Mon Mar 23 20:39:23 UTC 2026
      18K bytes
      Cache
     
  2. Uses of Package org.springframework.aot.hint.an...

    overriding in Spring tests. org.springframework.test.context.bean.override.convention...context. org.springframework.test.context.bean.override Support...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/aot/hint/annotation/...
    Fri Feb 01 00:00:00 UTC 1980
      21K bytes
      Cache
     
  3. Learn regression algorithms - IBM Developer

    for test data versus the actual selling price of the test values....used to split the data set into test and training sets. For simplicity,...
    developer.ibm.com/learningpaths/get-started-artificial-intelligence/next-steps/learn-regression-a...
    Tue Mar 24 02:30:47 UTC 2026
      19.6K bytes
      Cache
     
  4. Comparison of kernel ridge regression and SVR —...

    label = " %s (test)" % name , ) plt . xscale (...Squared Error" , "score_type" : "test" , "std_display_style" : None...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_ridge_regression.html
    Mon Mar 23 20:39:20 UTC 2026
      18.8K bytes
      Cache
     
  5. Scale enterprise AI with IBM watsonx

    and that they will be able to test and validate future models in...tool allows users to quickly test out different prompts and models...
    developer.ibm.com/articles/awb-watsonx-enterprise-data-and-ai-platform/
    Tue Mar 17 04:48:24 UTC 2026
      23.3K bytes
      Cache
     
  6. 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 May 04 01:48:21 UTC 2026
      94.2K bytes
      Cache
     
  7. MultiTaskElasticNetCV — scikit-learn 1.8.0 docu...

    are tested by cross-validation and the one giving the best prediction...default=None Values of alphas to test along the regularization path,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskElasticNetCV.html
    Mon Mar 23 20:39:20 UTC 2026
      20.5K bytes
      Cache
     
  8. COBOL - Articles - 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/languages/cobol/articles/
    Tue Mar 24 02:18:58 UTC 2026
      13.7K bytes
      Cache
     
  9. Developer’s Guide — scikit-learn 1.8.0 do...

    on GitHub Actions Testing and improving test coverage Monitoring...Numbers Numerical assertions in tests Developers’ Tips and Tricks...
    scikit-learn.org/stable/developers/index.html
    Mon Mar 09 14:07:56 UTC 2026
      7.7K bytes
      Cache
     
  10. is_regressor — scikit-learn 1.8.0 documentation

    instance Estimator object to test. Returns : out bool True if...
    scikit-learn.org/stable/modules/generated/sklearn.base.is_regressor.html
    Mon Mar 23 20:39:20 UTC 2026
      12.7K bytes
      Cache
     
  11. model_evaluation.rst.txt

    ratio (pre-test and post-tests): .. math:: \text{post-test odds} =...\frac{\text{pre-test probability}}{1 - \text{pre-test probability}},...
    scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt
    Tue Mar 17 03:44:39 UTC 2026
      37.2K bytes
     
  12. 1.16. Probability calibration — scikit-learn 1....

    base_estimator makes predictions on the test subset the predictions are used...be present in both train and test subsets for every split. When...
    scikit-learn.org/stable/modules/calibration.html
    Mon Mar 23 20:39:21 UTC 2026
      14.6K bytes
      Cache
     
  13. QuantileRegressor — scikit-learn 1.8.0 document...

    coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.QuantileRegressor.html
    Mon Mar 23 20:39:21 UTC 2026
      17.2K bytes
      Cache
     
  14. RFECV — scikit-learn 1.8.0 documentation

    test) splits as arrays of indices....scoring option on the given test data and labels. Parameters...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html
    Mon Mar 23 20:39:23 UTC 2026
      19.6K bytes
      Cache
     
  15. TransformedTargetRegressor — scikit-learn 1.8.0...

    coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.compose.TransformedTargetRegressor.html
    Mon Mar 23 20:39:23 UTC 2026
      18.1K bytes
      Cache
     
  16. 3.4. Metrics and scoring: quantifying the quali...

    (pre-test and post-tests): \[\text{post-test odds} = \text{Likelihood...\frac{\text{pre-test probability}}{1 - \text{pre-test probability}},\]...
    scikit-learn.org/stable/modules/model_evaluation.html
    Mon Mar 23 20:39:21 UTC 2026
      62.7K bytes
      Cache
     
  17. plot_hgbt_regression.zip

    shape[0]}") print(f"Test sample size: {X_test.shape[0]}")...slice(0, 336) # first week in the test set as 7 * 48 = 336 missing_fraction_list...
    scikit-learn.org/stable/_downloads/ef504a3cb245a55fde178198c8218b4a/plot_hgbt_regression.zip
    Mon Mar 23 20:39:20 UTC 2026
      36.8K bytes
     
  18. AgentOps in watsonx Orchestrate: Observability ...

    with root causes Running A/B tests for prompts or model settings...ADK . Note : This tutorial is tested on watsonx Orchestrate ADK...
    developer.ibm.com/tutorials/agentsops-telemetry-langfuse-watsonx-orchestrate/
    Tue Mar 24 01:55:19 UTC 2026
      23.1K bytes
      Cache
     
  19. Why and how to use ESLint in your project

    your unit tests. When you you use npm to run the test script, it...run automatically before your tests by changing your package.json...
    developer.ibm.com/articles/why-and-how-to-use-eslint-in-your-project/
    Mon Mar 09 13:23:53 UTC 2026
      18.6K bytes
      Cache
     
  20. OpenShift API for Data Protection in IBM Cloud

    Regular testing : Test your backup and restore...their functionality. Conducting test restores allows you to verify...
    developer.ibm.com/articles/awb-openshift-api-ibm-cloud/
    Tue Mar 24 01:26:04 UTC 2026
      17.6K bytes
      Cache
     
Back to Top