- Sort Score
- Result 20 results
- Languages All
- Labels All
Results 161 - 180 of 1,271 for test (1.39 sec)
-
plot_hgbt_regression.ipynb
import train_test_split\n\nX_train, X_test, y_train, y_test = train_test_split(X,...train_test_split(X, y, test_size=0.4, shuffle=False)\n\nprint(f\"Training...scikit-learn.org/stable/_downloads/cb9a8a373677fb481fe43a11d8fa0e94/plot_hgbt_regression.ipynb -
Build your first search query with Python | Ela...
including a single text field named text : mappings = { "properties":..."properties": { "text": { "type": "text" } } } mapping_response =...www.elastic.co/docs/solutions/search/get-started/keyword-search-python -
quantile_transform — scikit-learn 1.7.2 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 -
Semantic search with the inference API | Elasti...
"source": { "index": "test-data", "size": 50 }, "dest": { "index": "cohere-embeddings",..."source": { "index": "test-data", "size": 50 }, "dest": { "index": "elser-embeddings",...www.elastic.co/docs/solutions/search/semantic-search/semantic-search-inference -
OAS — scikit-learn 1.7.2 documentation
: X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...scikit-learn.org/stable/modules/generated/sklearn.covariance.OAS.html -
SVC — scikit-learn 1.7.2 documentation
Scalability Nested versus non-nested cross-validation Nested versus...versus non-nested cross-validation Test with permutations the significance...scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html -
ClassifierChain — scikit-learn 1.7.2 documentation
X_test , Y_train , Y_test = train_test_split ( ......An iterable yielding (train, test) splits as arrays of indices....scikit-learn.org/stable/modules/generated/sklearn.multioutput.ClassifierChain.html -
StackingRegressor — scikit-learn 1.7.2 document...
train_test_split >>> X_train , X_test , y_train , y_test = train_test_split..., y_train ) . score ( X_test , y_test ) 0.3... fit ( X , y , **...scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingRegressor.html -
1.16. Probability calibration — scikit-learn 1....
test_set) couples (as determined...base_estimator makes predictions on the test subset the predictions are used...scikit-learn.org/stable/modules/calibration.html -
load_iris — scikit-learn 1.7.2 documentation
matrix Nested versus non-nested cross-validation Nested versus...versus non-nested cross-validation Test with permutations the significance...scikit-learn.org/stable/modules/generated/sklearn.datasets.load_iris.html -
Attack Discovery | Elastic
for 14 days to go deeper and test these capabilities. Start free...and learn Logstash filtering best practices. Try hands-on learning...www.elastic.co/demo-gallery/security-attack-discovery -
LassoLarsCV — scikit-learn 1.7.2 documentation
test) splits as arrays of indices....coefficient of determination on test data. The coefficient of determination,...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.html -
GaussianProcessRegressor — scikit-learn 1.7.2 d...
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.gaussian_process.GaussianProcessRegressor.html -
QuantileRegressor — scikit-learn 1.7.2 document...
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.QuantileRegressor.html -
cross_val_score — scikit-learn 1.7.2 documentation
Predictions Nested versus non-nested cross-validation Nested versus...splitting the dataset into train/test set. Only used in conjunction...scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_score.html -
Kornacki: NBC News poll shows Democrats ‘openin...
Newsom: Trump's nuclear weapons testing order is 'weakness masquerading...China ‘gain more’ from nuclear testing than U.S., former nuclear agency...www.nbcnews.com/meet-the-press/video/kornacki-nbc-news-poll-shows-democrats-opening-up-a-lead-ove... -
CI/CD | Elastic Docs
Python test results as OpenTelemetry traces. The test traces...understand test execution, detect bottlenecks, and compare test executions...www.elastic.co/docs/solutions/observability/cicd -
What is Machine Learning? | A Comprehensive ML ...
Best practices for machine learning Some best practices...processing and feature selection. Testing Now that the model has been...www.elastic.co/what-is/machine-learning -
XDR security solution | Extended detection and ...
Access the excerpt INDUSTRY TEST Elastic dominates AV‑Comparatives...Endpoint Prevention and Response Test through near-perfect. Read the...www.elastic.co/security/xdr -
model_evaluation.rst.txt
ratio (pre-test and post-tests): .. math:: \text{post-test odds} =...\frac{\text{pre-test probability}}{1 - \text{pre-test probability}},...scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt