- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 521 - 530 of 1,727 for test (0.13 sec)
-
Governor Newsom takes proactive action to stren...
already established the largest testing and monitoring system in the...outbreak. Building on California’s testing and monitoring system — the...www.gov.ca.gov/2024/12/18/governor-newsom-takes-proactive-action-to-strengthen-robust-state-respo... -
set_config — scikit-learn 1.6.0 documentation
If ‘text’, estimators will be displayed as text. Default...for easier benchmarking and testing of scikit-learn internals....scikit-learn.org/stable/modules/generated/sklearn.set_config.html -
Version 0.20 — scikit-learn 1.6.0 documentation
text.CountVectorizer and other text vectorizers could...feature_extraction.text.CountVectorizer , feature_extraction.text.TfidfVectorizer...scikit-learn.org/stable/whats_new/v0.20.html -
is_regressor — scikit-learn 1.7.dev0 documentation
instance Estimator object to test. Returns : out bool True if...scikit-learn.org/dev/modules/generated/sklearn.base.is_regressor.html -
plot_classifier_comparison.ipynb
y_test = train_test_split(\n X, y, test_size=0.4, random_state=42\n...the testing points\n ax.scatter(\n X_test[:, 0], X_test[:, 1],...scikit-learn.org/stable/_downloads/3438aba177365cb595921cf18806dfa7/plot_classifier_comparison.ipynb -
Effect of transforming the targets in regressio...
X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( X ,...scikit-learn.org/stable/auto_examples/compose/plot_transformed_target.html -
Version 0.17 — scikit-learn 1.7.dev0 documentation
ShuffleSplit generate train-test folds, respectively similar...option to cross_validation.train_test_split for stratified splitting....scikit-learn.org/dev/whats_new/v0.17.html -
Recognizing hand-written digits — scikit-learn ...
and 50% test subsets X_train , X_test , y_train , y_test = train_test_split...train_test_split ( data , digits . target , test_size = 0.5 , shuffle...scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html -
Visualization of MLP weights on MNIST — scikit-...
partition and test partition X_train , X_test , y_train , y_test = train_test_split...print ( "Test set score: %f " % mlp . score ( X_test , y_test )) fig...scikit-learn.org/stable/auto_examples/neural_networks/plot_mnist_filters.html -
Poisson regression and non-normal loss — scikit...
df_test = train_test_split ( df , test_size = 0.33 ,...df_test [ "Frequency" ], df_test [ "Frequency" ], df_test [ "Exposure"...scikit-learn.org/stable/auto_examples/linear_model/plot_poisson_regression_non_normal_loss.html