- Sort Score
- Num 20 results
- Language All
- Labels All
Results 241 - 260 of 2,850 for test (1.9 seconds)
-
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 -
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 -
fetch_20newsgroups_vectorized — scikit-le...
‘test’ for the test set, ‘all’ for both,...Parameters : subset {‘train’, ‘test’, ‘all’}, default=’train’ Select...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups_vectorized.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... -
와일드카드 검색
test * 위의 경우 test, tests나 tester 등 여러 문자의...같이 ?를 사용합니다. te?t 위의 경우 text나 test 등 1개 문자의 와일드카드로 처리됩니다. 여러 문자의...fess.codelibs.org/ko/15.3/user/search-wildcard.html -
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 -
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 -
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 -
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 -
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 -
MNIST classification using multinomial logistic...
Test accuracy reaches > 0.8, while...Sparsity with L1 penalty: 80.33% Test score with L1 penalty: 0.8212...scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html -
Demonstration of multi-metric evaluation on cro...
( "test" , "-" )): sample_score_mean...alpha = 0.1 if sample == "test" else 0 , color = color...scikit-learn.org/stable/auto_examples/model_selection/plot_multi_metric_evaluation.html -
Développement
Exécution des tests unitaires Étape 4 : Exécution des tests locaux Exécution...Exécution des tests unitaires Exécution des tests d’intégration...fess.codelibs.org/fr/development.html -
LassoCV — scikit-learn 1.8.0 documentation
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.LassoCV.html -
f_regression — scikit-learn 1.8.0 documen...
Comparison of F-test and mutual information Comparison of F-test and mutual...Univariate linear regression tests returning F-statistic and p-values....scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_regression.html -
Tweedie regression on insurance claims — ...
TweedieRegressor subset train test train test metric D² explained NaN...e an estimator on train and test sets with different metrics"""...scikit-learn.org/stable/auto_examples/linear_model/plot_tweedie_regression_insurance_claims.html