- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 261 - 270 of 857 for tests (0.44 sec)
-
Subscriptions | Elastic Stack Products & Suppor...
Monitors Managed Test Execution Service 14 Private Testing Locations...Monitors Managed Test Execution Service 14 Private Testing Locations...www.elastic.co/subscriptions -
ComplementNB — scikit-learn 1.7.0 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 -
KFold — scikit-learn 1.7.0 documentation
Provides train/test indices to split data in train/test sets. Split..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.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 -
Installing scikit-learn — scikit-learn 1.7.0 do...
2 tests pytest-cov 2.9.0 tests ruff 0.11.7 tests mypy 1.15...1.15 tests pyamg 4.2.1 tests polars 0.20.30 docs, tests pyarrow...scikit-learn.org/stable/install.html -
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 -
KNeighborsRegressor — scikit-learn 1.7.0 docume...
or None Test samples. If None , predictions...coefficient of determination on test data. The coefficient of determination,...scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html -
Release Highlights for scikit-learn 0.24 — scik...
X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( X ,...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_24_0.html -
fetch_species_distributions — scikit-learn 1.7....
scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_species_distributions.html -
Comparing Nearest Neighbors with and without Ne...
X_test , y_train , y_test = train_test_split ( X ,...score = clf . score ( X_test , y_test ) _ , ax = plt . subplots...scikit-learn.org/stable/auto_examples/neighbors/plot_nca_classification.html