Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 381 - 400 of 3,118 for test (0.51 seconds)

Filter
  1. GaussianProcessClassifier — scikit-learn 1.8.0 ...

    classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. Parameters : X array-like...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessClassifier.html
    Mon Mar 23 20:39:20 UTC 2026
      19.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. 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
     
  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
    Tue Mar 17 03:44:39 UTC 2026
      2.3K bytes
     
  5. 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
     
  6. 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
     
  7. 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
     
  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. 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
     
  10. 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
     
  11. 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
     
  12. 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
     
  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
    Mon Mar 23 20:39:21 UTC 2026
      6.9K bytes
     
  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. 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
     
  16. 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
     
  17. 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
     
  18. 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
     
  19. 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
     
  20. 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
     
Back to Top