Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 381 - 400 of 3,119 for test (0.61 seconds)

Filter
  1. SSO Configuration with OpenID Connect

    Minimal Configuration (for Testing) The following is a minimal...example for verification in a test environment. # Enable SSO sso...
    fess.codelibs.org/15.5/config/sso-oidc.html
    Mon Mar 23 02:47:54 UTC 2026
      45.8K bytes
      Cache
     
  2. Advanced Crawler Configuration

    Thoroughly test in a test environment before applying to production....fess_crawler . log Best Practices Verify in Test Environment Thoroughly...
    fess.codelibs.org/15.5/config/crawler-advanced.html
    Mon Mar 23 02:47:55 UTC 2026
      110.6K bytes
      Cache
     
  3. 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 Mar 23 02:51:17 UTC 2026
      48.3K bytes
      Cache
     
  4. 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 Mar 24 01:55:59 UTC 2026
      22.1K bytes
      Cache
     
  5. Installing scikit-learn — scikit-learn 1.8.0 do...

    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 Mar 23 20:39:23 UTC 2026
      10.8K bytes
      Cache
     
  6. StringUtils (Spring Framework 7.0.5 API)

    @Nullable String suffix) Test if the given String ends with...String str, char singleCharacter) Test if the given String matches...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/util/StringUtils.html
    Fri Feb 01 00:00:00 UTC 1980
      198.4K bytes
      1 views
      Cache
     
  7. SpringJUnitWebConfig (Spring Framework 7.0.0 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 UTC 1980
      25.2K bytes
      Cache
     
  8. 기여 가이드

    작성 테스트 메서드명은 test 로 시작 Given-When-Then 패턴 사용 @Test public void...SearchService (); String query = "test" ; // When: 테스트 대상 실행 SearchResponse...
    fess.codelibs.org/ko/dev/contributing.html
    Mon Mar 23 02:59:01 UTC 2026
      57.7K bytes
      Cache
     
  9. GaussianNB — 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.GaussianNB.html
    Mon Mar 23 20:39:20 UTC 2026
      18.4K bytes
      Cache
     
  10. Sicherheitseinstellungen

    O = Test , L = Test , C = DE Konfiguration...fess-backup.tar.gz Sicherheits-Best-Practices Prinzip der geringsten...
    fess.codelibs.org/de/15.5/install/security.html
    Mon Mar 23 02:51:01 UTC 2026
      40.8K bytes
      Cache
     
  11. Partial Dependence and Individual Conditional E...

    model and the second year to test the model. mask_training = X...set)' if idx == 0.0 else '2011 (test set)' } " ) ax . set_ylim (...
    scikit-learn.org/stable/auto_examples/inspection/plot_partial_dependence.html
    Mon Mar 23 20:39:22 UTC 2026
      45.6K bytes
      Cache
     
  12. AdaBoostRegressor — 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.ensemble.AdaBoostRegressor.html
    Mon Mar 23 20:39:23 UTC 2026
      18.1K bytes
      Cache
     
  13. 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 Mar 23 02:54:27 UTC 2026
      66.2K bytes
      Cache
     
  14. parametrize_with_checks — scikit-learn 1.8.0 do...

    to a test failure. If False, unexpectedly passing tests will...pytest -k to specify which tests to run: pytest test_check_estimators...
    scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.parametrize_with_checks....
    Tue Mar 17 03:44:39 UTC 2026
      14.4K bytes
      Cache
     
  15. 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
    Mon Mar 23 20:39:21 UTC 2026
      5.8K bytes
     
  16. 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
    Mon Mar 23 20:39:21 UTC 2026
      6.9K bytes
     
  17. quantile_transform — 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.quantile_transform.html
    Mon Mar 23 20:39:23 UTC 2026
      15.5K bytes
      Cache
     
  18. RadiusNeighborsRegressor — scikit-learn 1.8.0 d...

    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.RadiusNeighborsRegressor.html
    Mon Mar 23 20:39:21 UTC 2026
      19.6K bytes
      Cache
     
  19. Create a machine learning model pipeline to cho...

    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...
    Tue Mar 24 02:06:41 UTC 2026
      21.3K bytes
      Cache
     
  20. Visualization of MLP weights on MNIST — scikit-...

    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 Mar 23 20:39:21 UTC 2026
      16.4K bytes
      Cache
     
Back to Top