- Sort Score
- Num 10 results
- Language All
- Labels All
Results 271 - 280 of 3,286 for test (0.23 seconds)
Filter
-
Effective cloud native development with Liberty...
run tests, and view test reports. Liberty dev...application tests finish running, you can access the test reports...developer.ibm.com/articles/awb-effective-cloud-native-development-open-liberty-vs-code/ -
f_regression — scikit-learn 1.8.0 documentation
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 -
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 -
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 -
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 -
RequestPredicates (Spring Framework 7.0.6 API)
parameter to test against predicate - the predicate to test against...Author: Arjen Poutsma Nested Class Summary Nested Classes Modifier...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/reactive/functio... -
Species distribution modeling — scikit-learn 1....
"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 -
WebSocketUpgradeHandlerPredicate (Spring Framew...
Method Details test public boolean test ( Object handler,...Type Method Description boolean test ( Object handler, ServerWebExchange...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/reactive/socket/... -
Image denoising using kernel PCA — scikit-learn...
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 -
MultinomialNB — scikit-learn 1.8.0 documentation
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