- Sort Score
- Num 10 results
- Language All
- Labels All
Results 531 - 540 of 1,694 for tests (2.54 seconds)
-
Selecting dimensionality reduction with Pipelin...
cross-validated model on the test set. If `scoring` represents...An iterable yielding (train, test) splits as arrays of indices....scikit-learn.org/stable/auto_examples/compose/plot_compare_reduction.html -
MultiTaskLassoCV — scikit-learn 1.8.0 doc...
default=None Values of alphas to test along the regularization path....An iterable yielding (train, test) splits as arrays of indices....scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLassoCV.html -
ContextHierarchy (Spring Framework 7.0.0 API)
following test classes define a context hierarchy within a test class...annotation that can be applied to a test class to define a hierarchy...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/Context... -
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 -
WebTestClient (Spring Framework 7.0.0 API)
interface WebTestClient Client for testing web servers that uses WebClient...specification for setting up tests without a server. static interface ...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/web/reactive/se... -
构建和测试
单元测试的执行 执行所有单元测试 mvn test 执行特定的测试类 mvn test -Dtest = SearchServiceTest...测试错误 测试超时 延长测试超时时间: mvn test -Dmaven.test.timeout = 600 OpenSearch...fess.codelibs.org/zh-cn/dev/building.html -
Configuration de la sécurité
O = Test , L = Test , C = DE Configuration...jour dans un environnement de test Appliquer les mises à jour dans...fess.codelibs.org/fr/15.3/install/security.html -
SimpleTransactionStatus (Spring Framework 7.0.1...
implementations and as a static mock for testing transactional code (either...a TransactionCallback to be tested). Since: 1.2.3 Author: Juergen...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/transaction/support/... -
From JNI to FFM: The future of Java‑native inte...
strings String[] testSeeds = { "hello" , "world" , "java" , "native"..."--------- ); for (String seed : testSeeds) { try { MemorySegment cString...developer.ibm.com/articles/j-ffm/ -
Varying regularization in Multi-layer Perceptro...
: # split into training and test part X_train , X_test , y_train..., cmap = cm_bright ) # and testing points ax . scatter ( X_test...scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_alpha.html