- Sort Score
- Num 50 results
- Language All
- Labels All
Results 501 - 550 of 3,841 for test (1.16 seconds)
Filter
-
Regularization path of L1- Logistic Regression ...
regularization on training and test error Effect of model regularization...regularization on training and test error Plot Ridge coefficients...scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_path.html -
Create a machine learning model pipeline to cho...
Use the following steps to test the online endpoint. After the...applications to call the model. Go to Test , and select JSON Input . Copy...developer.ibm.com/tutorials/generate-machine-learning-model-pipelines-to-choose-the-best-model-fo... -
Build a scheduled agentic workflow for daily no...
This tutorial was tested with ADK version 1.15. Python...or later. This tutorial was tested with Python 3.13. An active...developer.ibm.com/tutorials/build-scheduled-agentic-workflow/ -
auto_examples_jupyter.zip
len(text), \"num_sentences\": text.count(\".\")} for text in ...set and a test and keep 25% of the data for testing.\n\n" ] },...scikit-learn.org/stable/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip -
IBM Digital Self-Serve Co-Create Experience
Classification RAG Summarization Test Agent AI tasks using Synthetic...Embed InstructLab SDG in a Testing Center to evaluate models used...developer.ibm.com/dsce/watsonx -
plot_hgbt_regression.zip
shape[0]}") print(f"Test sample size: {X_test.shape[0]}")...slice(0, 336) # first week in the test set as 7 * 48 = 336 missing_fraction_list...scikit-learn.org/stable/_downloads/ef504a3cb245a55fde178198c8218b4a/plot_hgbt_regression.zip -
GaussianNB — 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.GaussianNB.html -
What is Machine Learning? | A Comprehensive ML ...
Best practices for machine learning Some best practices...processing and feature selection. Testing Now that the model has been...www.elastic.co/what-is/machine-learning -
Overview of IBM Enterprise Build of Quarkus
shortening build–test cycles. Continuous testing provides immediate...with live coding, continuous testing, and a unified configuration...developer.ibm.com/articles/introducing-ibm-enterprise-build-quarkus/ -
Advanced Crawler Configuration
Thoroughly test in a test environment before applying to production....fess_crawler . log Best Practices Verify in Test Environment Thoroughly...fess.codelibs.org/15.5/config/crawler-advanced.html -
Why and how to use ESLint in your project
your unit tests. When you you use npm to run the test script, it...run automatically before your tests by changing your package.json...developer.ibm.com/articles/why-and-how-to-use-eslint-in-your-project/ -
SSO Configuration with OpenID Connect
Minimal Configuration (for Testing) The following is a minimal...example for verification in a test environment. # Enable SSO sso...fess.codelibs.org/15.5/config/sso-oidc.html -
SpringJUnitWebConfig (Spring Framework 7.0.0 API)
inherited from an enclosing test class by default. See @NestedTestConfigurat...Default: org.springframework.test.context.ContextLoader.class...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/junit/j... -
AdaBoostRegressor — scikit-learn 1.8.0 document...
coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostRegressor.html -
Build context-aware AI agents with Astra DB - I...
Test the AI agent Test the Employee Helper...displayed with a chat window for testing the agent. In the Welcome message...developer.ibm.com/learningpaths/watsonx-orchestrate-multiagent-orchestration/build-context-aware-... -
DevOps - IBM Developer
AI driven refactoring and testing Boost mainframe DevOps with...Code Assistant for Z and IBM Test Accelerator for Z for COBOL...developer.ibm.com/devpractices/devops -
StringUtils (Spring Framework 7.0.5 API)
@Nullable String suffix) Test if the given String ends with...String str, char singleCharacter) Test if the given String matches...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/util/StringUtils.html -
ClassifierTags — scikit-learn 1.8.0 documentation
scikit-learn.org/stable/modules/generated/sklearn.utils.ClassifierTags.html -
IBM Mainframe application modernization on AWS:...
They can develop and test z/OS applications in an AWS...Customers can empower developers to test on demand and embrace enterprise...developer.ibm.com/blogs/ibm-mainframe-application-modernization-on-aws-reinvent-2022/ -
Architecture et structure du code
│ └── test/ │ └── java/org/codelibs/fess/ │ ├── ...Test.java #...# Classes de test │ └── it/ # Tests d'intégration ├── pom.xml...fess.codelibs.org/fr/dev/architecture.html -
기여 가이드
작성 테스트 메서드명은 test 로 시작 Given-When-Then 패턴 사용 @Test public void...SearchService (); String query = "test" ; // When: 테스트 대상 실행 SearchResponse...fess.codelibs.org/ko/dev/contributing.html -
Get started with IBM EASeJ
the code in a Git branch and tests them locally. When they’re happy...changes also build and pass the tests in EASeJ. The developer then...developer.ibm.com/tutorials/get-started-easej/ -
Visualization of MLP weights on MNIST — scikit-...
986429 Test set score: 0.953061 # Authors:...data into train partition and test partition X_train , X_test ,...scikit-learn.org/stable/auto_examples/neural_networks/plot_mnist_filters.html -
BernoulliNB — 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.BernoulliNB.html -
plot_hgbt_regression.py
shape[0]}") print(f"Test sample size: {X_test.shape[0]}")...slice(0, 336) # first week in the test set as 7 * 48 = 336 missing_fraction_list...scikit-learn.org/stable/_downloads/d108f2283ac3905eb623b32d42217a2b/plot_hgbt_regression.py -
Node.js - Articles - IBM Developer
28 February 2024 Article Testing in parallel with Mocha Discover...Discover how running tests in parallel mode under Node.js allows...developer.ibm.com/languages/node-js/articles/ -
Elastic Agent Builder | Elastic
Playground - Roll up your sleeves Test the latest AI search capabilities...explore how to build RAG systems, test different LLMs from various...www.elastic.co/demo-gallery/elastic-agent-builder -
Lars — scikit-learn 1.8.0 documentation
coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lars.html -
plot_hgbt_regression.rst.txt
shape[0]}") print(f"Test sample size: {X_test.shape[0]}")...Training sample size: 16531 Test sample size: 11021 Number of...scikit-learn.org/stable/_sources/auto_examples/ensemble/plot_hgbt_regression.rst.txt -
TheilSenRegressor — scikit-learn 1.8.0 document...
coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...scikit-learn.org/stable/modules/generated/sklearn.linear_model.TheilSenRegressor.html -
Configuración de Seguridad
O = Test , L = Test , C = DE Configuración...fess.codelibs.org/es/15.5/install/security.html -
MultiTaskElasticNetCV — scikit-learn 1.8.0 docu...
are tested by cross-validation and the one giving the best prediction...default=None Values of alphas to test along the regularization path,...scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskElasticNetCV.html -
IsotonicRegression — scikit-learn 1.8.0 documen...
coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...scikit-learn.org/stable/modules/generated/sklearn.isotonic.IsotonicRegression.html -
Mainframes - IBM Developer
enables deep integration testing across platforms and technologies...repeatable, reliable, agile testing at scale across your enterprise....developer.ibm.com/technologies/mainframe -
Software development - IBM Developer
testing, deployment and monitoring...explore how thinking about testing actually produces dramatically...developer.ibm.com/devpractices/software-development -
Elasticsearch ingest pipelines | Elastic Docs
} ] } Nest a list of on_failure processors for nested error handling....specifying the version parameter. Test a pipeline Before using a pipeline...www.elastic.co/docs/manage-data/ingest/transform-enrich/ingest-pipelines -
Comparison of kernel ridge regression and SVR —...
label = " %s (test)" % name , ) plt . xscale (...Squared Error" , "score_type" : "test" , "std_display_style" : None...scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_ridge_regression.html -
Introduction to Node package manager - IBM Deve...
run functional tests (via npm test ), and even run custom..."scripts" : { "test" : "echo \" Error : no test specified\ " &&...developer.ibm.com/learningpaths/get-started-nodejs/learn-about-npm/ -
Sicherheitseinstellungen
O = Test , L = Test , C = DE Konfiguration...fess-backup.tar.gz Sicherheits-Best-Practices Prinzip der geringsten...fess.codelibs.org/de/15.4/install/security.html -
Sample pipeline for text feature extraction and...
{ "text" : "trade-off between scoring time and mean test score"...title = { "text" : "Parallel coordinates plot of text classifier...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html -
Uses of Package org.springframework.aot.hint.an...
overriding in Spring tests. org.springframework.test.context.bean.override.convention...context. org.springframework.test.context.bean.override Support...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/aot/hint/annotation/... -
What is MQTT? Why use MQTT? Why MQTT is one of ...
public test broker at the following address. https://test.mosquitto.org/...https://test.mosquitto.org/ The public test MQTT broker supports a variety of...developer.ibm.com/articles/iot-mqtt-why-good-for-iot/ -
MinMaxScaler — scikit-learn 1.8.0 documentation
distribution shift between training and test data). The transformed values...distort the distribution of test data. Added in version 0.24....scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MinMaxScaler.html -
Node.js programming - IBM Developer
for asynchronous testing. Mocha tests run serially, allowing...is a feature-rich JavaScript test framework running on Node.js...developer.ibm.com/languages/node-js/ -
RegressorMixin — scikit-learn 1.8.0 documentation
coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...scikit-learn.org/stable/modules/generated/sklearn.base.RegressorMixin.html -
Developing a voice-first, multi-domain AI assis...
can customize these tests accordingly. To test, say the following:...Dictate Text – Listens and converts your speech into text. POST...developer.ibm.com/tutorials/develop-voice-assistant-watsonx-orchestrate/ -
Early stopping of Stochastic Gradient Descent —...
"Test score" , ] results_df = pd ...."-" ] # First plot: train and test scores fig , axes = plt . subplots...scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_early_stopping.html -
Take control of your data with Watson Studio - ...
and trust models Test and validate machine learning...Notebooks, and SPSS Modeler Testing the model 12 December 2022...developer.ibm.com/learningpaths/get-started-watson-studio -
OrthogonalMatchingPursuitCV — scikit-learn 1.8....
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.OrthogonalMatchingPursuitCV.html -
cross_val_predict — scikit-learn 1.8.0 document...
sample belongs to exactly one test set, and its prediction is computed...cross_val_score unless all tests sets have equal size and the...scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_predict.html