- Sort Score
- Num 10 results
- Language All
- Labels All
Results 201 - 210 of 3,688 for test (0.46 seconds)
Filter
-
StratifiedShuffleSplit — scikit-learn 1.8.0 doc...
Provides train/test indices to split data in train/test sets. This...3] Test: index=[4 1 0] Fold 1: Train: index=[5 1 4] Test: index=[0...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html -
11. Common pitfalls and recommended practices —...
not the test dataset, so model performance on the test dataset...keeping the test and train data subsets separate. Test data should...scikit-learn.org/stable/common_pitfalls.html -
ARIMA models in Python
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-python/ -
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/ -
Model Selection — scikit-learn 1.8.0 documentation
(ROC) Nested versus non-nested cross-validation Nested versus...regularization on training and test error Effect of model regularization...scikit-learn.org/stable/auto_examples/model_selection/index.html -
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 -
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 -
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 -
GroupShuffleSplit — scikit-learn 1.8.0 document...
test ndarray The testing set indices for that...iterator. Provides randomized train/test indices to split data according...scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupShuffleSplit.html -
Configuring user authentication and authorizati...
CLIENT-ID test 1 1 1 0 - - - test 0 1 1 0 - - - test 2 1 1 0 -...produces to topic test . bob consumes from topic test in consumer group...developer.ibm.com/tutorials/kafka-authn-authz/