- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 431 - 440 of 822 for tests (0.2 sec)
-
Infrastructure monitoring with Elastic Observab...
www.elastic.co/observability/infrastructure-monitoring -
Elastic Observability Labs
www.elastic.co/observability-labs/blog/tag/opentelemetry -
World News: International Headlines, Breaking R...
www.nbcnews.com/world -
LogisticRegressionCV — scikit-learn 1.7.2 docum...
scoring option on the given test data and labels. Parameters...shape (n_samples, n_features) Test samples. y array-like of shape...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegressionCV.html -
HistGradientBoostingClassifier — scikit-learn 1...
n_features) Test samples. y array-like of shape...monitoring (i.e. determine error on testing set) after each stage. Parameters...scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingClassifier.html -
Evaluation of outlier detection estimators — sc...
reduced using a stratified train_test_split . Furthermore, we set...sklearn.model_selection import train_test_split X , y = fetch_kddcup99...scikit-learn.org/stable/auto_examples/miscellaneous/plot_outlier_detection_bench.html -
Column Transformer with Heterogeneous Data Sour...
) X_test , y_test = fetch_20newsgroups ( random_state...dataset is split into train and test subsets based on messages posted...scikit-learn.org/stable/auto_examples/compose/plot_column_transformer.html -
EmpiricalCovariance — scikit-learn 1.7.2 docume...
: X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...scikit-learn.org/stable/modules/generated/sklearn.covariance.EmpiricalCovariance.html -
Scaling the regularization parameter for SVCs —...
= 1e-3 ) We compute the mean test score for different values of...train_sizes ] shuffle_params = { "test_size" : 0.3 , "n_splits" : 150...scikit-learn.org/stable/auto_examples/svm/plot_svm_scale_c.html -
ClassifierChain — scikit-learn 1.7.2 documentation
X_test , Y_train , Y_test = train_test_split ( ......An iterable yielding (train, test) splits as arrays of indices....scikit-learn.org/stable/modules/generated/sklearn.multioutput.ClassifierChain.html