- Sort Score
- Result 20 results
- Languages All
- Labels All
Results 81 - 100 of 1,345 for test (0.15 sec)
-
LearningCurveDisplay — scikit-learn 1.7.0 docum...
test_scores = test_scores , score_name =...train_sizes , train_scores , test_scores , score_name = None )...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html -
World's most downloaded vector database: Elasti...
"my_text" : { "type" : "text" }, "category": {...retrieval in a single query. Test RAG fast — no setup needed Stop...www.elastic.co/elasticsearch/vector-database -
Improving Copilot capabilities using Elasticsea...
To test semantic search, let's ask the...the previous query. Now, let's test the date range search by querying...www.elastic.co/search-labs/blog/improve-microsoft-copilot-with-elasticsearch -
Feature Selection — scikit-learn 1.7.0 document...
scikit-learn.org/stable/auto_examples/feature_selection/index.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 -
Hilary Duff & Francia Raisa ‘How I Met Your Fat...
Francia Raisa Take The Co-Star Test BUZZFEED CELEB Next Up: Here's...www.buzzfeed.com/webstories/hilary-duff-francia-raisa-how-i-met-your-father-interview/ -
plot_hgbt_regression.zip
import train_test_split X_train, X_test, y_train, y_test = train_test_split(X,...import train_test_split\n\nX_train, X_test, y_train, y_test = train_test_split(X,...scikit-learn.org/stable/_downloads/ef504a3cb245a55fde178198c8218b4a/plot_hgbt_regression.zip -
MultiOutputRegressor — scikit-learn 1.7.0 docum...
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.multioutput.MultiOutputRegressor.html -
TunedThresholdClassifierCV — scikit-learn 1.7.0...
X_test , y_train , y_test = train_test_split ( ......classification_report ( y_test , classifier . predict ( X_test ))) precision...scikit-learn.org/stable/modules/generated/sklearn.model_selection.TunedThresholdClassifierCV.html -
Examples — scikit-learn 1.7.0 documentation
(ROC) Nested versus non-nested cross-validation Nested versus...Comparison of F-test and mutual information Comparison of F-test and mutual...scikit-learn.org/stable/auto_examples/index.html -
f_regression — scikit-learn 1.7.0 documentation
Comparison of F-test and mutual information Comparison of F-test and mutual...Univariate linear regression tests returning F-statistic and p-values....scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_regression.html -
Elasticsearch vs. OpenSearch: Vector Search Per...
undertaken this performance testing to provide a clear, data-driven...Kubernetes manifests for running the tests. The results detailed in this...www.elastic.co/search-labs/blog/elasticsearch-opensearch-vector-search-performance-comparison -
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 -
quantile_transform — scikit-learn 1.7.0 documen...
splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.quantile_transform.html -
Building an MCP server with Elasticsearch for r...
Running a test Let's test a simple tool to see it...resources and tools effectively: Testing your server with MCP Inspector...www.elastic.co/search-labs/blog/how-to-build-mcp-server -
New Jersey primaries: What to watch as Democrat...
The GOP primary will be a key test for Trump’s endorsement and...primaries in New Jersey will also test outside groups' influence as...www.nbcnews.com/politics/elections/new-jersey-primaries-watch-democrats-republicans-choose-candid... -
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 -
glossary.rst.txt
common tests This refers to the tests run on almost every...``(train_idx, test_idx)`` pairs. Each of {train,test}_idx is a 1d...scikit-learn.org/stable/_sources/glossary.rst.txt -
7.3. Preprocessing data — scikit-learn 1.7.0 do...
X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test ) # apply scaling on testing data, without...scikit-learn.org/stable/modules/preprocessing.html -
ExtraTreesRegressor — scikit-learn 1.7.0 docume...
X_test , y_train , y_test = train_test_split ( ......y_train ) >>> reg . score ( X_test , y_test ) 0.2727... apply ( X )...scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html