- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1021 - 1030 of 1,835 for text (0.15 sec)
-
Elastic Cloud Hosted pricing | Elastic
Monitoring browser tests are $0.0123 per test run (metered in 60...simultaneous test run capacity (~2.6 billion tests per month)....www.elastic.co/pricing/cloud-hosted -
Elastic Observability Serverless pricing | Elastic
0123 /test run Optional Synthetic lightweight testing locations...lightweight and full browser tests with Elastic Observability,...www.elastic.co/pricing/serverless-observability -
Effect of varying threshold for self-training —...
train_index ] X_test = X [ test_index ] y_test = y [ test_index ] y_test_true...y_test_true = y_true [ test_index ] self_training_clf . fit (...scikit-learn.org/stable/auto_examples/semi_supervised/plot_self_training_varying_threshold.html -
Post-hoc tuning the cut-off point of decision f...
value_counts () class tested_negative 500 tested_positive 268 Name:..."train_accuracy" , "test_accuracy" , "train_balanced_accuracy" , "test_balanced_accuracy"...scikit-learn.org/stable/auto_examples/model_selection/plot_tuned_decision_threshold.html -
Rwanda and Congo war: Covert battles amid Trump...
COM NBCU Academy Peacock NEXT STEPS FOR VETS NBC News Site...They then flattened rows of tents, clinics and schools set up...www.nbcnews.com/world/africa/rwanda-congo-war-hidden-invasion-trump-peace-talks-rcna209051 -
Planet Nine? Not quite, but some astronomers th...
COM NBCU Academy Peacock NEXT STEPS FOR VETS NBC News Site...remain stable over roughly the next billion years. In other words,...www.nbcnews.com/science/space/planet-nine-not-quite-astronomers-think-spotted-new-dwarf-planet-rc... -
Confusion matrix — scikit-learn 1.7.0 documenta...
set and a test set X_train , X_test , y_train , y_test = train_test_split...from_estimator ( classifier , X_test , y_test , display_labels = class_names...scikit-learn.org/stable/auto_examples/model_selection/plot_confusion_matrix.html -
Multiclass Receiver Operating Characteristic (R...
X_test , y_train , y_test , ) = train_test_split ( X...y_onehot_test = label_binarizer . transform ( y_test ) y_onehot_test...scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html -
Column Transformer with Mixed Types — scikit-le...
X_test , y_train , y_test = train_test_split ( X ,...%.3f " % clf . score ( X_test , y_test )) model score: 0.798 HTML...scikit-learn.org/stable/auto_examples/compose/plot_column_transformer_mixed_types.html -
KNeighborsRegressor — scikit-learn 1.7.0 docume...
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