- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 431 - 440 of 811 for tests (0.68 sec)
-
Process data from Elastic integrations with the...
elastic_integration { cloud_id = > "Ross_is_Testing : 123456" cloud_auth = > "elastic...elasticsearch { cloud_id = > "Ross_is_Testing : 123456 cloud_auth = > "elastic...www.elastic.co/observability-labs/blog/logstash-integration-filter-plugin -
Brazil's Bolsonaro sentenced to 27 years after ...
conservative coalition that tested the limits of the country’s...durability will be a powerful test for the strategy that Brazil’s...www.nbcnews.com/world/brazil/brazils-bolsonaro-guilty-coup-charges-court-majority-decides-landmar... -
1.9. Naive Bayes — scikit-learn 1.7.2 documenta...
X_test , y_train , y_test = train_test_split ( X ,...: %d " ... % ( X_test . shape [ 0 ], ( y_test != y_pred ) . sum...scikit-learn.org/stable/modules/naive_bayes.html -
InputTags — scikit-learn 1.7.2 documentation
Note that most common tests currently run only if this flag...scikit-learn.org/stable/modules/generated/sklearn.utils.InputTags.html -
MinCovDet — scikit-learn 1.7.2 documentation
: X_test array-like of shape (n_samples, n_features) Test data...Quality, TECHNOMETRICS score ( X_test , y = None ) [source] # Compute...scikit-learn.org/stable/modules/generated/sklearn.covariance.MinCovDet.html -
Elastic contributes its Universal Profiling age...
development phase or under controlled test conditions, continuous profiling...During this phase, users can test early preview versions of the...www.elastic.co/observability-labs/blog/elastic-profiling-agent-acceptance-opentelemetry -
1.11. Ensembles: Gradient boosting, random fore...
train_test_split >>> X_train , X_test , y_train , y_test = train_test_split..., X_test = X [: 2000 ], X [ 2000 :] >>> y_train , y_test = y...scikit-learn.org/stable/modules/ensemble.html -
MLPClassifier — scikit-learn 1.7.2 documentation
X_test , y_train , y_test = train_test_split ( X ,...1]) >>> clf . score ( X_test , y_test ) 0.8... fit ( X , y , sample_weight...scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPClassifier.html -
Probabilistic predictions with Gaussian process...
according to the log-loss on test data. The figure shows that...train_size :], c = "g" , label = "Test data" , edgecolors = ( 0 , 0...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc.html -
StackingClassifier — scikit-learn 1.7.2 documen...
train_test_split >>> X_train , X_test , y_train , y_test = train_test_split..., y_train ) . score ( X_test , y_test ) 0.9... decision_function...scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingClassifier.html