- Sort Score
- Num 20 results
- Language All
- Labels All
Results 641 - 660 of 2,850 for test (2.6 seconds)
-
Spring Boot Java applications for CICS, Part 4:...
Add a REST controller The REST controller is the...updates transactional in CICS Test the sample in CICS This is a...developer.ibm.com/tutorials/spring-boot-java-applications-for-cics-part-4-jdbc/ -
Support — scikit-learn 1.8.0 documentation
scikit-learn.org/stable/support.html -
Build Java records from COBOL with IBM Record G...
Java record wrapper Deploy and test the Java components in a CICS...OSprog Copy code Copied! 4. Test the application The application...developer.ibm.com/tutorials/build-java-records-from-cobol-with-ibm-record-generator/ -
PathPatternRouteMatcher (Spring Framework 7.0.1...
Rossen Stoyanchev Nested Class Summary Nested classes/interfaces...to match route - the route to test against Returns: true if there...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/util/pattern/Pat... -
Use Watson Pipelines to build model pipelines -...
developer.ibm.com/tutorials/use-watson-pipelines-to-build-model-pipelines/ -
Precision-Recall — scikit-learn 1.8.0 doc...
and split into training and test X_train , X_test , y_train ,...] # Split into training and test X_train , X_test , Y_train ,...scikit-learn.org/stable/auto_examples/model_selection/plot_precision_recall.html -
Memory Configuration
Heap Size Notes Development/Test 512m-1g Small-scale index Small...reducing memory efficiency. Best Practices Allocate 50% of Physical...fess.codelibs.org/15.3/config/setup-memory.html -
GradientBoostingRegressor — scikit-learn ...
this parameter for best performance; the best value depends on...max_leaf_nodes in best-first fashion. Best nodes are defined...scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingRegressor.html -
Trust Center - Frequently Asked Questions | Ela...
and services that have been tested in a real production environment...dependencies . Are penetration tests performed against the product?...www.elastic.co/trust/faq -
Advanced Endpoint Security Solution | Elastic
shines in the Malware Protection Test by AV-Comparatives with a protection...response. Choose the solution that best fits your needs: extended protection...www.elastic.co/security/endpoint-security -
Displaying Pipelines — scikit-learn 1.8.0...
To view the text pipeline, change to display='text' . set_config...``max_leaf_nodes`` in best-first fashion. Best nodes are defined...scikit-learn.org/stable/auto_examples/miscellaneous/plot_pipeline_display.html -
3.3. Tuning the decision threshold for class pr...
cost of further diagnostic tests. Consequently, when it comes...to an internal single train-test split. The option cv="prefit"...scikit-learn.org/stable/modules/classification_threshold.html -
What is Elastic Machine Learning? | Elastic Docs
www.elastic.co/docs/explore-analyze/machine-learning -
Single estimator versus bagging: bias-variance ...
n_test = 1000 # Size of the test set noise = 0.1 # Standard deviation...from the predictions of the best possible estimator for the problem...scikit-learn.org/stable/auto_examples/ensemble/plot_bias_variance.html -
OutputCodeClassifier — scikit-learn 1.8.0...
n_features) Test samples. y array-like of shape...classifiers than one-vs-the-rest. A number greater than 1 will...scikit-learn.org/stable/modules/generated/sklearn.multiclass.OutputCodeClassifier.html -
Elastic Generative AI Tools and Capabilities | ...
Test drive serverless Generative...GenAI trial Refine semantic text queries, export code, and prototype...www.elastic.co/generative-ai -
OneVsRestClassifier — scikit-learn 1.8.0 ...
n_features) Test samples. y array-like of shape...= 0 ) [source] # One-vs-the-rest (OvR) multiclass strategy. Also...scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsRestClassifier.html -
What is DevOps? | A Comprehensive DevOps Guide ...
Acceptance Testing (UAT) A QA team, stakeholders, and/or test users...percentage of tests that are automated. Higher automated testing coverage...www.elastic.co/what-is/devops -
7.1. Pipelines and composite estimators —...
display = 'text' ) >>> # displays text representation...leaking statistics from your test data into the trained model...scikit-learn.org/stable/modules/compose.html -
Probability calibration of classifiers — ...
test for calibration X_train , X_test...) plt . legend ( loc = "best" ) plt . title ( "Data"...scikit-learn.org/stable/auto_examples/calibration/plot_calibration.html