- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 551 - 560 of 1,345 for test (0.77 sec)
-
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 -
fetch_lfw_pairs — scikit-learn 1.7.0 documentation
‘test’ for the development test set, and ‘10_folds’...Parameters : subset {‘train’, ‘test’, ‘10_folds’}, default=’train’...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_lfw_pairs.html -
maihamadb properties
test.prefix Env Lang Property uq Comment - - [Test] 1 The...to show test environment or not integration - [Test] 1 The prefix...dbflute.seasar.org/ja/data/doc/harbor/properties-maihamadb.html -
AppOmni deploys Elastic for for code optimizati...
www.elastic.co/customers/appomni -
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 -
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 -
Beats Developer Guide [8.18] | Elastic
Beats Contributing to the docs Testing Community Beats Defining field...Getting Ready Protocol Modules Testing Extending Metricbeat Overview...www.elastic.co/guide/en/beats/devguide/current/index.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 -
Lars — scikit-learn 1.7.0 documentation
coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lars.html -
ConfusionMatrixDisplay — scikit-learn 1.7.0 doc...
X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( ......scikit-learn.org/stable/modules/generated/sklearn.metrics.ConfusionMatrixDisplay.html