- Sort Score
- Num 50 results
- Language All
- Labels All
Results 201 - 250 of 2,947 for test (2.43 seconds)
-
RepeatedStratifiedKFold — scikit-learn 1....
index=[1 2] Test: index=[0 3] Fold 1: Train: index=[0 3] Test: index=[1...index=[1 3] Test: index=[0 2] Fold 3: Train: index=[0 2] Test: index=[1...scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html -
cross_validation.rst.txt
``['test_<scorer1_name>', 'test_<scorer2_name>', 'test_<scorer...>',...estimators, train-test split indices) in addition to the test score. For...scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt -
GroupKFold — scikit-learn 1.8.0 documenta...
test ndarray The testing set indices for that...will appear exactly once in the test set across all folds (the number...scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html -
ModelAndViewAssert (Spring Framework 7.0.1 API)
test.web.ModelAndViewAssert public...assertions intended to simplify testing scenarios dealing with Spring...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/web/ModelAndVie... -
빌드 및 테스트
단위 테스트 실행 mvn test 특정 테스트 클래스 실행 mvn test -Dtest = SearchServiceTest...타임아웃 테스트 타임아웃 시간 연장: mvn test -Dmaven.test.timeout = 600 OpenSearch가...fess.codelibs.org/ko/dev/building.html -
validation_curve — scikit-learn 1.8.0 doc...
Determine training and test scores for varying parameter...splitting the dataset into train/test set. Only used in conjunction...scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html -
Mastering data persistence with Quarkus - IBM D...
Test your persistence layer Testing is essential...when you run your tests. This means you test against the same...developer.ibm.com/tutorials/quarkus-basics-03/ -
构建和测试
单元测试的执行 执行所有单元测试 mvn test 执行特定的测试类 mvn test -Dtest = SearchServiceTest...测试错误 测试超时 延长测试超时时间: mvn test -Dmaven.test.timeout = 600 OpenSearch...fess.codelibs.org/zh-cn/dev/building.html -
Faces recognition example using eigenfaces and ...
set and a test and keep 25% of the data for testing. X_train ,...of the model quality on the test set print ( "Predicting...scikit-learn.org/stable/auto_examples/applications/plot_face_recognition.html -
Developing a stream processor with Apache Kafka...
Test your stream processor You can test your stream...will test the stream processor using kafka-streams-test-utils...developer.ibm.com/tutorials/developing-a-streams-processor-with-apache-kafka/ -
Install Red Hat OpenShift Container Platform 4....
test-ocp-6f2c .ibm .com oauth-openshift .apps .test-ocp-6f2c... .apps .test-ocp-6f2c .ibm .com example .apps .test-ocp-6f2c...developer.ibm.com/tutorials/use-container-images-for-upi-deployment-of-openshift/ -
GMM covariances — scikit-learn 1.8.0 docu...
text ( 0.05 , 0.8 , "Test accuracy: %.1f...on both training and held out test data using a variety of GMM...scikit-learn.org/stable/auto_examples/mixture/plot_gmm_covariances.html -
Target Encoder’s Internal Cross fitting —...
dataset and perform a train test split: import pandas as pd from...print ( "Raw Model score on test set: " , raw_model . score...scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder_cross_val.html -
Development
Running Unit Tests Step 4: Run Local Tests Running Unit Tests Running...Plugins Testing Running Unit Tests Running All Unit Tests Running...fess.codelibs.org/development.html -
Compare cross decomposition methods — sci...
label = "test" , marker = "o"...title ( "Comp. 1: X vs Y (test corr = %.2f )" % np . corrcoef...scikit-learn.org/stable/auto_examples/cross_decomposition/plot_compare_cross_decomposition.html -
Entwicklungsworkflow
ausführen mvn test -Dtest = SearchServiceTest # Alle Tests ausführen...Dokumentationsaktual test : Hinzufügen/Ändern von Tests Beispiele: #...fess.codelibs.org/de/dev/workflow.html -
cross_validate — scikit-learn 1.8.0 docum...
splitting the dataset into train/test set. Only used in conjunction...An iterable yielding (train, test) splits as arrays of indices....scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html -
Open Source Full-text Search Server - Fess Deve...
Testing Create and run unit tests to verify changes...# JSP files │ └── test/ │ └── java/ # Test code ├── pom.xml #...fess.codelibs.org/dev/getting-started.html -
Configuring Quarkus applications - IBM Developer
test runs during ./mvnw test. prod runs when...Dev Profile! %test.greeting.message=Hello from Test Profile! %p...developer.ibm.com/tutorials/quarkus-basics-04/ -
KFold — scikit-learn 1.8.0 documentation
scikit-learn Nested versus non-nested cross-validation Nested versus...Provides train/test indices to split data in train/test sets. Split...scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.html -
LearningCurveDisplay — scikit-learn 1.8.0...
n_cv_folds) Scores on test set. score_name str, default=None...corresponding to the mean train and test scores. If another style is...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html -
DummyClassifier — scikit-learn 1.8.0 docu...
n_features) Test samples. Passing None as test samples gives...# Perform classification on test vectors X. Parameters : X array-like...scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.html -
DisabledIfCondition (Spring Framework 7.0.2 API)
on the corresponding test class or test method and the configured...on the corresponding test class or test method and the configured...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/junit/j... -
Guide de contribution
appropriées Tests Suffisamment de tests sont-ils écrits Les tests passent-ils...existe }); Rédaction de tests Écrire des tests pour toutes les méthodes...fess.codelibs.org/fr/dev/contributing.html -
3.1. Cross-validation: evaluating estimator per...
train-test split indices) in addition to the test score. For...to the test set . Thus, one can create the training/test sets using...scikit-learn.org/stable/modules/cross_validation.html -
Class Likelihood Ratios to measure classificati...
the link between pre-test and post-test odds given by the Class...er: BSD-3-Clause Pre-test vs. post-test analysis # Suppose we...scikit-learn.org/stable/auto_examples/model_selection/plot_likelihood_ratios.html -
getting_started.rst.txt
disclosing some testing data in your training data....<datasets>`, split it into train and test sets, and compute the accuracy...scikit-learn.org/stable/_sources/getting_started.rst.txt -
plot_multi_metric_evaluation.zip
("test", "-")): sample_score_mean =...sample_score_std, alpha=0.1 if sample == "test" else 0, color=color, ) ax.plot(...scikit-learn.org/stable/_downloads/535778bfbc9b4881da3e662bc2ea8484/plot_multi_metric_evaluation.zip -
Wildcard-Suche
test, tests oder tester. Außerdem te...Ein-Zeichen-Wildcard behandelt, z. B. text oder test. Um ein Mehrzeichen-Wildcard...fess.codelibs.org/de/15.3/user/search-wildcard.html -
train_test_split — scikit-learn 1.8.0 doc...
on a Text Dataset Semi-supervised Classification on a Text Dataset...matrices into random train and test subsets. Quick utility that...scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html -
Synthetic Monitoring with Elastic Observability...
push the test scripts with your code for continued testing in production....code releases and test updates, reuse test scripts to reduce...www.elastic.co/observability/synthetic-monitoring -
Data Store Crawling
This is test 1. 2 , Title 2 , This is test 2. 3 , Title...Title 3 , This is test 3. 4 , Title 4 , This is test 4. 5 , Title...fess.codelibs.org/15.3/admin/dataconfig-guide.html -
StratifiedGroupKFold — scikit-learn 1.8.0...
test ndarray The testing set indices for that...will appear exactly once in the test set across all folds (the number...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedGroupKFold.html -
L1-based models for Sparse Signals — scik...
split the data into train and test sets for simplicity. In practice...estimate the variance of the test score. Here we set shuffle="False"...scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html -
Comparing Random Forests and Histogram Gradient...
significant improvement of the testing score. Plot results # We can...elapsed computing time and mean test score. Passing the cursor over...scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html -
Búsqueda con comodines
como test, tests o tester. Además, te * t...comodín de un carácter, como text o test. Para utilizar un comodín...fess.codelibs.org/es/15.3/user/search-wildcard.html -
Recherche avec caractères génériques
tel que test, tests ou tester. De plus, te *...seul caractère, tel que text ou test. Pour utiliser un caractère...fess.codelibs.org/fr/15.3/user/search-wildcard.html -
Implement Elasticsearch with retrieval augmente...
Test the connection by clicking Test connection ....steps. Click Test connection and there should be Test Successful...developer.ibm.com/tutorials/awb-integration-of-wx-ai-watsonx-discovery-watson-assisant/ -
Gradient Boosting regression — scikit-lea...
training and leave the rest for testing. We will also set the...the mean squared error on the test data. reg = ensemble . GradientBoostingRegr...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regression.html -
EnabledIfCondition (Spring Framework 7.0.1 API)
on the corresponding test class or test method and the configured...on the corresponding test class or test method and the configured...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/junit/j... -
Create consistent evaluation workflows for AI a...
all test cases: orchestrate evaluations evaluate --test-paths...options menu and select Test . On the Manage test cases and evaluations...developer.ibm.com/tutorials/create-evaluation-workflow-ai-agents/ -
개발 워크플로우
mvn test -Dtest = SearchServiceTest # 모든 테스트 실행 mvn test 자세한...refactor : 리팩토링 docs : 문서 업데이트 test : 테스트 추가·수정 예: # 새 기능 추가 git...fess.codelibs.org/ko/dev/workflow.html -
Actions · codelibs/fess-testdata · GitHub
Multi-container testing Test your web service and its...with world-class CI/CD. Build, test, and deploy your code right...github.com/codelibs/fess-testdata/actions -
Entwicklung
OpenSearch-Plugins Tests Ausführen von Unit-Tests Alle Unit-Tests ausführen...Ausführen von Unit-Tests Schritt 4: Ausführen lokaler Tests Ausführen...fess.codelibs.org/de/development.html -
InstructLab - IBM Developer
how to prepare input files and test fine-tuned output models using...compositional skill for generating test cases in Python. After you download...developer.ibm.com/components/instructlab/ -
DisabledIf (Spring Framework 7.0.0 API)
signal that the annotated test class or test method is disabled and...determine if the annotated test class or test method is disabled ....docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/junit/j... -
NearestCentroid — scikit-learn 1.8.0 docu...
with test samples classified to the class...n_features) Array of samples (test vectors). Returns : y_scores...scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html -
Multiclass sparse logistic regression on 20newg...
[model=One versus Rest, solver=saga] Number of epochs: 3 Test accuracy...np . concatenate ([ est . coef_ for est in clf . estimators_...scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_20newsgroups.html -
LeavePOut — scikit-learn 1.8.0 documentation
Provides train/test indices to split data in train/test sets. This...index=[2 3] Test: index=[0 1] Fold 1: Train: index=[1 3] Test: index=[0...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePOut.html -
9.3. Parallelism, resource management, and conf...
sure that test results are independent of the test execution...run all tests with different seeds while keeping the test duration...scikit-learn.org/stable/computing/parallelism.html