Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 401 - 420 of 3,167 for test (1.23 seconds)

  1. Granite models - 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/granite-models/
    Mon Feb 09 15:48:54 GMT 2026
      102.4K bytes
      Cache
     
  2. Take control of your data with Watson Studio - ...

    and trust models Test and validate machine learning...Notebooks, and SPSS Modeler Testing the model 12 December 2022...
    developer.ibm.com/learningpaths/get-started-watson-studio
    Mon Feb 02 13:14:59 GMT 2026
      686.5K bytes
      Cache
     
  3. PLSCanonical — scikit-learn 1.8.0 documen...

    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.cross_decomposition.PLSCanonical.html
    Mon Feb 09 10:22:30 GMT 2026
      159.9K bytes
      Cache
     
  4. plot_multi_metric_evaluation.rst.txt

    ("test", "-")): sample_score_mean =...sample_score_std, alpha=0.1 if sample == "test" else 0, color=color, ) ax.plot(...
    scikit-learn.org/stable/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt
    Mon Feb 09 10:22:29 GMT 2026
      6.6K bytes
     
  5. Importance of Feature Scaling — scikit-le...

    " ) Test accuracy for the unscaled PCA 35.19% Test accuracy...predict_proba ( X_test ) print ( "Test accuracy for the unscaled PCA"...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html
    Mon Feb 09 10:22:28 GMT 2026
      122.7K bytes
      Cache
     
  6. maxabs_scale — scikit-learn 1.8.0 documen...

    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 Feb 09 10:22:28 GMT 2026
      110.3K bytes
      Cache
     
  7. EstimatorCheckFailedWarning — scikit-lear...

    estimator check from the common tests fails. Parameters : estimator...Estimator instance for which the test failed. check_name str Name...
    scikit-learn.org/stable/modules/generated/sklearn.exceptions.EstimatorCheckFailedWarning.html
    Mon Feb 09 10:22:30 GMT 2026
      107.5K bytes
      Cache
     
  8. Kernel PCA — scikit-learn 1.8.0 documenta...

    set_title ( "Testing data" ) The samples from...orig_data_ax . set_title ( "Testing data" ) pca_proj_ax ....
    scikit-learn.org/stable/auto_examples/decomposition/plot_kernel_pca.html
    Mon Feb 09 10:22:28 GMT 2026
      107.2K bytes
      Cache
     
  9. Retrieval-augmented generation with LangChain a...

    index_name= "test-basic" , ) db.client.indices.refresh(index= "test-basic"...platform that lets you debug, test, evaluate, and monitor chains...
    developer.ibm.com/articles/awb-retrieval-augmented-generation-with-langchain-and-elastic-db/
    Mon Feb 09 21:13:44 GMT 2026
      101.5K bytes
      Cache
     
  10. AbstractKotlinSerializationHttpMessageConverter...

    Parameters: clazz - the class to test for support Returns: true if...(potentially generic) type to test for readability. The type source...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/http/converter/Abstr...
    Fri Feb 01 00:00:00 GMT 1980
      55.6K bytes
      Cache
     
  11. RidgeCV — 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.RidgeCV.html
    Mon Feb 09 10:22:28 GMT 2026
      150.2K bytes
      Cache
     
  12. 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
     
  13. 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
     
  14. 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
     
  15. AnnotationConfigWebContextLoader (Spring Framew...

    test.context.support.AbstractContextLoade...xtLoade org.springframework.test.context.web.AbstractGenericWebCo...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/web/Ann...
    Fri Feb 01 00:00:00 GMT 1980
      43K bytes
      Cache
     
  16. Regularization path of L1- Logistic Regression ...

    regularization on training and test error Effect of model regularization...regularization on training and test error Plot Ridge coefficients...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_path.html
    Mon Feb 09 10:22:28 GMT 2026
      96.3K bytes
      Cache
     
  17. Combine Groq, Anthropic, and Granite 4.0 Nano m...

    This tutorial has been tested and verified with watsonx Orchestrate...but this tutorial has been tested with Python 3.11. An active...
    developer.ibm.com/tutorials/groq-anthropic-granite-multi-agent-workflow/
    Mon Feb 09 19:14:47 GMT 2026
      164.1K bytes
      Cache
     
  18. AbstractSmartHttpMessageConverter (Spring Frame...

    Parameters: clazz - the class to test for support Returns: true if...Parameters: clazz - the class to test for readability mediaType -...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/http/converter/Abstr...
    Fri Feb 01 00:00:00 GMT 1980
      51.8K bytes
      Cache
     
  19. 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
     
  20. Combine predictors using stacking — sciki...

    ``max_leaf_nodes`` in best-first fashion. Best nodes are defined...``max_leaf_nodes`` in best-first fashion. Best nodes are defined...
    scikit-learn.org/stable/auto_examples/ensemble/plot_stack_predictors.html
    Mon Feb 09 10:22:29 GMT 2026
      627.6K bytes
      Cache
     
Back to Top