- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 131 - 140 of 1,351 for test (0.12 sec)
-
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 -
Instrument applications with EDOT SDKs on Kuber...
OTEL_INSTRUMENTATION_METHODS_INCLUDE="test.Testing[methodB]" --image docke...the namespace kubectl run otel-test -n java-apps --env OTEL_INS...www.elastic.co/docs/solutions/observability/get-started/opentelemetry/use-cases/kubernetes/instru... -
MultiOutputRegressor — scikit-learn 1.7.2 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 -
Elastic Cloud InfoSec Overview _ Templated
which are tested on at least an annual basis. Tests are unique...layer penetration testing, segmentation testing, and secure code...www.elastic.co/pdf/elastic-cloud-security-guide.pdf -
Digital experience monitoring with Elastic Obse...
verify tests in pre-production, and then push the test scripts...Run synthetic tests from Elastic’s managed testing infrastructure...www.elastic.co/observability/digital-experience-monitoring -
NuSVR — scikit-learn 1.7.2 documentation
expected shape of X is (n_samples_test, n_samples_train). Returns :...coefficient of determination on test data. The coefficient of determination,...scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html -
Examples — scikit-learn 1.7.2 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 -
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 -
Configure the Logstash output | Elastic Docs
in the range of 1 (best speed) to 9 (best compression). Increasing...ca.crt <HOST_URL>:<PORT> If the test is successful, you’ll receive...www.elastic.co/docs/solutions/observability/apm/apm-server/configure-logstash-output -
7.3. Preprocessing data — scikit-learn 1.7.2 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