- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 151 - 160 of 1,359 for test (0.12 sec)
-
Custom filters | Elastic Docs
original field: { "email": "test@example.com", "password": "hunter2"..."ignore_failure": true } } ] } Test the pipeline Prior to enabling...www.elastic.co/docs/solutions/observability/apm/custom-filters -
auto_examples_python.zip
tick test_stats["n_test"] += len(y_test) test_stats["n_test_pos"]...X_train, X_test, y_train, y_test = train_test_split( X, y, test_size=0.25,...scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip -
3.1. Cross-validation: evaluating estimator per...
available data as a test set X_test, y_test . Note that the word...X_train , X_test , y_train , y_test = train_test_split ( ......scikit-learn.org/stable/modules/cross_validation.html -
Feature Selection — scikit-learn 1.7.2 document...
scikit-learn.org/stable/auto_examples/feature_selection/index.html -
Search with synonyms | Elastic Docs
shards) Step 3: Test your analyzer You can test an analyzer configuration...filters and analyzers to use them. Test and apply : Verify your configuration...www.elastic.co/docs/solutions/search/full-text/search-with-synonyms -
Get started with generative AI free | Elastic
Test out ingesting your data, build...Configure, select field mappings, and test vector and semantic search with...www.elastic.co/cloud/generative-ai-trial-overview -
ElasticNetCV — scikit-learn 1.7.2 documentation
are tested by cross-validation and the one giving the best prediction...default=None Values of alphas to test along the regularization path,...scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html -
plot_classifier_comparison.py
and test part X, y = ds X_train, X_test, y_train, y_test = train_test_split(...Plot the testing points ax.scatter( X_test[:, 0], X_test[:, 1],...scikit-learn.org/stable/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py -
fetch_species_distributions — scikit-learn 1.7....
scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_species_distributions.html -
RFECV — scikit-learn 1.7.2 documentation
test) splits as arrays of indices....the following keys: split(k)_test_score ndarray of shape (n_s...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html