- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 471 - 480 of 1,752 for test (0.13 sec)
-
Microsoft's Controversial 'Recall' Feature is A...
Recall binaries on disk while we test add/remove. In a future update...by writes: Microsoft hasn't tested the underpinnings for long...tech.slashdot.org/story/24/11/24/2325257/microsofts-controversial-recall-feature-is-already-exper... -
Getting Started — scikit-learn 1.6.0 documentation
X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( X ,...scikit-learn.org/stable/getting_started.html -
Future-proof your logs with ecs@mappings templa...
"fields" : { "text" : { "type" : "match_only_text" } } } } } }...we set up a daily automated test to ensure that the component...www.elastic.co/observability-labs/blog/future-proof-your-logs-with-ecs-mappings-template -
1.17. Neural network models (supervised) — scik...
transformation to test data >>> X_test = scaler . transform ( X_test ) An...apply the same scaling to the test set for meaningful results....scikit-learn.org/stable/modules/neural_networks_supervised.html -
Probability calibration of classifiers — scikit...
y_test , sw_train , sw_test = train_test_split ( X , y , sample_weight...split train, test for calibration X_train , X_test , y_train ,...scikit-learn.org/stable/auto_examples/calibration/plot_calibration.html -
Receiver Operating Characteristic (ROC) with cr...
X [ test ], y [ test ], name = f "ROC fold..., 6 )) for fold , ( train , test ) in enumerate ( cv . split...scikit-learn.org/stable/auto_examples/model_selection/plot_roc_crossval.html -
Version 1.6 — scikit-learn 1.7.dev0 documentation
permutation_test_score now supports metadata...still work but PyPy is not tested anymore in the scikit-learn...scikit-learn.org/dev/whats_new/v1.6.html -
Ridge coefficients as a function of the L2 Regu...
our trained predictions to the test data and see the statistical...regularization on training and test error Effect of model regularization...scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_coeffs.html -
Install Elasticsearch with Docker | Elasticsear...
If you just want to test Elasticsearch in local development,...cluster for development or testing. You can then run additional...www.elastic.co/guide/en/elasticsearch/reference/current/docker.html -
1.10. Decision Trees — scikit-learn 1.6.0 docum...
validate a model using statistical tests. That makes it possible to account...= 0 ) . fit ( X , y ) >>> X_test = np . array ([ np . nan ])...scikit-learn.org/stable/modules/tree.html