- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 131 - 140 of 1,463 for test (0.06 sec)
-
Build a RAG app | Elastic
www.elastic.co/demo-gallery/rag-app -
Ingest logs, metrics, and traces with OpenTelem...
www.elastic.co/demo-gallery/observability-ingest-data-opentelemetry -
‘Toxic cocktail’: study finds almost 200 pestic...
so regulators could test these as well as the combinations...commercial use that they already tested. The discovery of DDT also...www.theguardian.com/environment/2025/apr/11/toxic-cocktail-pesticides-europe-homes-dust-cancer -
dbflute-maven-plugin - dbflute:download
dbflute.seasar.org/maven/plugin/download-mojo.html -
ClassifierMixin — scikit-learn 1.6.1 documentation
the mean accuracy on the given test data and labels. In multi-label...shape (n_samples, n_features) Test samples. y array-like of shape...scikit-learn.org/stable/modules/generated/sklearn.base.ClassifierMixin.html -
SGDClassifier — scikit-learn 1.6.1 documentation
classification of text documents Out-of-core classification of text documents...on a Text Dataset Semi-supervised Classification on a Text Dataset...scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDClassifier.html -
plot_multi_metric_evaluation.rst.txt
1)[0][0] best_score = results["mean_test_%s" % scorer][best_index]...etc...) The ``best_estimator_``, ``best_index_``, ``best_score_``...scikit-learn.org/stable/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt -
Installing the development version of scikit-le...
Test dependencies # Running tests requires: pytest...scikit-learn project build, test and upload wheel packages for...scikit-learn.org/stable/developers/advanced_installation.html -
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 -
DummyRegressor — scikit-learn 1.6.1 documentation
n_features) Test samples. Passing None as test samples gives...# Perform classification on test vectors X. Parameters : X array-like...scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyRegressor.html