Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 351 - 400 of 2,947 for test (5.5 seconds)

  1. auto_examples_jupyter.zip

    len(text), \"num_sentences\": text.count(\".\")} for text in ...set and a test and keep 25% of the data for testing.\n\n" ] },...
    scikit-learn.org/stable/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip
    Mon Dec 15 15:02:30 GMT 2025
      2.2M bytes
     
  2. Your first Elastic Agent: From a single query t...

    Test it out! Click Save & test. You’ll see a...the LLM to work within the tested, efficient, and correct business...
    www.elastic.co/search-labs/blog/ai-agent-builder-elasticsearch
    Mon Dec 22 01:57:09 GMT 2025
      263.2K bytes
      Cache
     
  3. OrthogonalMatchingPursuit — scikit-learn ...

    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.OrthogonalMatchingPursuit.html
    Mon Dec 22 11:58:31 GMT 2025
      134.5K bytes
      Cache
     
  4. plot_classifier_comparison.rst.txt

    points in solid colors and testing points semi-transparent. The...classification accuracy on the test set. .. GENERATED FROM PYTHON...
    scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Fri Dec 05 17:52:54 GMT 2025
      7.8K bytes
     
  5. fetch_species_distributions — scikit-lear...

    in degrees test record array, shape = (620,) The test points for...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_species_distributions.html
    Mon Dec 22 11:58:29 GMT 2025
      113.1K bytes
      Cache
     
  6. 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
    Sat Nov 29 05:08:37 GMT 2025
      6.6K bytes
     
  7. Lucene Change Log

    Internal test framework's tests are sensitive to previous test failures...McCandless) Tests    (1) LUCENE-8035 : Run tests with...
    lucene.apache.org/core/7_3_1/changes/Changes.html
    Mon May 14 13:58:40 GMT 2018
      1.1M bytes
      Cache
      Similar Results (3)
     
  8. Gradient Boosting regularization — scikit...

    y_train ) # compute test set deviance test_deviance =...Iterations" ) plt . ylabel ( "Test Set Deviance" ) plt . show...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regularization.html
    Mon Dec 22 11:58:29 GMT 2025
      96K bytes
      Cache
     
  9. Open-Source-Volltextsuche-Server - Fess Entwick...

    Tests Erstellen und führen Sie Unit-Tests aus und überprüfen...Build-Verarbeitung Ausführung von Tests Erstellung von Paketen Entwicklungstools...
    fess.codelibs.org/de/dev/getting-started.html
    Mon Dec 22 02:41:32 GMT 2025
      48.3K bytes
      Cache
     
  10. Build a scheduled agentic workflow for daily no...

    This tutorial was tested with ADK version 1.15. Python...or later. This tutorial was tested with Python 3.13. An active...
    developer.ibm.com/tutorials/build-scheduled-agentic-workflow/
    Tue Dec 16 02:28:12 GMT 2025
      719.1K bytes
      Cache
     
  11. Lucene Change Log

    Internal test framework's tests are sensitive to previous test failures...GITHUB#12752 : tests.multiplier could be omitted in test failure reproduce...
    lucene.apache.org/core/9_9_2/changes/Changes.html
    Mon Jan 29 14:54:40 GMT 2024
      1.4M bytes
      Cache
      Similar Results (3)
     
  12. LassoLarsCV — scikit-learn 1.8.0 document...

    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.LassoLarsCV.html
    Mon Dec 22 11:58:31 GMT 2025
      146.3K bytes
      Cache
     
  13. plot_hgbt_regression.rst.txt

    shape[0]}") print(f"Test sample size: {X_test.shape[0]}")...Training sample size: 16531 Test sample size: 11021 Number of...
    scikit-learn.org/stable/_sources/auto_examples/ensemble/plot_hgbt_regression.rst.txt
    Fri Dec 05 17:52:54 GMT 2025
      22K bytes
     
  14. 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 Dec 22 11:58:29 GMT 2025
      122.7K bytes
      Cache
     
  15. Lucene Change Log

    Internal test framework's tests are sensitive to previous test failures...lucene/core to test LockFactory implementations: "ant test-lock-factory"....
    lucene.apache.org/core/4_8_0/changes/Changes.html
    Sun Apr 27 23:47:22 GMT 2014
      732.5K bytes
      Cache
      Similar Results (1)
     
  16. Lucene Change Log

    Internal test framework's tests are sensitive to previous test failures...Lucene's testing framework. This will allow testing new MMapDirectory...
    lucene.apache.org/core/9_0_0/changes/Changes.html
    Tue Dec 07 11:20:37 GMT 2021
      1.3M bytes
      Cache
      Similar Results (3)
     
  17. 기여 가이드

    작성 테스트 메서드명은 test 로 시작 Given-When-Then 패턴 사용 @Test public void...SearchService (); String query = "test" ; // When: 테스트 대상 실행 SearchResponse...
    fess.codelibs.org/ko/dev/contributing.html
    Mon Dec 22 02:47:47 GMT 2025
      57.7K bytes
      Cache
     
  18. robust_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.robust_scale.html
    Mon Dec 22 11:58:31 GMT 2025
      113.5K bytes
      Cache
     
  19. plot_hgbt_regression.py

    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/d108f2283ac3905eb623b32d42217a2b/plot_hgbt_regression.py
    Fri Dec 05 17:52:53 GMT 2025
      16.3K bytes
     
  20. GaussianNB — scikit-learn 1.8.0 documenta...

    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.GaussianNB.html
    Mon Dec 22 11:58:29 GMT 2025
      156.2K bytes
      Cache
     
  21. preprocessing.rst.txt

    K_{test} - 1'_{\text{n}_{samples}} K - K_{test} 1_{\text{n}_{samples}}...:math:`K_{test}(X, Y)` defined as: .. math:: K_{test}(X, Y) =...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Thu Dec 04 11:53:54 GMT 2025
      52.9K bytes
     
  22. AfterTestExecution (Spring Framework 7.0.1 API)

    -compliant methods within a Spring test ApplicationContext — for...xt.testMethod.name matches 'test.*'") . The EventPublishingTestE...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/event/a...
    Fri Feb 01 00:00:00 GMT 1980
      11.5K bytes
      Cache
      Similar Results (1)
     
  23. 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 Dec 22 11:58:31 GMT 2025
      93.1K bytes
      Cache
     
  24. Lucene Change Log

    Internal test framework's tests are sensitive to previous test failures...McCandless) Tests    (1) LUCENE-8035 : Run tests with...
    lucene.apache.org/core/8_0_0/changes/Changes.html
    Wed Mar 13 14:10:52 GMT 2019
      1.1M bytes
      Cache
      Similar Results (5)
     
  25. Generate machine learning model pipelines to ch...

    Use the following steps to test the online endpoint. After the...applications to call the model. Go to Test , and select JSON Input . Copy...
    developer.ibm.com/tutorials/generate-machine-learning-model-pipelines-to-choose-the-best-model-fo...
    Mon Dec 22 12:46:06 GMT 2025
      716.1K bytes
      Cache
     
  26. AdaBoostRegressor — scikit-learn 1.8.0 do...

    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.ensemble.AdaBoostRegressor.html
    Mon Dec 22 11:58:31 GMT 2025
      145.5K bytes
      Cache
     
  27. SpringJUnitWebConfig (Spring Framework 7.0.1 API)

    inherited from an enclosing test class by default. See @NestedTestConfigurat...Default: org.springframework.test.context.ContextLoader.class...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/junit/j...
    Fri Feb 01 00:00:00 GMT 1980
      24.8K bytes
      Cache
     
  28. MultiTaskElasticNetCV — scikit-learn 1.8....

    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 Dec 22 11:58:29 GMT 2025
      164.6K bytes
      Cache
     
  29. Generative AI - Tutorials - IBM Developer

    and test queries in minutes. watsonx...workflows for AI agents Learn to test, benchmark, and optimize AI...
    developer.ibm.com/technologies/generative-ai/tutorials/
    Mon Dec 22 12:13:42 GMT 2025
      636.5K bytes
      Cache
     
  30. 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 Dec 22 01:56:58 GMT 2025
      597.4K bytes
      Cache
     
  31. 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.scale.html
    Mon Dec 22 11:58:31 GMT 2025
      112K bytes
      Cache
     
  32. BernoulliNB — scikit-learn 1.8.0 document...

    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 Dec 22 11:58:31 GMT 2025
      152.7K bytes
      Cache
     
  33. 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
    Fri Dec 05 17:52:54 GMT 2025
      36.8K bytes
     
  34. Architecture et structure du code

    │ └── test/ │ └── java/org/codelibs/fess/ │ ├── ...Test.java #...# Classes de test │ └── it/ # Tests d'intégration ├── pom.xml...
    fess.codelibs.org/fr/dev/architecture.html
    Mon Dec 22 02:43:57 GMT 2025
      66.2K bytes
      Cache
     
  35. Installing scikit-learn — scikit-learn 1....

    2 tests pytest-cov 2.9.0 tests ruff 0.11.7 tests mypy 1.15...1.15 tests pyamg 5.0.0 tests polars 0.20.30 docs, tests pyarrow...
    scikit-learn.org/stable/install.html
    Mon Dec 22 11:58:30 GMT 2025
      55.7K bytes
      Cache
     
  36. 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 Dec 22 11:58:31 GMT 2025
      150.2K bytes
      Cache
     
  37. Partial Dependence and Individual Conditional E...

    model and the second year to test the model. mask_training = X...if idx == 0.0 else '2011 (test set)' } " ) ax . set_ylim...
    scikit-learn.org/stable/auto_examples/inspection/plot_partial_dependence.html
    Mon Dec 22 11:58:31 GMT 2025
      266.4K bytes
      Cache
     
  38. power_transform — scikit-learn 1.8.0 docu...

    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.power_transform.html
    Mon Dec 22 11:58:31 GMT 2025
      113.2K bytes
      Cache
     
  39. Deploy IBM Security Guardium virtual appliance ...

    Test the playbooks Test the Ansible playbooks...
    developer.ibm.com/blogs/awb-deploy-ibm-security-guardium-virtual-appliance-using-ansible/
    Mon Dec 08 12:31:57 GMT 2025
      685.5K bytes
      Cache
     
  40. 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 Dec 22 12:11:38 GMT 2025
      686.5K bytes
      Cache
     
  41. Sicherheitseinstellungen

    O = Test , L = Test , C = DE Konfiguration...fess-backup.tar.gz Sicherheits-Best-Practices Prinzip der geringsten...
    fess.codelibs.org/de/15.3/install/security.html
    Mon Dec 22 02:41:27 GMT 2025
      40.8K bytes
      Cache
     
  42. OrthogonalMatchingPursuitCV — scikit-lear...

    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.OrthogonalMatchingPursuitCV.html
    Mon Dec 22 11:58:31 GMT 2025
      137.7K bytes
      Cache
     
  43. cross_val_predict — scikit-learn 1.8.0 do...

    sample belongs to exactly one test set, and its prediction is computed...cross_val_score unless all tests sets have equal size and the...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_predict.html
    Mon Dec 22 11:58:29 GMT 2025
      120.7K bytes
      Cache
     
  44. feature_selection.rst.txt

    the best features based on univariate statistical tests. It can...we can use a F-test to retrieve the two best features for a dataset...
    scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt
    Fri Dec 05 17:52:54 GMT 2025
      14.5K bytes
     
  45. Get started with IBM EASeJ - IBM Developer

    the code in a Git branch and tests them locally. When they’re happy...changes also build and pass the tests in EASeJ. The developer then...
    developer.ibm.com/tutorials/get-started-easej/
    Mon Dec 22 13:09:29 GMT 2025
      711.5K bytes
      Cache
     
  46. Architektur und Codestruktur

    │ └── test/ │ └── java/org/codelibs/fess/ │ ├── ...Test.java #...Bauen und Testen - Build und Test Leitfaden für Beiträge - Erstellen...
    fess.codelibs.org/de/dev/architecture.html
    Mon Dec 22 02:41:32 GMT 2025
      64.6K bytes
      Cache
     
  47. Open-source development - Tutorials - IBM Devel...

    how to prepare input files and test fine-tuned output models using...simualted pods to simulate and test a large cluster at scale. Open-source...
    developer.ibm.com/devpractices/open-source-development/tutorials/
    Mon Dec 22 12:18:38 GMT 2025
      634K bytes
      Cache
     
  48. quantile_transform — scikit-learn 1.8.0 d...

    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.quantile_transform.html
    Mon Dec 22 11:58:31 GMT 2025
      117.5K bytes
      Cache
     
  49. Build context-aware AI agents with watsonx Orch...

    Test the AI agent Test the Employee Helper...displayed with a chat window for testing the agent. In the Welcome message...
    developer.ibm.com/tutorials/agentic-rag-watsonx-orchestrate-astradb/
    Thu Dec 04 02:50:14 GMT 2025
      704.7K bytes
      Cache
     
  50. RegressorMixin — scikit-learn 1.8.0 docum...

    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.base.RegressorMixin.html
    Mon Dec 22 11:58:31 GMT 2025
      116.1K bytes
      Cache
     
Back to Top