- Sort Score
- Num 10 results
- Language All
- Labels All
Results 221 - 230 of 3,688 for test (0.47 seconds)
Filter
-
RepeatedStratifiedKFold — scikit-learn 1.8.0 do...
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 -
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 people's...scikit-learn.org/stable/auto_examples/applications/plot_face_recognition.html -
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.5/user/search-wildcard.html -
fess-testdata/README.md at master · codelibs/fe...
to Create Test Files File Naming Add the prefix "test" and use...files/ . Test Data Files Documents Type Location Text HTML HTML...github.com/codelibs/fess-testdata/blob/master/README.md -
HandlerTypePredicate (Spring Framework 7.0.5 API)
Method Details test public boolean test ( @Nullable...Rossen Stoyanchev Nested Class Summary Nested Classes Modifier...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/method/HandlerTy... -
L1-based models for Sparse Signals — scikit-lea...
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 -
Measuring the recall of quantized vector search...
a scale test, reloading the full dataset and testing against...results, we built a repeatable test harness using the DBPedia-14...www.elastic.co/search-labs/blog/recall-vector-search-quantization -
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 -
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 -
Mastering data persistence with Quarkus
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/