- Sort Score
- Result 20 results
- Languages All
- Labels All
Results 101 - 120 of 1,304 for test (0.67 sec)
-
feature_selection.rst.txt
the best features based on univariate statistical tests. It can...we can use a F-test to retrieve the two best features for a dataset...scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt -
RidgeCV — scikit-learn 1.7.1 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.RidgeCV.html -
MLPRegressor — scikit-learn 1.7.1 documentation
X_test , y_train , y_test = train_test_split ( X ,...-291]) >>> regr . score ( X_test , y_test ) 0.98 fit ( X , y , sample_weight...scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html -
plot_classifier_comparison.rst.txt
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/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt -
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 -
ComplementNB — scikit-learn 1.7.1 documentation
classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. For each row x of...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html -
feed
"properties": { "text": { "type": "text", "copy_to": "semantic_text" }, "meta_description":...code => " nested_data = event.get('nested') if nested_data.is_a?(Hash)...www.elastic.co/search-labs/rss/feed -
StratifiedKFold — scikit-learn 1.7.1 documentation
Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html -
SVC — scikit-learn 1.7.1 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 -
Real User Monitoring (RUM) with Elastic Observa...
and test your user journeys all within...Learn more Synthetic monitoring Test user journeys to deliver a great...www.elastic.co/observability/real-user-monitoring -
Elastic AI Ecosystem | Reduce complexity, deplo...
Program Resources AI Playground Test the latest AI search capabilities...complete solution to leverage the best open models, hosted on Hugging...www.elastic.co/partners/ai-ecosystem -
plot_hgbt_regression.rst.txt
import train_test_split X_train, X_test, y_train, y_test = train_test_split(X,...train_test_split(X, y, test_size=0.4, shuffle=False) print(f"Training...scikit-learn.org/stable/_sources/auto_examples/ensemble/plot_hgbt_regression.rst.txt -
Longer context ≠ better: Why RAG still matters ...
some statements to put to the test: Convenience : Not many models...and hybrid search . Test definition Model/RAG specs LLM Model:...www.elastic.co/search-labs/blog/rag-vs-long-context-model-llm -
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 -
RepeatedKFold — scikit-learn 1.7.1 documentation
print ( f " Test: index= { test_index } " ) ... Fold...index=[0 1] Test: index=[2 3] Fold 1: Train: index=[2 3] Test: index=[0...scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html -
fetch_species_distributions — scikit-learn 1.7....
scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_species_distributions.html -
HalvingGridSearchCV — scikit-learn 1.7.1 docume...
selected best_index_ given cv_results_ . In that case, the best_estimator_...returned best_index_ while the best_score_ attribute will not be available....scikit-learn.org/stable/modules/generated/sklearn.model_selection.HalvingGridSearchCV.html -
RFECV — scikit-learn 1.7.1 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 -
Linklaters Delivers Faster, Better Enterprise S...
test, and go live with no interruption...This streamlines development, testing, and enables automated scaling...www.elastic.co/customers/linklaters -
learning_curve — scikit-learn 1.7.1 documentation
( f "The average test accuracy is { cv_test_scores . mean ()...cross-validated training and test scores for different training...scikit-learn.org/stable/modules/generated/sklearn.model_selection.learning_curve.html