- Sort Score
- Num 50 results
- Language All
- Labels All
Results 251 - 300 of 2,947 for test (1.27 seconds)
-
Prediction Intervals for Gradient Boosting Regr...
It still shows that the best test metric is obtained when the...expected_y + noise Split into train, test datasets: X_train , X_test ,...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_quantile.html -
Développement
Exécution des tests unitaires Étape 4 : Exécution des tests locaux Exécution...Exécution des tests unitaires Exécution des tests d’intégration...fess.codelibs.org/fr/development.html -
f_regression — scikit-learn 1.8.0 documen...
Comparison of F-test and mutual information Comparison of F-test and mutual...Univariate linear regression tests returning F-statistic and p-values....scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_regression.html -
LassoCV — scikit-learn 1.8.0 documentation
default=None Values of alphas to test along the regularization path....An iterable yielding (train, test) splits as arrays of indices....scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.html -
Serveur de recherche plein texte open source - ...
Tests Créez et exécutez des tests unitaires pour...Fichiers JSP │ └── test/ │ └── java/ # Code de test ├── pom.xml #...fess.codelibs.org/fr/dev/getting-started.html -
plot_multi_metric_evaluation.py
("test", "-")): sample_score_mean =...sample_score_std, alpha=0.1 if sample == "test" else 0, color=color, ) ax.plot(...scikit-learn.org/stable/_downloads/dedbcc9464f3269f4f012f4bfc7d16da/plot_multi_metric_evaluation.py -
Security Configuration
O = Test , L = Test , C = DE Configure TLS/SSL...Advisories Validate updates in a test environment Apply updates to...fess.codelibs.org/15.3/install/security.html -
Dimensionality Reduction with Neighborhood Comp...
= True ) # Split into train/test X_train , X_test , y_train ,...neighbor accuracy on the embedded test set acc_knn = knn . score (...scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html -
fetch_rcv1 — scikit-learn 1.8.0 documenta...
‘test’ for the test set (781265 samples),...subfolders. subset {‘train’, ‘test’, ‘all’}, default=’all’ Select...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_rcv1.html -
Tweedie regression on insurance claims — ...
TweedieRegressor subset train test train test metric D² explained NaN...e an estimator on train and test sets with different metrics"""...scikit-learn.org/stable/auto_examples/linear_model/plot_tweedie_regression_insurance_claims.html -
MultinomialNB — scikit-learn 1.8.0 docume...
classification of text documents Out-of-core classification of text documents...classification on an array of test vectors X. Parameters : X array-like...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html -
Non-negative least squares — scikit-learn...
Split the data in train set and test set from sklearn.model_selection...regularization on training and test error Effect of model regularization...scikit-learn.org/stable/auto_examples/linear_model/plot_nnls.html -
Ordinary Least Squares and Ridge Regression ...
evaluate on a test set, and visualize the predictions....and target into training and test sets. from sklearn.datasets...scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge.html -
permutation_test_score — scikit-learn 1.8...
implements Test 1 in: Ojala and Garriga. Permutation Tests for Studying...splitting the dataset into train/test set. Changed in version 1.6:...scikit-learn.org/stable/modules/generated/sklearn.model_selection.permutation_test_score.html -
Set up an end-to-end use case for local AI agen...
build and test AI-driven applications by using REST APIs, an MCP...Key takeaways MCP versus REST APIs: REST endpoints need extra wrappers...developer.ibm.com/tutorials/local-ai-agent-workflow-mcp-watsonx-orchestrate/ -
StratifiedKFold — scikit-learn 1.8.0 docu...
Provides train/test indices to split data in train/test sets. This...index=[1 3] Test: index=[0 2] Fold 1: Train: index=[0 2] Test: index=[1...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html -
BeforeTestMethod (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... -
Get started with generative AI free | Elastic
Test out ingesting your data, build...Configure, select field mappings, and test vector and semantic search with...www.elastic.co/cloud/generative-ai-trial-overview -
Contributing — scikit-learn 1.8.0 documen...
sklearn path/to/tests See also Testing and improving test coverage ....matplotlib-related tests # Test fixtures ensure that a set of tests will be...scikit-learn.org/stable/developers/contributing.html -
fetch_20newsgroups_vectorized — scikit-le...
‘test’ for the test set, ‘all’ for both,...Parameters : subset {‘train’, ‘test’, ‘all’}, default=’train’ Select...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups_vectorized.html -
와일드카드 검색
test * 위의 경우 test, tests나 tester 등 여러 문자의...같이 ?를 사용합니다. te?t 위의 경우 text나 test 등 1개 문자의 와일드카드로 처리됩니다. 여러 문자의...fess.codelibs.org/ko/15.3/user/search-wildcard.html -
fetch_20newsgroups — scikit-learn 1.8.0 d...
‘test’ for the test set, ‘all’ for both,...on a Text Dataset Semi-supervised Classification on a Text Dataset...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups.html -
SelectFpr — scikit-learn 1.8.0 documentation
a FPR test. FPR test stands for False Positive Rate test. It controls...simple estimators as well as on nested objects (such as Pipeline )....scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFpr.html -
MultiTaskLassoCV — scikit-learn 1.8.0 doc...
default=None Values of alphas to test along the regularization path....An iterable yielding (train, test) splits as arrays of indices....scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLassoCV.html -
Develop a JMS application for CICS Liberty - IB...
Test the MDB sample To test the MDB sample, download...MDB test. http://host:port/com.ibm.cicsdev.mqjms.web?test=readtsq...developer.ibm.com/tutorials/develop-jms-applications-for-ibm-cics-liberty/ -
fetch_lfw_pairs — scikit-learn 1.8.0 docu...
‘test’ for the development test set, and ‘10_folds’...Parameters : subset {‘train’, ‘test’, ‘10_folds’}, default=’train’...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_lfw_pairs.html -
learning_curve — scikit-learn 1.8.0 docum...
cross-validated training and test scores for different training...dataset k times in training and test data. Subsets of the training...scikit-learn.org/stable/modules/generated/sklearn.model_selection.learning_curve.html -
Permutation Importance with Multicollinear or C...
get about 97% accuracy on a test dataset. Because this dataset...contradiction with the high test accuracy. We demo a possible...scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance_multicollinear.html -
KNeighborsClassifier — scikit-learn 1.8.0...
or None Test samples. If None , predictions...probability estimates for the test data X. Parameters : X {array-like,...scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html -
Writing clean, testable, high quality code in P...
of using Nose to test unit test and doc test coverage on the highlight...avoidable. Writing tests before, such as the case of test-driven development...developer.ibm.com/articles/au-cleancode/ -
Train open source LLMs with collected knowledge...
and test the model. Step 4. Test the base model output...Train data set (jsonl file) Test data set (jsonl file) Step 6....developer.ibm.com/tutorials/awb-train-open-source-llms-collected-knowledge-instructlab/ -
Effective cloud-native Java app development wit...
run tests, and view test reports. See how you...application tests finish running, you can access the test reports...developer.ibm.com/articles/awb-effective-cloud-native-development-open-liberty-intellij-idea/ -
MNIST classification using multinomial logistic...
Test accuracy reaches > 0.8, while...Sparsity with L1 penalty: 80.33% Test score with L1 penalty: 0.8212...scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html -
Wildcard Search
such as test, tests, or tester. You can also...single-character wildcard, such as text or test. To use a multiple-character...fess.codelibs.org/15.3/user/search-wildcard.html -
RepeatedKFold — scikit-learn 1.8.0 docume...
index=[0 1] Test: index=[2 3] Fold 1: Train: index=[2 3] Test: index=[0...index=[1 2] Test: index=[0 3] Fold 3: Train: index=[0 3] Test: index=[1...scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html -
LeaveOneGroupOut — scikit-learn 1.8.0 doc...
test ndarray The testing set indices for that...cross-validator. Provides train/test indices to split data such that...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneGroupOut.html -
ElasticNetCV — scikit-learn 1.8.0 documen...
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.ElasticNetCV.html -
Demonstration of multi-metric evaluation on cro...
( "test" , "-" )): sample_score_mean...alpha = 0.1 if sample == "test" else 0 , color = color...scikit-learn.org/stable/auto_examples/model_selection/plot_multi_metric_evaluation.html -
Configuration de la sécurité
O = Test , L = Test , C = DE Configuration...jour dans un environnement de test Appliquer les mises à jour dans...fess.codelibs.org/fr/15.3/install/security.html -
check_estimator — scikit-learn 1.8.0 docu...
running tests are aborted. This does not included tests that are...function will run an extensive test-suite for input validation,...scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.check_estimator.html -
开发工作流程
执行特定的测试类 mvn test -Dtest = SearchServiceTest # 执行所有测试 mvn test 详情请参阅...修复错误 refactor : 重构 docs : 更新文档 test : 添加・修改测试 例: # 添加新功能 git checkout...fess.codelibs.org/zh-cn/dev/workflow.html -
plot_multi_metric_evaluation.ipynb
(\"test\", \"-\")):\n sample_score_mean...sample_score_std,\n alpha=0.1 if sample == \"test\" else 0,\n color=color,\n )\n...scikit-learn.org/stable/_downloads/f57e1ee55d4c7a51949d5c26b3af07bb/plot_multi_metric_evaluation.... -
Image denoising using kernel PCA — scikit...
dataset into a training and testing set composed of 1,000 samples...training and 100 samples for testing. These images are noise-free...scikit-learn.org/stable/auto_examples/applications/plot_digits_denoising.html -
通配符检索
如 text 或 test 等。 使用多字符通配符时,使用 * ,如下所示。 test * 上述情况将作为多字符通配符处理,如...上述情况将作为多字符通配符处理,如 test、tests 或 tester 等。此外, te * t 也可以在搜索词中这样使用。 使用条件...fess.codelibs.org/zh-cn/15.3/user/search-wildcard.html -
watsonx Code Assistant - 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/components/watsonx-code-assistant -
Species distribution modeling — scikit-le...
"ascii" ) points = dict ( test = test , train = train ) for label...create_species_bunch ( species_name , train , test , coverages , xgrid , ygrid...scikit-learn.org/stable/auto_examples/applications/plot_species_distribution_modeling.html -
Nested versus non-nested cross-validation ̵...
Nested versus non-nested cross-validation #...example compares non-nested and nested cross-validation strategies...scikit-learn.org/stable/auto_examples/model_selection/plot_nested_cross_validation_iris.html -
Balance model complexity and cross-validated sc...
has its test score within 1 standard deviation of the best `mean_test_score`....# standard deviation of the test scores is informative. cv =...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_refit_callable.html -
Digital experience monitoring with Elastic Obse...
verify tests in pre-production, and then push the test scripts...Run synthetic tests from Elastic’s managed testing infrastructure...www.elastic.co/observability/digital-experience-monitoring -
LarsCV — 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.LarsCV.html