- Sort Score
- Num 50 results
- Language All
- Labels All
Results 301 - 350 of 2,947 for test (4.31 seconds)
-
ComplementNB — scikit-learn 1.8.0 documen...
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.ComplementNB.html -
Node.js - 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/ -
The open source engine for high-performance sea...
Build and test — integrate models, tune relevance, and test with AI...platform. Developers can build, test, and scale context-driven agents...www.elastic.co/enterprise-search -
BeforeTestExecution (Spring Framework 7.0.1 API)
-compliant methods within a Spring test ApplicationContext — for...xt.testMethod.name matches 'test.*'") . The EventPublishingTestE...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/event/a... -
RegressorChain — scikit-learn 1.8.0 docum...
test) splits as arrays of indices....coefficient of determination on test data. The coefficient of determination,...scikit-learn.org/stable/modules/generated/sklearn.multioutput.RegressorChain.html -
BeanNameUrlHandlerMapping (Spring Framework 7.0...
matches (given "/test" -> registered "/test") and "*" matches...matches (given "/test" -> registered "/t*"). For details on the...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/servlet/handler/... -
IoT - IBM Developer
test, and deploy custom Python analytics...autoencoders, learn how to create a test physical model based data generator...developer.ibm.com/technologies/iot -
AdaBoostClassifier — scikit-learn 1.8.0 d...
n_features) Test samples. y array-like of shape...monitoring (i.e. determine error on testing set) after each boosting iteration....scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html -
Apache Spark - IBM Developer
test AI, run Spark and Presto, and...Kubernetes 14 March 2024 Tutorial Test data ingestion to watsonx.data...developer.ibm.com/components/spark -
minmax_scale — scikit-learn 1.8.0 documen...
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.minmax_scale.html -
plot_classifier_comparison.zip
points in solid colors and testing points semi-transparent. The...classification accuracy on the test set. """ # Authors: The scikit-learn...scikit-learn.org/stable/_downloads/ce35bcc69acbd491cf7ac77fa17889d5/plot_classifier_comparison.zip -
Feature Selection — scikit-learn 1.8.0 do...
scikit-learn.org/stable/auto_examples/feature_selection/index.html -
Classifier comparison — scikit-learn 1.8....
points in solid colors and testing points semi-transparent. The...classification accuracy on the test set. # Authors: The scikit-learn...scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html -
Lucene Change Log
Internal test framework's tests are sensitive to previous test failures...non-recursive 'test-nocompile' target: Only runs unit tests. Jars are...lucene.apache.org/core/6_5_1/changes/Changes.html -
MockMvcWebTestClient (Spring Framework 7.0.1 API)
Rossen Stoyanchev Nested Class Summary Nested Classes Modifier...MockMvcWebTestClient The main class for testing Spring MVC applications via...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/web/servlet/cli... -
ElasticNet — scikit-learn 1.8.0 documenta...
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.ElasticNet.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 -
Flujo de Trabajo de Desarrollo
de prueba específica mvn test -Dtest = SearchServiceTest # Ejecutar...Actualización de documentación test : Agregar/modificar pruebas...fess.codelibs.org/es/dev/workflow.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 -
DummyRegressor — scikit-learn 1.8.0 docum...
n_features) Test samples. Passing None as test samples gives...# Perform classification on test vectors X. Parameters : X array-like...scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyRegressor.html -
Plotting Learning Curves and Checking Models’ S...
terms of training score and testing score. Here, we compute the..."Training Score" , "Test Score" ]) ax [ ax_idx ]...scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html -
assert_all_finite — scikit-learn 1.8.0 do...
print ( "Test passed: Array contains only...ValueError : ... print ( "Test failed: Array contains non-finite...scikit-learn.org/stable/modules/generated/sklearn.utils.assert_all_finite.html -
Visualizing cross-validation behavior in scikit...
cross-validation Nested versus non-nested cross-validation Nested versus...split data into training and test sets in order to avoid model...scikit-learn.org/stable/auto_examples/model_selection/plot_cv_indices.html -
MockMvcWebTestClient.MockMvcServerSpec (Spring ...
build () Shortcut to build the test client. WebTestClient.Builder...Proceed to configure and build the test client. <T extends B >...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/web/servlet/cli... -
auto_examples_python.zip
[{"length": len(text), "num_sentences": text.count(".")} for text in posts]...set and a test and keep 25% of the data for testing. X_train,...scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip -
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 -
CategoricalNB — scikit-learn 1.8.0 docume...
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 -
Elasticsearch AI Playground: Experiment, ingest...
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/ai-playground -
Shrinkage covariance estimation: LedoitWolf vs ...
) Compute the likelihood on test data # from scipy import linalg..."Error: negative log-likelihood on test data" ) # range shrinkage...scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html -
Plot classification probability — scikit-...
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 -
maxabs_scale — scikit-learn 1.8.0 documen...
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.maxabs_scale.html -
CalibratedClassifierCV — scikit-learn 1.8...
and calibrates it using the testing subset. For prediction, predicted...An iterable yielding (train, test) splits as arrays of indices....scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html -
check_cv — scikit-learn 1.8.0 documentation
test) splits as arrays of indices....cross-validator which generates the train/test splits via the split method....scikit-learn.org/stable/modules/generated/sklearn.model_selection.check_cv.html -
Lucene Change Log
Internal test framework's tests are sensitive to previous test failures...defaults, for better test randomization and to help tests reproduce (Robert...lucene.apache.org/core/5_5_3/changes/Changes.html -
EstimatorCheckFailedWarning — scikit-lear...
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 -
Feature discretization — scikit-learn 1.8...
: name = [ get_name ( est [ 1 ]) for est in estimator . steps...points in solid colors and testing points semi-transparent. The...scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html -
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 -
Optimizing block storage in a striped configura...
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/ -
Lucene Change Log
Internal test framework's tests are sensitive to previous test failures...LockFactory stress test to be a unit/integration test. (Uwe Schindler,...lucene.apache.org/core/8_11_2/changes/Changes.html -
Examples — scikit-learn 1.8.0 documentation
(ROC) Nested versus non-nested cross-validation Nested versus...Comparison of F-test and mutual information Comparison of F-test and mutual...scikit-learn.org/stable/auto_examples/index.html -
1.13. Feature selection — scikit-learn 1....
the best features based on univariate statistical tests. It can...we can use a F-test to retrieve the two best features for a dataset...scikit-learn.org/stable/modules/feature_selection.html -
Multi-class AdaBoosted Decision Trees — s...
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 -
Getting Started — scikit-learn 1.8.0 docu...
disclosing some testing data in your training data....dataset , split it into train and test sets, and compute the accuracy...scikit-learn.org/stable/getting_started.html -
plot_classifier_comparison.py
points in solid colors and testing points semi-transparent. The...classification accuracy on the test set. """ # Authors: The scikit-learn...scikit-learn.org/stable/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py -
Recognizing hand-written digits — scikit-...
split the data into train and test subsets and fit a support vector...digit for the samples in the test subset. # flatten the images...scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html -
8.2. Real world datasets — scikit-learn 1...
list of the raw texts that can be fed to text feature extractors...with the text data, one first need to turn the text into vectors...scikit-learn.org/stable/datasets/real_world.html -
KNeighborsRegressor — scikit-learn 1.8.0 ...
or None Test samples. If None , predictions...coefficient of determination on test data. The coefficient of determination,...scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html -
Overview of IBM Enterprise Build of Quarkus - I...
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/ -
Build machine learning models with and without ...
split data into training and testing data sets, and building the...used. After evaluating on the test set, if the required accuracy...developer.ibm.com/articles/compare-model-building-with-and-without-automated-machine-learning/ -
Lucene Change Log
Internal test framework's tests are sensitive to previous test failures...McCandless) Tests (1) LUCENE-8035 : Run tests with...lucene.apache.org/core/7_5_0/changes/Changes.html