- Sort Score
- Num 20 results
- Language All
- Labels All
Results 421 - 440 of 3,693 for test (0.88 seconds)
Filter
-
CategoricalNB — scikit-learn 1.8.0 documentation
classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. For each row x of...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.CategoricalNB.html -
Real User Monitoring (RUM) with Elastic Observa...
and test your user journeys all within...Learn more Synthetic monitoring Test user journeys to deliver a great...www.elastic.co/observability/real-user-monitoring -
AccessToken API
q=test&token=your_token_here" # 使用令牌作为Authorization头..."http://localhost:8080/json/?q=test" \ -H "Authorization: Bearer...fess.codelibs.org/zh-cn/15.5/api/admin/api-admin-accesstoken.html -
Multi-class AdaBoosted Decision Trees — scikit-...
the remaining 30 percent for testing. from sklearn.model_selection...each boosting iteration on the test set to assess its performance....scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_multiclass.html -
Recurrent neural networks deep dive
Testing den Fed d, got d Fed e, got n Testing abs Fed...double max = 0.0 ; int best; int i, child; best = 0 ; sum = max =...developer.ibm.com/articles/cc-cognitive-recurrent-neural-networks/ -
Retrieval-augmented generation with LangChain a...
index_name= "test-basic" , ) db.client.indices.refresh(index= "test-basic"...platform that lets you debug, test, evaluate, and monitor chains...developer.ibm.com/articles/awb-retrieval-augmented-generation-with-langchain-and-elastic-db/ -
Importance of Feature Scaling — scikit-learn 1....
3 } " ) Test accuracy for the unscaled PCA 35.19% Test accuracy...predict_proba ( X_test ) print ( "Test accuracy for the unscaled PCA"...scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html -
What is Synthetic Monitoring? | A Comprehensive...
Synthetic tests can also be used in load testing , which simulates...browser tests with Elastic's global, managed testing infrastructure...www.elastic.co/what-is/synthetic-monitoring -
Artificial intelligence - Courses - IBM Developer
you’ll create the REST API endpoints, run and test the server with...cURL, and use POSTMAN to test the REST API endpoints. IBM web domains...developer.ibm.com/technologies/artificial-intelligence/courses/ -
plot_multi_metric_evaluation.rst.txt
("test", "-")): sample_score_mean =...sample_score_std, alpha=0.1 if sample == "test" else 0, color=color, ) ax.plot(...scikit-learn.org/stable/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt -
plot_classifier_comparison.rst.txt
points in solid colors and testing points semi-transparent. The...classification accuracy on the test set. .. GENERATED FROM PYTHON...scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt -
Building an event-driven agentic AI system with...
Test the agent in the watsonx Orchestrate UI Test the agent...click Deploy again. Test the agent Test A (Out of stock + substitutes)...developer.ibm.com/tutorials/event-driven-agentic-ai-system-confluent-watsonx-orchestrate/ -
robust_scale — scikit-learn 1.8.0 documentation
splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.robust_scale.html -
Optimizing block storage in a striped configura...
py Copy code Test the API. Use curl to send a test request: curl...= 27.2KB Run the test Now, execute the test using fio : fio fio.txt...developer.ibm.com/tutorials/awb-optimize-block-storage-cloud-vpc/ -
Shrinkage covariance estimation: LedoitWolf vs ...
) Compute the likelihood on test data # from scipy import linalg..."Error: negative log-likelihood on test data" ) # range shrinkage curve...scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html -
Plot classification probability — scikit-learn ...
Round markers represent the test data that was predicted to belong...plotted. The round markers show the test data and are colored by their...scikit-learn.org/stable/auto_examples/classification/plot_classification_probability.html -
Selecting dimensionality reduction with Pipelin...
cross-validated model on the test set. If `scoring` represents...An iterable yielding (train, test) splits as arrays of indices....scikit-learn.org/stable/auto_examples/compose/plot_compare_reduction.html -
Configure custom alerts from Maximo Monitor to ...
Test and register the custom function To test and register...contains code designed for testing, registering, and unregistering...developer.ibm.com/tutorials/awb-send-alerts-external-system-maximo-monitor/ -
EstimatorCheckFailedWarning — scikit-learn 1.8....
estimator check from the common tests fails. Parameters : estimator...Estimator instance for which the test failed. check_name str Name...scikit-learn.org/stable/modules/generated/sklearn.exceptions.EstimatorCheckFailedWarning.html -
LassoLarsCV — scikit-learn 1.8.0 documentation
test) splits as arrays of indices....coefficient of determination on test data. The coefficient of determination,...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.html