- Sort Score
- Num 20 results
- Language All
- Labels All
Results 181 - 200 of 3,693 for test (1.68 seconds)
Filter
-
Configure text analysis | Elastic Docs
Elasticsearch data store / Text analysis Configure text analysis By default,...not fit your needs, review and test Elasticsearch's other built-in...www.elastic.co/docs/manage-data/data-store/text-analysis/configure-text-analysis -
Create your first Node.js application
Functional testing The behavior-driven approach requires a test suite...functional test suite. If any step in a story (that is, any test function...developer.ibm.com/tutorials/learn-nodejs-your-first-node-application/ -
SqlMergeMode (Spring Framework 7.0.3 API)
is used to annotate a test class or test method to configure whether...is not declared on a test class or test method, SqlMergeMode.MergeMode.OVERRIDE...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/jdbc/Sq... -
PredefinedSplit — scikit-learn 1.8.0 documentation
Provides train/test indices to split data into train/test sets using...index=[1 2 3] Test: index=[0] Fold 1: Train: index=[0 2] Test: index=[1...scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html -
LeaveOneOut — scikit-learn 1.8.0 documentation
Provides train/test indices to split data in train/test sets. Each...index=[1] Test: index=[0] Fold 1: Train: index=[0] Test: index=[1]...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneOut.html -
Construcción y Pruebas
Unitarias mvn test Ejecutar Clase de Prueba Específica mvn test -Dtest...espera de pruebas: mvn test -Dmaven.test.timeout = 600 OpenSearch...fess.codelibs.org/es/dev/building.html -
LeavePGroupsOut — scikit-learn 1.8.0 documentation
test ndarray The testing set indices for that...cross-validator. Provides train/test indices to split data according...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePGroupsOut.html -
ARIMA models in R
statistical test called a unit root test. The ADF test is conducted...using two tests: the Augmented Dickey-Fuller (ADF) test and the...developer.ibm.com/tutorials/awb-arima-models-in-r/ -
Scaling data preparation workflows in Data Prep...
the test-data/expected folder: test-data/expected/test1.parquet...│ └───test │ │ | │ │ | test_digest_ray.py │ │ │ └───test-data...developer.ibm.com/tutorials/dpk-scaling-custom-transforms/ -
MvcTestResultAssert (Spring Framework 7.0.3 API)
test.web.servlet.assertj.AbstractHttpServletR...MvcTestResult > org.springframework.test.web.servlet.assertj.AbstractMockHttpServ...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/web/servlet/ass... -
Semi-supervised Classification on a Text Datase...
" Micro-averaged F1 score on test set: { f1 : .3f } " ) print...0 Micro-averaged F1 score on test set: 0.901 2. Evaluate a supervised...scikit-learn.org/stable/auto_examples/semi_supervised/plot_semi_supervised_newsgroups.html -
ShuffleSplit — scikit-learn 1.8.0 documentation
4] Test: index=[5 2] Fold 1: Train: index=[4 0 2 5] Test: index=[1...0] Test: index=[3 5] Fold 3: Train: index=[3 4 1 0] Test: index=[5...scikit-learn.org/stable/modules/generated/sklearn.model_selection.ShuffleSplit.html -
TimeSeriesSplit — scikit-learn 1.8.0 documentation
index=[0] Test: index=[1] Fold 1: Train: index=[0 1] Test: index=[2]...1 2] Test: index=[3] Fold 3: Train: index=[0 1 2 3] Test: index=[4]...scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html -
Face completion with a multi-output estimators ...
randint ( test . shape [ 0 ], size = ( n_faces ,)) test = test [ face_ids...targets < 30 ] test = data [ targets >= 30 ] # Test on independent...scikit-learn.org/stable/auto_examples/miscellaneous/plot_multioutput_face_completion.html -
Sql (Spring Framework 7.0.1 API)
is used to annotate a test class or test method to configure SQL...ResourceDatabasePopu ScriptUtils Nested Class Summary Nested Classes Modifier...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/jdbc/Sq... -
Gradient Boosting Out-of-Bag estimates — scikit...
X_train [ test ], y_train [ test ]) val_scores /= n_splits...cv_estimate ( 3 ) # Compute best n_estimator for test data test_score =...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html -
Configuring Quarkus applications
that during tests, the test message is used. ./mvnw test Copy code...start quarkus dev. test runs during ./mvnw test. prod runs when...developer.ibm.com/tutorials/quarkus-basics-04/ -
Compare cross decomposition methods — scikit-le...
label = "test" , marker = "o" , s = 25 ) plt.... title ( "Comp. 1: X vs Y (test corr = %.2f )" % np . corrcoef...scikit-learn.org/stable/auto_examples/cross_decomposition/plot_compare_cross_decomposition.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/ -
class_likelihood_ratios — scikit-learn 1.8.0 do...
obtain post-test probabilities given a pre-test probability....classifier being a diagnostic test; the pre-test probability of an individual...scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.html